POST Mobility/PostCustomerEmployeeFunctions
Request Information
URI Parameters
None.
Body Parameters
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": "48e43cdf-23c1-466a-8487-d8ec542c87ed",
"CustomerEmployeeID": "766bb7a9-bf6f-466b-9516-7547cd2044fa",
"FunctionID": "04a8b7c2-ecd7-465e-8ecc-a3103a1ef23a",
"Name": "sample string 3",
"IsActive": true
}
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.