POST api/Clp/FinalizeTransaction

Request Information

URI Parameters

None.

Body Parameters

TransactionRequestModel
NameDescriptionTypeAdditional information
ScenarioType

integer

None.

CustomerGuid

globally unique identifier

None.

ConsumerGuid

globally unique identifier

None.

Total

decimal number

None.

Info

string

None.

OperationN

string

None.

Points

integer

None.

Tag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "scenarioType": 1,
  "customerGuid": "7693bbd8-346b-4f37-a2c5-e30448ab4408",
  "consumerGuid": "488b9765-ea34-4664-a2d1-361e53b9dea5",
  "total": 4.0,
  "info": "sample string 5",
  "operationN": "sample string 6",
  "points": 7,
  "tag": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TransactionAnswerModel
NameDescriptionTypeAdditional information
ScenarioType

integer

None.

AppliedPriceList

string

None.

Points

integer

None.

MoneyToPoint

decimal number

None.

TransactionId

integer

None.

Error

string

None.

Tag

string

None.

Response Formats

application/json, text/json

Sample:
{
  "scenarioType": 1,
  "appliedPriceList": "sample string 2",
  "points": 3,
  "moneyToPoint": 4.0,
  "transactionId": 5,
  "error": "sample string 6",
  "tag": "sample string 7"
}