PUT Mobility/PutCustomerApplication
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": "749ffb5a-1ddb-4c34-a8a2-82eb360896ef",
"CustomerID": "a062574b-74ba-4a59-9256-8ec4754ea3d3",
"MobilityApplicationID": "b2bb98f6-59b7-4bd5-b615-7410d0da48b2",
"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.