POST api/v1/RefundInvoice
Request Information
URI Parameters
None.
Body Parameters
InvoiceForCardInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNo | string |
None. |
|
| LocID | integer |
None. |
|
| RestID | integer |
None. |
|
| CardNoOutside | string |
None. |
|
| UserID | integer |
None. |
|
| TransactedBy | string |
None. |
|
| BillType | string |
None. |
|
| BillNo | string |
None. |
|
| RefReasonID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardNo": "sample string 1",
"LocID": 2,
"RestID": 3,
"CardNoOutside": "sample string 4",
"UserID": 5,
"TransactedBy": "sample string 6",
"BillType": "sample string 7",
"BillNo": "sample string 8",
"RefReasonID": 9
}
application/xml, text/xml
Sample:
<InvoiceForCardInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BillNo>sample string 8</BillNo> <BillType>sample string 7</BillType> <CardNo>sample string 1</CardNo> <CardNoOutside>sample string 4</CardNoOutside> <LocID>2</LocID> <RefReasonID>9</RefReasonID> <RestID>3</RestID> <TransactedBy>sample string 6</TransactedBy> <UserID>5</UserID> </InvoiceForCardInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |