POST api/TO/GetTNPWFDSummary

Request Information

URI Parameters

None.

Body Parameters

GetTransportwaiver
NameDescriptionTypeAdditional information
TFW_TYPE

string

None.

TFW_CP_ID

integer

None.

TFW_ID

integer

None.

TFW_CHG_ID

integer

None.

TFW_TO_ID

integer

None.

TFW_STATUS

string

None.

TFW_SEARCH

string

None.

TFW_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TFW_TYPE": "sample string 1",
  "TFW_CP_ID": 1,
  "TFW_ID": 1,
  "TFW_CHG_ID": 1,
  "TFW_TO_ID": 1,
  "TFW_STATUS": "sample string 2",
  "TFW_SEARCH": "sample string 3",
  "TFW_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<GetTransportwaiver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TFW_CHG_ID>1</TFW_CHG_ID>
  <TFW_CP_ID>1</TFW_CP_ID>
  <TFW_CREATED_BY>1</TFW_CREATED_BY>
  <TFW_ID>1</TFW_ID>
  <TFW_SEARCH>sample string 3</TFW_SEARCH>
  <TFW_STATUS>sample string 2</TFW_STATUS>
  <TFW_TO_ID>1</TFW_TO_ID>
  <TFW_TYPE>sample string 1</TFW_TYPE>
</GetTransportwaiver>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.