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": "a0ffb46f-2239-48f5-8b19-e3fedef0356a",
"CustomerEmployeeID": "9879841d-2e90-4394-b1e9-ec2afdde4e31",
"FunctionID": "f8a8543d-5673-4730-92f8-71e878acc98f",
"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.