POST Mobility/PostCustomerInvoiceLineMobileDevices

Request Information

URI Parameters

None.

Body Parameters

CustomerInvoiceLineMobileDevice
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

CustomerInvoiceLineID

globally unique identifier

Required

MobileDeviceID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "71ac83ab-a6fb-4443-abdc-99dfb503f71d",
  "CustomerInvoiceLineID": "c119f703-cb75-4c42-8c19-c22b2304dc4f",
  "MobileDeviceID": "1bd55c4c-736c-4424-aa1a-0670f622e3be"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.