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": "d1001503-54f7-474a-afbe-e0bd1abd3ea9",
"CustomerEmployeeID": "2fc97fdf-fc69-4133-a232-b441f276d08c",
"FunctionID": "784c37b5-278a-442a-9c36-eaa5f8775f83",
"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.