POST Mobility/PostCustomerApplications
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": "9a37b983-5afc-46fa-b01f-c9943456eb27",
"CustomerID": "f58a115f-fef4-4516-9e63-c853da417297",
"MobilityApplicationID": "ccb7b7c7-3087-424c-870c-902923d06439",
"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.