PUT Mobility/PutCustomerEmployeeFunctions
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "990fd16f-2532-4445-a218-f5bc6698d949",
"CustomerEmployeeID": "30bc394f-aeb7-4188-8514-e2b55e4ede55",
"FunctionID": "4327f6a7-e04b-4626-b370-35138d03e6c6",
"Name": "sample string 3",
"IsActive": true
},
{
"$ref": "1"
}
]
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.