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": "09151e1c-c0aa-49a3-800a-52ec2ba4bab0",
"CustomerID": "876c0566-5203-4a4a-9905-945ae1250d8b",
"MobilityApplicationID": "6fc4f45d-db0d-4e6d-abd2-db09b9ce2007",
"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.