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": "68af04ad-91f0-4f6d-a0cf-c118eafecd1a",
"CustomerEmployeeID": "30af5578-4bc4-4743-a208-ffc4f0b0b3e6",
"FunctionID": "587dbc4a-4867-456d-b00d-e5e0f700a2bf",
"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.