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": "9852a58d-58ff-45e0-9356-8943f8f56fe6",
  "CustomerInvoiceLineID": "05873b78-ed81-4609-b6f0-30c2647881a1",
  "MobileDeviceID": "da2b2cac-ba07-428e-a28a-88bbd428db6a"
}

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.