POST PPOB/GetReceipt

Request Information

URI Parameters

None.

Body Parameters

PPOBGetReceipt
NameDescriptionTypeAdditional information
customerID

string

None.

transactionDate

date

None.

userID

user API

string

None.

accessToken

access code getting from login

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customerID": "sample string 1",
  "transactionDate": "2025-01-23T00:07:19.4110359+07:00",
  "userID": "sample string 3",
  "accessToken": "sample string 4"
}

application/xml, text/xml

Sample:
<PPOBGetReceipt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cebes.DI.H2H.Api.Models">
  <accessToken>sample string 4</accessToken>
  <userID>sample string 3</userID>
  <customerID>sample string 1</customerID>
  <transactionDate>2025-01-23T00:07:19.4110359+07:00</transactionDate>
</PPOBGetReceipt>

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.