POST voucher/GetCOOPVoucherList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

oGetCOOPVoucherListResponse
NameDescriptionTypeAdditional information
oGetCOOPVoucherLists

Collection of oGetCOOPVoucherList

None.

StatusCode

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "oGetCOOPVoucherLists": [
    {
      "status": "sample string 1",
      "data": [
        {},
        {}
      ]
    },
    {
      "status": "sample string 1",
      "data": [
        {},
        {}
      ]
    }
  ],
  "StatusCode": true,
  "Message": "sample string 2"
}