PUT Mobility/PutCustomerInvoiceLineMobileDevice

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": "299e3aa8-65e4-43d8-9d59-d61577ad76a8",
  "CustomerInvoiceLineID": "16b6d84a-8389-446e-905f-7ed5ccf4f58a",
  "MobileDeviceID": "b94d3724-2cd8-495e-9142-9403cd43737e"
}

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.