POST api/employees/update/birthdate
Request Information
URI Parameters
None.
Body Parameters
BirthDateUpdateName | Description | Type | Additional information |
---|---|---|---|
birth_date | date |
None. |
|
usr_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "birth_date": "2025-05-22T17:34:06.6312129+02:00", "usr_id": 2 }
application/xml, text/xml
Sample:
<BirthDateUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <birth_date>2025-05-22T17:34:06.6312129+02:00</birth_date> <usr_id>2</usr_id> </BirthDateUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.