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": "4ef9092d-87c1-4a4a-bd76-d05034717b15",
"CustomerInvoiceLineID": "6cfeacdf-6569-4d8b-855a-de3a82c96e0e",
"MobileDeviceID": "aa3d8bee-31ff-47ac-a47e-0d8d893e812b"
},
{
"$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.