POST api/UnifyFinance/UnifyPaymentList

Request Information

URI Parameters

None.

Body Parameters

UnifyPaymentListRequest
NameDescriptionTypeAdditional information
FARouteStatus

FARouteStatus

None.

PaymentDateStart

date

None.

PaymentDateEnd

date

None.

QueryClause

string

None.

Page

integer

None.

ItemsPerPage

integer

None.

ApplicationType

UnifyPaymentApplicationType

None.

TrainingType

UnifyTrainingPaymentType

None.

PaymentStatus

PaymentStatus

None.

Request Formats

application/json, text/json

Sample:
{
  "FARouteStatus": 1001,
  "PaymentDateStart": "2026-05-31T22:58:25.6675165+08:00",
  "PaymentDateEnd": "2026-05-31T22:58:25.6675165+08:00",
  "QueryClause": "sample string 3",
  "Page": 4,
  "ItemsPerPage": 5,
  "ApplicationType": 2002001,
  "TrainingType": 1001,
  "PaymentStatus": 1001
}

application/xml, text/xml

Sample:
<UnifyPaymentListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <ApplicationType>WF</ApplicationType>
  <FARouteStatus>NoRout</FARouteStatus>
  <ItemsPerPage>5</ItemsPerPage>
  <Page>4</Page>
  <PaymentDateEnd>2026-05-31T22:58:25.6675165+08:00</PaymentDateEnd>
  <PaymentDateStart>2026-05-31T22:58:25.6675165+08:00</PaymentDateStart>
  <PaymentStatus>Unpaid</PaymentStatus>
  <QueryClause>sample string 3</QueryClause>
  <TrainingType>Tax</TrainingType>
</UnifyPaymentListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfUnifyPaymenResult
NameDescriptionTypeAdditional information
Content

UnifyPaymenResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.