POST api/employees/update/hr/guid
Request Information
URI Parameters
None.
Body Parameters
hr_guid_update| Name | Description | Type | Additional information |
|---|---|---|---|
| usr_id | integer |
None. |
|
| hr_guid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"usr_id": 1,
"hr_guid": "sample string 2"
}
application/xml, text/xml
Sample:
<hr_guid_update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <hr_guid>sample string 2</hr_guid> <usr_id>1</usr_id> </hr_guid_update>
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.