VoucherValidate

Paths

Example

Example request object

{
  "Criteria": {
    "PersonId": null,
    "VoucherCodes": [
      "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

{
  "VoucherValidateResult": {
    "VoucherStates": [
      {
        "VoucherCode": null,
        "Status": 0
      }
    ],
    "CouponDetails": [
      {
        "SubjectID": "00000000-0000-0000-0000-000000000000",
        "SalesType": 0,
        "PriceTypeID": "00000000-0000-0000-0000-000000000000",
        "Description": null
      }
    ]
  }
}

ShouldBeExecuted

Postdata

Response