POST api/seller/TraceTransaction

Trace the last operation on GestPay_Transition

Request Information

Parameters

NameDescriptionAdditional information
Body
Json with FileName, Status, Description

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FileName": "sample string 1",
  "Status": "sample string 2",
  "Description": "sample string 3"
}

application/xml, text/xml

Sample:
<Paytipper_LogTrace xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <FileName>sample string 1</FileName>
  <Status>sample string 2</Status>
  <Description>sample string 3</Description>
</Paytipper_LogTrace>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>