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": "8f1e5b1e-095a-43c0-bc6b-f36a5e3069ac",
"CustomerID": "736f70bd-beb3-4a4c-8bef-ca6210fbdb7f",
"MobilityApplicationID": "7dbe0c69-73b0-4ce7-aabe-fd284d3de0ff",
"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.