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": "9f720b1c-5cc0-4f4e-810b-54c66b4e3216",
"CustomerInvoiceLineID": "a0e173da-fa19-411f-9823-d05895be89a4",
"MobileDeviceID": "726ae869-946e-441e-bb60-a0363b179f5f"
}
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.