POST api/CHAMasters/GetSTMasterList

Request Information

URI Parameters

None.

Body Parameters

CHASTMasterList
NameDescriptionTypeAdditional information
SCM_ID

integer

None.

SCM_STMT_TYPE_CODE

string

None.

SCM_STMT_CODE

string

None.

SCM_FLAG

string

None.

SCM_SHIPMENT_TYPE

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SCM_ID": 1,
  "SCM_STMT_TYPE_CODE": "sample string 1",
  "SCM_STMT_CODE": "sample string 2",
  "SCM_FLAG": "sample string 3",
  "SCM_SHIPMENT_TYPE": "sample string 4",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<CHASTMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <SCM_FLAG>sample string 3</SCM_FLAG>
  <SCM_ID>1</SCM_ID>
  <SCM_SHIPMENT_TYPE>sample string 4</SCM_SHIPMENT_TYPE>
  <SCM_STMT_CODE>sample string 2</SCM_STMT_CODE>
  <SCM_STMT_TYPE_CODE>sample string 1</SCM_STMT_TYPE_CODE>
  <START>1</START>
</CHASTMasterList>

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.