POST api/CHA/GetSBJobList

Request Information

URI Parameters

None.

Body Parameters

CHAGetJobInput
NameDescriptionTypeAdditional information
SB_ID

integer

None.

SB_CP_ID

integer

None.

SB_MSG_TYPE

string

None.

SB_JOB_NO

integer

None.

SB_JOB_DT

date

None.

SB_TYPE

string

None.

SB_BL_NO

string

None.

SB_BL_DT

date

None.

SB_TRANS_MODE

string

None.

SB_CUST_HOUSE

integer

None.

SB_CUST_CODE

string

None.

SB_NO

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SB_ID": 1,
  "SB_CP_ID": 1,
  "SB_MSG_TYPE": "sample string 1",
  "SB_JOB_NO": 1,
  "SB_JOB_DT": "2024-05-19T15:19:29.0022231+05:30",
  "SB_TYPE": "sample string 2",
  "SB_BL_NO": "sample string 3",
  "SB_BL_DT": "2024-05-19T15:19:29.0022231+05:30",
  "SB_TRANS_MODE": "sample string 4",
  "SB_CUST_HOUSE": 1,
  "SB_CUST_CODE": "sample string 5",
  "SB_NO": 1
}

application/xml, text/xml

Sample:
<CHAGetJobInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SB_BL_DT>2024-05-19T15:19:29.0022231+05:30</SB_BL_DT>
  <SB_BL_NO>sample string 3</SB_BL_NO>
  <SB_CP_ID>1</SB_CP_ID>
  <SB_CUST_CODE>sample string 5</SB_CUST_CODE>
  <SB_CUST_HOUSE>1</SB_CUST_HOUSE>
  <SB_ID>1</SB_ID>
  <SB_JOB_DT>2024-05-19T15:19:29.0022231+05:30</SB_JOB_DT>
  <SB_JOB_NO>1</SB_JOB_NO>
  <SB_MSG_TYPE>sample string 1</SB_MSG_TYPE>
  <SB_NO>1</SB_NO>
  <SB_TRANS_MODE>sample string 4</SB_TRANS_MODE>
  <SB_TYPE>sample string 2</SB_TYPE>
</CHAGetJobInput>

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.