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": "759710b8-c4f3-477d-ba96-94d3aa4ce4f2",
"CustomerID": "ab0d3cdb-9b2e-47c6-96b9-aa6dc2a2771f",
"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.