POST api/report/purchase-register

Request Information

URI Parameters

None.

Body Parameters

ReportPara
NameDescriptionTypeAdditional information
UserSeq

integer

None.

TokenNo

string

None.

ReportType

string

None.

SubType

string

None.

FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserSeq": 1,
  "TokenNo": "sample string 2",
  "ReportType": "sample string 3",
  "SubType": "sample string 4",
  "FromDate": "2025-12-16T10:21:39.4447046+08:00",
  "ToDate": "2025-12-16T10:21:39.4447046+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponsePurchaseRegister
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

data

Collection of VIEW_PURCHASE_REGISTER

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "data": [
    {
      "SR": 1,
      "SEQ_NO": 1,
      "BOOK_SEQ": 1,
      "BOOK_AC_SEQ": 1,
      "BOOK": "sample string 2",
      "TRANS_DATE": "sample string 3",
      "INVOICE_NO": "sample string 4",
      "NAME_SEQ": 1,
      "COMP_NAME": "sample string 5",
      "FULL_NAME": "sample string 6",
      "EMAIL_ID": "sample string 7",
      "MOB_NO": "sample string 8",
      "AC_YEAR_SEQ": 1,
      "COMP_SEQ": 1,
      "TRANS_SEQ": 1,
      "AMOUNT": 1.0,
      "PENDING_AMOUNT": 1.0,
      "CR_DR": "sample string 9",
      "CURRENCY": "sample string 10"
    },
    {
      "SR": 1,
      "SEQ_NO": 1,
      "BOOK_SEQ": 1,
      "BOOK_AC_SEQ": 1,
      "BOOK": "sample string 2",
      "TRANS_DATE": "sample string 3",
      "INVOICE_NO": "sample string 4",
      "NAME_SEQ": 1,
      "COMP_NAME": "sample string 5",
      "FULL_NAME": "sample string 6",
      "EMAIL_ID": "sample string 7",
      "MOB_NO": "sample string 8",
      "AC_YEAR_SEQ": 1,
      "COMP_SEQ": 1,
      "TRANS_SEQ": 1,
      "AMOUNT": 1.0,
      "PENDING_AMOUNT": 1.0,
      "CR_DR": "sample string 9",
      "CURRENCY": "sample string 10"
    }
  ]
}