POST api/report/payable-btb

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": "2024-03-29T08:28:39.05815-04:00",
  "ToDate": "2024-03-29T08:28:39.05815-04:00"
}

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 'ReportPara'.

Response Information

Resource Description

ResponsePayableBTB
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

data

Collection of VIEW_BILL_TO_BILL_PAYABLE_OUTSTANDING

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"
    }
  ]
}