POST api/SCMTR/PostExpShipDetails

Request Information

URI Parameters

None.

Body Parameters

ExpShipDetailsInputs
NameDescriptionTypeAdditional information
SHP_ID

integer

None.

SCH_ID

integer

None.

SHP_SCD_ID

integer

None.

SHP_SB_NO

string

None.

SHP_SB_DATE

date

None.

SHP_CIN_TYP_CODE

string

None.

SHP_CIN_TYP_NAME

string

None.

SHP_CIN_NO

string

None.

SHP_MARKS_NUM

string

None.

SCH_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SHP_ID": 1,
  "SCH_ID": 1,
  "SHP_SCD_ID": 1,
  "SHP_SB_NO": "sample string 1",
  "SHP_SB_DATE": "2025-12-06T04:26:28.8079209+00:00",
  "SHP_CIN_TYP_CODE": "sample string 3",
  "SHP_CIN_TYP_NAME": "sample string 4",
  "SHP_CIN_NO": "sample string 5",
  "SHP_MARKS_NUM": "sample string 6",
  "SCH_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<ExpShipDetailsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SCH_CREATED_BY>1</SCH_CREATED_BY>
  <SCH_ID>1</SCH_ID>
  <SHP_CIN_NO>sample string 5</SHP_CIN_NO>
  <SHP_CIN_TYP_CODE>sample string 3</SHP_CIN_TYP_CODE>
  <SHP_CIN_TYP_NAME>sample string 4</SHP_CIN_TYP_NAME>
  <SHP_ID>1</SHP_ID>
  <SHP_MARKS_NUM>sample string 6</SHP_MARKS_NUM>
  <SHP_SB_DATE>2025-12-06T04:26:28.8079209+00:00</SHP_SB_DATE>
  <SHP_SB_NO>sample string 1</SHP_SB_NO>
  <SHP_SCD_ID>1</SHP_SCD_ID>
</ExpShipDetailsInputs>

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.