GET api/seller/GetOID/{_transaction_id}
Get the OrderId with the TransactionID
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _transaction_id | TransactionID in Ingresso (tipo Guid) |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"OrderNumber": "sample string 1",
"ExitCode": "sample string 2",
"ExitDescription": "sample string 3"
}
application/xml, text/xml
Sample:
<RetreiveOrderNum xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OrderNumber>sample string 1</OrderNumber> <ExitCode>sample string 2</ExitCode> <ExitDescription>sample string 3</ExitDescription> </RetreiveOrderNum>