PUT Mobility/PutCustomerInvoiceLineMobileDevices
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "2b1f8733-a96d-4425-87e8-3595ef68bc58",
"CustomerInvoiceLineID": "7d2a3d5b-0bec-4fe7-9afe-defca8ad0f2b",
"MobileDeviceID": "f5728b08-5037-4dc5-b165-20cc276075a0"
},
{
"$ref": "1"
}
]
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.