POST Mobility/PostCustomerInvoiceLineMobileDevices
Request Information
URI Parameters
None.
Body Parameters
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": "73620d5e-6ba5-4f53-9514-a137653618cf",
"CustomerInvoiceLineID": "bd2ab928-df0b-4aa6-ad52-2f90482d3f8b",
"MobileDeviceID": "8891abd5-1799-47a9-853b-b1e077fe64d7"
}
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.