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": "74ae9f89-1253-4475-9920-f4eea46c5d21",
"CustomerEmployeeID": "40bd4650-ea1d-40ee-b964-9920456d15f2",
"FunctionID": "3f22e214-c596-4f1a-b882-f052be729dd5",
"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.