POST Partner/GetParticipantAccountStatement

Request Information

URI Parameters

None.

Body Parameters

GetParticipantAccountStatementDTORequest
NameDescriptionTypeAdditional information
ParticipantID

integer

Required

PageIndex

integer

Required

PageSize

integer

Required

Period

integer

None.

TransactionTypeID

integer

None.

InitialDate

string

None.

EndingDate

string

None.

BankTransactionType

integer

None.

IsOnlyOrders

boolean

None.

OrderBy

string

None.

OrderID

integer

None.

PartnerAccessKey

string

None.

CampaignID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ParticipantID": 1,
  "PageIndex": 2,
  "PageSize": 3,
  "Period": 1,
  "TransactionTypeID": 1,
  "InitialDate": "sample string 4",
  "EndingDate": "sample string 5",
  "BankTransactionType": 1,
  "IsOnlyOrders": true,
  "OrderBy": "sample string 6",
  "OrderID": 1,
  "PartnerAccessKey": "sample string 7",
  "CampaignID": 8
}

application/xml, text/xml

Sample:
<GetParticipantAccountStatementDTORequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PartnerAccessKey>sample string 7</PartnerAccessKey>
  <CampaignID>8</CampaignID>
  <ParticipantID>1</ParticipantID>
  <PageIndex>2</PageIndex>
  <PageSize>3</PageSize>
  <Period>1</Period>
  <TransactionTypeID>1</TransactionTypeID>
  <InitialDate>sample string 4</InitialDate>
  <EndingDate>sample string 5</EndingDate>
  <BankTransactionType>1</BankTransactionType>
  <IsOnlyOrders>true</IsOnlyOrders>
  <OrderBy>sample string 6</OrderBy>
  <OrderID>1</OrderID>
</GetParticipantAccountStatementDTORequest>

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

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.