POST API/CPM/CPMDelaruePickRelease

Request Information

URI Parameters

None.

Body Parameters

CPMDelaruePickReleaseRequest
NameDescriptionTypeAdditional information
TripCode

string

None.

Type

string

None.

UserTl

string

None.

PassTl

string

None.

Remarks

string

None.

User

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TripCode": "sample string 1",
  "Type": "sample string 2",
  "UserTl": "sample string 3",
  "PassTl": "sample string 4",
  "Remarks": "sample string 5",
  "User": "sample string 6"
}

text/xml

Sample:
<CPMDelaruePickReleaseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models">
  <PassTl>sample string 4</PassTl>
  <Remarks>sample string 5</Remarks>
  <TripCode>sample string 1</TripCode>
  <Type>sample string 2</Type>
  <User>sample string 6</User>
  <UserTl>sample string 3</UserTl>
</CPMDelaruePickReleaseRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.