GET api/Pos264/{pid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pid

string

Required

Body Parameters

None.

Response Information

Resource Description

Pos264GetResponse
NameDescriptionTypeAdditional information
state

PosTransactionState

None.

stateValue

string

None.

tag

string

None.

documentCode

string

None.

outcomeMessage

string

None.

terminalHandlerState

string

None.

receipt

string

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 0,
  "stateValue": "Bozza",
  "tag": "sample string 1",
  "documentCode": "sample string 2",
  "outcomeMessage": "sample string 3",
  "terminalHandlerState": "sample string 4",
  "receipt": "sample string 5"
}

application/xml, text/xml

Sample:
<Pos264GetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Pos264PaymentService.Models">
  <DocumentCode>sample string 2</DocumentCode>
  <OutcomeMessage>sample string 3</OutcomeMessage>
  <PidTag8105>sample string 1</PidTag8105>
  <Receipt>sample string 5</Receipt>
  <State>Draft</State>
  <TerminalHandlerState>sample string 4</TerminalHandlerState>
</Pos264GetResponse>