PUT Mobility/PutCustomerDepartments
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomerDepartment| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| IsActive | boolean |
Required |
|
| Sequence | integer |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "5ff5d803-7219-47f4-8b5f-9da96438a01f",
"CustomerID": "602f44eb-9133-45e5-9bb3-faec0959c3a9",
"Name": "sample string 3",
"IsActive": true,
"Sequence": 5
},
{
"$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.