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": "7269863b-5f9b-4520-a57a-9b0087184a09",
"CustomerInvoiceLineID": "a7ca47bd-d2c1-4d05-aaf9-155234ab4f79",
"MobileDeviceID": "90b36822-d7f3-42bc-8a96-fc7a6e8bcb57"
},
{
"$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.