POST api/TransportOrder/PostFastTagdetails

Request Information

URI Parameters

None.

Body Parameters

fastdetailentry
NameDescriptionTypeAdditional information
TCF_ID

integer

None.

TCF_TOP_ID

integer

None.

TCF_CP_ID

integer

None.

TCF_AGENT_ID

integer

None.

TCF_MOBILE_NO

string

None.

TCF_NAME

string

None.

TCF_VEHICLES

string

None.

TCF_CUS_TYPE

string

None.

TCF_STATUS

string

None.

TCF_CREATED_BY

integer

None.

TCF_CUSTOMERID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TCF_ID": 1,
  "TCF_TOP_ID": 1,
  "TCF_CP_ID": 1,
  "TCF_AGENT_ID": 1,
  "TCF_MOBILE_NO": "sample string 1",
  "TCF_NAME": "sample string 2",
  "TCF_VEHICLES": "sample string 3",
  "TCF_CUS_TYPE": "sample string 4",
  "TCF_STATUS": "sample string 5",
  "TCF_CREATED_BY": 1,
  "TCF_CUSTOMERID": 1
}

application/xml, text/xml

Sample:
<fastdetailentry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TCF_AGENT_ID>1</TCF_AGENT_ID>
  <TCF_CP_ID>1</TCF_CP_ID>
  <TCF_CREATED_BY>1</TCF_CREATED_BY>
  <TCF_CUSTOMERID>1</TCF_CUSTOMERID>
  <TCF_CUS_TYPE>sample string 4</TCF_CUS_TYPE>
  <TCF_ID>1</TCF_ID>
  <TCF_MOBILE_NO>sample string 1</TCF_MOBILE_NO>
  <TCF_NAME>sample string 2</TCF_NAME>
  <TCF_STATUS>sample string 5</TCF_STATUS>
  <TCF_TOP_ID>1</TCF_TOP_ID>
  <TCF_VEHICLES>sample string 3</TCF_VEHICLES>
</fastdetailentry>

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.