POST api/TransportOrder/UploadTruckStatutory

Request Information

URI Parameters

None.

Body Parameters

TruckStatutoryUploadInputs
NameDescriptionTypeAdditional information
TSD_ID

integer

None.

TSD_CP_ID

integer

None.

TSD_REFERENCE

string

None.

TSD_VALID_FROM

date

None.

TSD_VALID_TILL

date

None.

TSD_STATUS_CODE

string

None.

TSD_DOC_TYPE_CODE

string

None.

TSD_TRK_NUMBER

string

None.

TSD_DOC_NUM

string

None.

TSD_PROGRAM_ID

string

None.

TSD_AMOUNT

decimal number

None.

TSD_CUR_CODE

string

None.

TSD_NOTES

string

None.

TSD_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TSD_ID": 1,
  "TSD_CP_ID": 1,
  "TSD_REFERENCE": "sample string 1",
  "TSD_VALID_FROM": "2025-12-06T05:25:08.5777104+00:00",
  "TSD_VALID_TILL": "2025-12-06T05:25:08.5777104+00:00",
  "TSD_STATUS_CODE": "sample string 2",
  "TSD_DOC_TYPE_CODE": "sample string 3",
  "TSD_TRK_NUMBER": "sample string 4",
  "TSD_DOC_NUM": "sample string 5",
  "TSD_PROGRAM_ID": "sample string 6",
  "TSD_AMOUNT": 1.1,
  "TSD_CUR_CODE": "sample string 7",
  "TSD_NOTES": "sample string 8",
  "TSD_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<TruckStatutoryUploadInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TSD_AMOUNT>1.1</TSD_AMOUNT>
  <TSD_CP_ID>1</TSD_CP_ID>
  <TSD_CREATED_BY>1</TSD_CREATED_BY>
  <TSD_CUR_CODE>sample string 7</TSD_CUR_CODE>
  <TSD_DOC_NUM>sample string 5</TSD_DOC_NUM>
  <TSD_DOC_TYPE_CODE>sample string 3</TSD_DOC_TYPE_CODE>
  <TSD_ID>1</TSD_ID>
  <TSD_NOTES>sample string 8</TSD_NOTES>
  <TSD_PROGRAM_ID>sample string 6</TSD_PROGRAM_ID>
  <TSD_REFERENCE>sample string 1</TSD_REFERENCE>
  <TSD_STATUS_CODE>sample string 2</TSD_STATUS_CODE>
  <TSD_TRK_NUMBER>sample string 4</TSD_TRK_NUMBER>
  <TSD_VALID_FROM>2025-12-06T05:25:08.5777104+00:00</TSD_VALID_FROM>
  <TSD_VALID_TILL>2025-12-06T05:25:08.5777104+00:00</TSD_VALID_TILL>
</TruckStatutoryUploadInputs>

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.