POST api/Master/PostCargoMaster

Request Information

URI Parameters

None.

Body Parameters

InputCargoMaster
NameDescriptionTypeAdditional information
CRG_ID

string

None.

CRG_NAME

string

None.

CRG_CP_ID

string

None.

CRG_COM_NAME

integer

None.

CRG_HSN_CODE

string

None.

CRG_NOTES

string

None.

CRG_DG_FLAG

string

None.

CRG_DG_CLAUSE

integer

None.

CUR_PROGRAM_ID

string

None.

CRG_UN_NUMBER

string

None.

CRG_FLASHPOINT

string

None.

CRG_TEMPERATURE

string

None.

CRG_CREATED_BY

integer

None.

CRG_MODIFIED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CRG_ID": "sample string 1",
  "CRG_NAME": "sample string 2",
  "CRG_CP_ID": "sample string 3",
  "CRG_COM_NAME": 1,
  "CRG_HSN_CODE": "sample string 4",
  "CRG_NOTES": "sample string 5",
  "CRG_DG_FLAG": "sample string 6",
  "CRG_DG_CLAUSE": 1,
  "CUR_PROGRAM_ID": "sample string 7",
  "CRG_UN_NUMBER": "sample string 8",
  "CRG_FLASHPOINT": "sample string 9",
  "CRG_TEMPERATURE": "sample string 10",
  "CRG_CREATED_BY": 1,
  "CRG_MODIFIED_BY": 1
}

application/xml, text/xml

Sample:
<InputCargoMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CRG_COM_NAME>1</CRG_COM_NAME>
  <CRG_CP_ID>sample string 3</CRG_CP_ID>
  <CRG_CREATED_BY>1</CRG_CREATED_BY>
  <CRG_DG_CLAUSE>1</CRG_DG_CLAUSE>
  <CRG_DG_FLAG>sample string 6</CRG_DG_FLAG>
  <CRG_FLASHPOINT>sample string 9</CRG_FLASHPOINT>
  <CRG_HSN_CODE>sample string 4</CRG_HSN_CODE>
  <CRG_ID>sample string 1</CRG_ID>
  <CRG_MODIFIED_BY>1</CRG_MODIFIED_BY>
  <CRG_NAME>sample string 2</CRG_NAME>
  <CRG_NOTES>sample string 5</CRG_NOTES>
  <CRG_TEMPERATURE>sample string 10</CRG_TEMPERATURE>
  <CRG_UN_NUMBER>sample string 8</CRG_UN_NUMBER>
  <CUR_PROGRAM_ID>sample string 7</CUR_PROGRAM_ID>
</InputCargoMaster>

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.