POST api/v1/Customer_Voucher_By_Point/ConfirmMultiCustomerVoucher
Request Information
URI Parameters
None.
Body Parameters
Customer_Voucher_By_PointParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsUsed | boolean |
None. |
|
| Value | string |
None. |
|
| CustomerId | string |
None. |
|
| StaffId | string |
None. |
|
| CounterId | string |
None. |
|
| VoucherCode | string |
None. |
|
| FromDate | decimal number |
None. |
|
| ToDate | decimal number |
None. |
|
| EmployeeId | string |
None. |
|
| Barcode | string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| UI_TextSearch | string |
None. |
|
| IsExportExcel | boolean |
None. |
|
| IsExportPDF | boolean |
None. |
|
| FilterQuery | Dictionary of string [key] and Object [value] |
None. |
|
| ScreenGUID | string |
None. |
|
| DocumentWidth | integer |
None. |
|
| Url | string |
None. |
|
| OptionConfigsMore | Dictionary of string [key] and Object [value] |
None. |
|
| QuerySearch | Dictionary of string [key] and Object [value] |
None. |
|
| IsTestCase | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsUsed": true,
"Value": "sample string 1",
"CustomerId": "sample string 2",
"StaffId": "sample string 3",
"CounterId": "sample string 4",
"VoucherCode": "sample string 5",
"FromDate": 1.1,
"ToDate": 1.1,
"EmployeeId": "sample string 6",
"Barcode": "sample string 7",
"Page": 8,
"PageSize": 9,
"UI_TextSearch": "sample string 10",
"IsExportExcel": true,
"IsExportPDF": true,
"FilterQuery": null,
"ScreenGUID": "sample string 13",
"DocumentWidth": 14,
"Url": "sample string 15",
"OptionConfigsMore": null,
"QuerySearch": null,
"IsTestCase": true
}
application/xml, text/xml
Sample:
<Customer_Voucher_By_PointParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models"> <DocumentWidth xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">14</DocumentWidth> <FilterQuery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <IsTestCase xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">true</IsTestCase> <OptionConfigsMore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <QuerySearch xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <ScreenGUID xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 13</ScreenGUID> <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 15</Url> <Barcode>sample string 7</Barcode> <CounterId>sample string 4</CounterId> <CustomerId>sample string 2</CustomerId> <EmployeeId>sample string 6</EmployeeId> <FromDate>1.1</FromDate> <IsExportExcel>true</IsExportExcel> <IsExportPDF>true</IsExportPDF> <IsUsed>true</IsUsed> <Page>8</Page> <PageSize>9</PageSize> <StaffId>sample string 3</StaffId> <ToDate>1.1</ToDate> <UI_TextSearch>sample string 10</UI_TextSearch> <Value>sample string 1</Value> <VoucherCode>sample string 5</VoucherCode> </Customer_Voucher_By_PointParamModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": "sample string 1",
"ExtraData": null,
"StartTime": 2.1,
"EndTime": 3.1,
"TotalMili": 4.1,
"StatusCode": 5,
"Msg": "sample string 6",
"MsgShowInUI": "sample string 7"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message"> <Msg>sample string 6</Msg> <MsgShowInUI>sample string 7</MsgShowInUI> <StatusCode>5</StatusCode> <Data>sample string 1</Data> <EndTime>3.1</EndTime> <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <StartTime>2.1</StartTime> <TotalMili>4.1</TotalMili> </EzyResultObjectOfstring>