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": "364b6c06-50c6-4f49-a16b-2697e6b1c8af",
"CustomerInvoiceLineID": "4abf87aa-5672-4994-9d6e-fb160e352738",
"MobileDeviceID": "b706805f-9a95-482e-9888-65d40a9c3041"
},
{
"$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.