PUT Mobility/PutCustomerApplications
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomerApplication| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| MobilityApplicationID | globally unique identifier |
Required |
|
| IsActive | boolean |
Required |
|
| Sequence | integer |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "d29a965c-6568-4cfd-860a-9d5f12bcba9c",
"CustomerID": "69e4ff3e-d6b5-41f5-8aac-314b3c80c2fa",
"MobilityApplicationID": "2da62245-53a4-478a-ae64-be926ebe99ea",
"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.