DELETE Mobility/DeleteCustomerApplications
Request Information
URI Parameters
None.
Body Parameters
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": "ca485221-3397-4778-abec-18b060420611",
"CustomerID": "057b21cf-4a1e-47a1-b028-ab8c38db9c15",
"MobilityApplicationID": "3893e923-8b50-4521-be30-7ab0a2a582f4",
"IsActive": true,
"Sequence": 5
}
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.