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": "24d416ca-26c8-4a72-a7b8-13d8c69ff622",
"CustomerEmployeeID": "f41dcf7f-64c9-49dd-a7f2-d6793d253c32",
"FunctionID": "0429b619-324a-4c61-b32b-9716512c4d31",
"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.