DELETE Mobility/DeleteCustomerInvoiceLineMobileDevices
Request Information
URI Parameters
None.
Body Parameters
CustomerInvoiceLineMobileDevice| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerInvoiceLineID | globally unique identifier |
Required |
|
| MobileDeviceID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "4b73d47b-6fe3-4150-a4a4-7e860114f0fd",
"CustomerInvoiceLineID": "7b5e2eac-c206-497b-9f23-ced5964afa32",
"MobileDeviceID": "b76c0d42-fd0b-46b4-ac95-dde6995f97ba"
}
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.