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": "f6268d3c-db06-46f4-9b23-b4f8881eefba",
"CustomerEmployeeID": "49fac882-81d0-4c20-89f7-b258febfb312",
"FunctionID": "77c24320-bec7-46c5-a9a1-3f39eddbc402",
"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.