POST api/{apiVersion}/CustomerAccount/GetCustomerAccountStatementReceipt

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CustomerAccountStatementReceiptRequest
NameDescriptionTypeAdditional information
RecordId

globally unique identifier

None.

ReportType

ReportTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordId": "bd14372c-4db5-4285-9eb0-35856c0df486",
  "ReportType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfString
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

string

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": "sample string 3",
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}