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": "42509542-c5a6-463d-a417-7805ca84481d",
"CustomerInvoiceLineID": "23a16cd3-b66d-4efc-8c65-66d78c638337",
"MobileDeviceID": "80b980fe-22a7-46d0-a895-fb6cc883d7c9"
},
{
"$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.