POST api/Master/PostCargoPackageMaster

Request Information

URI Parameters

None.

Body Parameters

CargoPackageMaster
NameDescriptionTypeAdditional information
PAK_ID

integer

None.

PAK_CODE

string

None.

PAK_DESCRIPTION

string

None.

PAK_STATUS

string

None.

PAK_PROGRAM_ID

string

None.

PAK_CREATED_BY

integer

None.

PAK_STATUS_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PAK_ID": 1,
  "PAK_CODE": "sample string 1",
  "PAK_DESCRIPTION": "sample string 2",
  "PAK_STATUS": "sample string 3",
  "PAK_PROGRAM_ID": "sample string 4",
  "PAK_CREATED_BY": 1,
  "PAK_STATUS_CODE": "sample string 5"
}

application/xml, text/xml

Sample:
<CargoPackageMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <PAK_CODE>sample string 1</PAK_CODE>
  <PAK_CREATED_BY>1</PAK_CREATED_BY>
  <PAK_DESCRIPTION>sample string 2</PAK_DESCRIPTION>
  <PAK_ID>1</PAK_ID>
  <PAK_PROGRAM_ID>sample string 4</PAK_PROGRAM_ID>
  <PAK_STATUS>sample string 3</PAK_STATUS>
  <PAK_STATUS_CODE>sample string 5</PAK_STATUS_CODE>
</CargoPackageMaster>

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.