POST api/CHA/GetSBInvoiceList

Request Information

URI Parameters

None.

Body Parameters

GetSBInvoiceList
NameDescriptionTypeAdditional information
SB_ID

integer

None.

SID_SI_NO

integer

None.

START

integer

None.

LENGTH

integer

None.

SID_CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SB_ID": 1,
  "SID_SI_NO": 1,
  "START": 1,
  "LENGTH": 1,
  "SID_CP_ID": 1
}

application/xml, text/xml

Sample:
<GetSBInvoiceList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <SB_ID>1</SB_ID>
  <SID_CP_ID>1</SID_CP_ID>
  <SID_SI_NO>1</SID_SI_NO>
  <START>1</START>
</GetSBInvoiceList>

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.