POST api/DepotMNR/PostDepotOpeningStock

Request Information

URI Parameters

None.

Body Parameters

DepotOpeningStockInputs
NameDescriptionTypeAdditional information
DPT_ID

integer

None.

DPT_CP_ID

integer

None.

DPT_AR_ID

integer

None.

DPT_CON_NUMBER

string

None.

DPT_MOVE_CODE

string

None.

DPT_MOVE_DATE

date

None.

DPT_DPH_NUMBER

string

None.

DPT_TRUCK_NUM

string

None.

DPT_TR_NAME

string

None.

DPT_IN_DATE

date

None.

DPT_OUT_DATE

date

None.

DPT_CON_SIZE

integer

None.

DPT_CON_TYPE

integer

None.

DPT_CON_MFG_DATE

date

None.

DPT_TARE_WGT

decimal number

None.

DPT_TARE_UOM

integer

None.

DPT_GROSS_WGT

decimal number

None.

DPT_GROSS_UOM

integer

None.

DPT_NET_WGT

decimal number

None.

DPT_NET_UOM

integer

None.

DPT_VSL_NAME

string

None.

DPT_VOY_NUM

string

None.

DPT_PT_ID

integer

None.

DPT_REFERENCE

string

None.

DPT_BL_NUM

string

None.

DPT_LINE_NUM

string

None.

DPT_CONSIGNEE

string

None.

DPT_CHA

string

None.

DPT_BKG_NUM

string

None.

DPT_SEAL_NUM

string

None.

DPT_REMARKS

string

None.

DPT_CREATED_BY

integer

None.

DPT_PROGRAM_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DPT_ID": 1,
  "DPT_CP_ID": 1,
  "DPT_AR_ID": 1,
  "DPT_CON_NUMBER": "sample string 1",
  "DPT_MOVE_CODE": "sample string 2",
  "DPT_MOVE_DATE": "2025-12-06T04:26:37.2803142+00:00",
  "DPT_DPH_NUMBER": "sample string 3",
  "DPT_TRUCK_NUM": "sample string 4",
  "DPT_TR_NAME": "sample string 5",
  "DPT_IN_DATE": "2025-12-06T04:26:37.2803142+00:00",
  "DPT_OUT_DATE": "2025-12-06T04:26:37.2803142+00:00",
  "DPT_CON_SIZE": 1,
  "DPT_CON_TYPE": 1,
  "DPT_CON_MFG_DATE": "2025-12-06T04:26:37.2803142+00:00",
  "DPT_TARE_WGT": 1.1,
  "DPT_TARE_UOM": 1,
  "DPT_GROSS_WGT": 1.1,
  "DPT_GROSS_UOM": 1,
  "DPT_NET_WGT": 1.1,
  "DPT_NET_UOM": 1,
  "DPT_VSL_NAME": "sample string 6",
  "DPT_VOY_NUM": "sample string 7",
  "DPT_PT_ID": 1,
  "DPT_REFERENCE": "sample string 8",
  "DPT_BL_NUM": "sample string 9",
  "DPT_LINE_NUM": "sample string 10",
  "DPT_CONSIGNEE": "sample string 11",
  "DPT_CHA": "sample string 12",
  "DPT_BKG_NUM": "sample string 13",
  "DPT_SEAL_NUM": "sample string 14",
  "DPT_REMARKS": "sample string 15",
  "DPT_CREATED_BY": 1,
  "DPT_PROGRAM_ID": "sample string 16"
}

application/xml, text/xml

Sample:
<DepotOpeningStockInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DPT_AR_ID>1</DPT_AR_ID>
  <DPT_BKG_NUM>sample string 13</DPT_BKG_NUM>
  <DPT_BL_NUM>sample string 9</DPT_BL_NUM>
  <DPT_CHA>sample string 12</DPT_CHA>
  <DPT_CONSIGNEE>sample string 11</DPT_CONSIGNEE>
  <DPT_CON_MFG_DATE>2025-12-06T04:26:37.2803142+00:00</DPT_CON_MFG_DATE>
  <DPT_CON_NUMBER>sample string 1</DPT_CON_NUMBER>
  <DPT_CON_SIZE>1</DPT_CON_SIZE>
  <DPT_CON_TYPE>1</DPT_CON_TYPE>
  <DPT_CP_ID>1</DPT_CP_ID>
  <DPT_CREATED_BY>1</DPT_CREATED_BY>
  <DPT_DPH_NUMBER>sample string 3</DPT_DPH_NUMBER>
  <DPT_GROSS_UOM>1</DPT_GROSS_UOM>
  <DPT_GROSS_WGT>1.1</DPT_GROSS_WGT>
  <DPT_ID>1</DPT_ID>
  <DPT_IN_DATE>2025-12-06T04:26:37.2803142+00:00</DPT_IN_DATE>
  <DPT_LINE_NUM>sample string 10</DPT_LINE_NUM>
  <DPT_MOVE_CODE>sample string 2</DPT_MOVE_CODE>
  <DPT_MOVE_DATE>2025-12-06T04:26:37.2803142+00:00</DPT_MOVE_DATE>
  <DPT_NET_UOM>1</DPT_NET_UOM>
  <DPT_NET_WGT>1.1</DPT_NET_WGT>
  <DPT_OUT_DATE>2025-12-06T04:26:37.2803142+00:00</DPT_OUT_DATE>
  <DPT_PROGRAM_ID>sample string 16</DPT_PROGRAM_ID>
  <DPT_PT_ID>1</DPT_PT_ID>
  <DPT_REFERENCE>sample string 8</DPT_REFERENCE>
  <DPT_REMARKS>sample string 15</DPT_REMARKS>
  <DPT_SEAL_NUM>sample string 14</DPT_SEAL_NUM>
  <DPT_TARE_UOM>1</DPT_TARE_UOM>
  <DPT_TARE_WGT>1.1</DPT_TARE_WGT>
  <DPT_TRUCK_NUM>sample string 4</DPT_TRUCK_NUM>
  <DPT_TR_NAME>sample string 5</DPT_TR_NAME>
  <DPT_VOY_NUM>sample string 7</DPT_VOY_NUM>
  <DPT_VSL_NAME>sample string 6</DPT_VSL_NAME>
</DepotOpeningStockInputs>

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.