PUT Mobility/PutCustomerEmployeeFunction
Request Information
URI Parameters
None.
Body Parameters
CustomerEmployeeFunction| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerEmployeeID | globally unique identifier |
Required |
|
| FunctionID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "cc3ae480-30ed-48e6-82f0-1b0c344d9f30",
"CustomerEmployeeID": "0a069fbb-8a75-4aee-b81a-fc6b871771c8",
"FunctionID": "f1d8215b-11b3-4bdc-8049-3d11f0ff1aa9",
"Name": "sample string 3",
"IsActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.