POST api/GetCoupon/DisCoups
Request Information
URI Parameters
None.
Body Parameters
DisCoupsData| Name | Description | Type | Additional information |
|---|---|---|---|
| cpCode | string |
None. |
|
| Supid | integer |
None. |
|
| Tot | decimal number |
None. |
|
| Fee | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"cpCode": "sample string 1",
"Supid": 2,
"Tot": 3.0,
"Fee": 4.0
}
application/xml, text/xml
Sample:
<DisCoupsData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes"> <Fee>4</Fee> <Supid>2</Supid> <Tot>3</Tot> <cpCode>sample string 1</cpCode> </DisCoupsData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.