POST api/G3/CreateCancelationNotice
Request Information
URI Parameters
None.
Body Parameters
G3CancelationNoticeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| controlNumber | string |
None. |
|
| isTax | integer |
None. |
|
| Memo | string |
None. |
|
| CashierId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"controlNumber": "sample string 1",
"isTax": 2,
"Memo": "sample string 3",
"CashierId": 4
}
text/xml
Sample:
<G3CancelationNoticeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.G3"> <CashierId>4</CashierId> <Memo>sample string 3</Memo> <OperationId>sample string 1</OperationId> <WithCommission>2</WithCommission> </G3CancelationNoticeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.