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": "8cf1ed98-620b-4343-be1d-6351b00135b0",
"CustomerInvoiceLineID": "1d579efc-778b-4d0d-a02e-67d500304e86",
"MobileDeviceID": "d46d109f-0954-4845-a2c5-b261206f3540"
}
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.