GetStatusIncertVoucher

Paths

Example

Example request object

{
  "Criteria": {
    "VoucherCode": "string_example"
  },
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "Result": {
    "Voucher": {
      "VoucherCode": null,
      "VoucherName": null,
      "VoucherDescription": null,
      "InitialAmount": 0.0,
      "CurrentAmount": 0.0,
      "Currency": null,
      "CustomerFullName": null,
      "ValidTill": "2024-04-26T09:08:35.569032+02:00",
      "Status": 0,
      "PartlyRedeemable": false,
      "Validity": 0,
      "PosSalesLineId": "00000000-0000-0000-0000-000000000000",
      "RedemptionsHistory": null
    }
  }
}

ShouldBeExecuted

Postdata

Response