POST api/Billing/InsertDiscount
Request Information
URI Parameters
None.
Body Parameters
InsertDiscountRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrdType | string |
None. |
|
| LineNumb | integer |
None. |
|
| OrdHeadnumb | integer |
None. |
|
| OrdHeadLine | integer |
None. |
|
| ClientKey | integer |
None. |
|
| TimeReq | decimal number |
None. |
|
| ProdKey | integer |
None. |
|
| ProdBarcode | string |
None. |
|
| ProdCode | string |
None. |
|
| ProdName | string |
None. |
|
| ProdNameAr | string |
None. |
|
| ProdDesc | string |
None. |
|
| StaKey | integer |
None. |
|
| StaCode | string |
None. |
|
| StaName | string |
None. |
|
| ProdQty | decimal number |
None. |
|
| ProdPrices | decimal number |
None. |
|
| ProdAmount | decimal number |
None. |
|
| TransType | string |
None. |
|
| TransTag | string |
None. |
|
| CompKey | integer |
None. |
|
| Subsordemo | string |
None. |
|
| timeKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrdType": "sample string 1",
"LineNumb": 2,
"OrdHeadnumb": 3,
"OrdHeadLine": 4,
"ClientKey": 5,
"TimeReq": 6.0,
"ProdKey": 7,
"ProdBarcode": "sample string 8",
"ProdCode": "sample string 9",
"ProdName": "sample string 10",
"ProdNameAr": "sample string 11",
"ProdDesc": "sample string 12",
"StaKey": 13,
"StaCode": "sample string 14",
"StaName": "sample string 15",
"ProdQty": 16.0,
"ProdPrices": 17.0,
"ProdAmount": 18.0,
"TransType": "sample string 19",
"TransTag": "sample string 20",
"CompKey": 21,
"Subsordemo": "sample string 22",
"timeKey": 23
}
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.