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": "cf1957cf-6bce-4be4-92de-f4fef2b6bcd7",
"CustomerID": "469b3e60-de82-4bc4-a7d4-306794fff586",
"MobilityApplicationID": "b999faba-eb83-4e71-bcbb-c9a315cc37e5",
"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.