POST api/GoPos?storeGuId={storeGuId}&ticketGuId={ticketGuId}&goPaymentId={goPaymentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeGuId

string

Required

ticketGuId

string

Required

goPaymentId

integer

None.

Body Parameters

None.

Response Information

Resource Description

ValueTupleOfBooleanAndString
NameDescriptionTypeAdditional information
Item1

boolean

None.

Item2

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Item1": true,
  "Item2": "sample string 2"
}