PUT Mobility/PutCustomerInvoiceLineMobileDevice
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": "fb4fac30-7964-445f-99d7-63ba196e6619",
"CustomerInvoiceLineID": "e7172a61-9e3f-4d17-b0a3-efd2ba8025cc",
"MobileDeviceID": "0bcb2eef-44b5-4785-810b-224fbcf95d05"
}
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.