POST api/TransportQuotaion/PostRRCreateTO

Request Information

URI Parameters

None.

Body Parameters

TocreateInputs
NameDescriptionTypeAdditional information
TRH_ID

integer

None.

TRH_CP_ID

integer

None.

TRH_NUMBER

string

None.

TRH_TRUCK_COUNT

integer

None.

TRH_STATUS

string

None.

TRH_CREATED_BY

integer

None.

TRH_PROGRAM_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TRH_ID": 1,
  "TRH_CP_ID": 1,
  "TRH_NUMBER": "sample string 1",
  "TRH_TRUCK_COUNT": 1,
  "TRH_STATUS": "sample string 2",
  "TRH_CREATED_BY": 1,
  "TRH_PROGRAM_ID": "sample string 3"
}

application/xml, text/xml

Sample:
<TocreateInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TRH_CP_ID>1</TRH_CP_ID>
  <TRH_CREATED_BY>1</TRH_CREATED_BY>
  <TRH_ID>1</TRH_ID>
  <TRH_NUMBER>sample string 1</TRH_NUMBER>
  <TRH_PROGRAM_ID>sample string 3</TRH_PROGRAM_ID>
  <TRH_STATUS>sample string 2</TRH_STATUS>
  <TRH_TRUCK_COUNT>1</TRH_TRUCK_COUNT>
</TocreateInputs>

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.