POST api/sale/search-stone-invoice

Request Information

URI Parameters

None.

Body Parameters

SearchInvoice
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

PACKET_No

string

None.

INVOICE_NO

string

None.

USER_SEQ

integer

None.

TOKAN_NO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "PACKET_No": "sample string 3",
  "INVOICE_NO": "sample string 4",
  "USER_SEQ": 5,
  "TOKAN_NO": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchInvoice'.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3"
}