POST api/Billing/InsertProdlinesales
Request Information
URI Parameters
None.
Body Parameters
InsertOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrdHeadnumb | integer |
None. |
|
| OrdNumber | string |
None. |
|
| OrdHeadLine | integer |
None. |
|
| TransactDate | date |
None. |
|
| OrdSaleDate | date |
None. |
|
| ClientKey | integer |
None. |
|
| CurrencyKey | integer |
None. |
|
| ProdKey | integer |
None. |
|
| ProdBarcode | string |
None. |
|
| ProdCode | string |
None. |
|
| ProdName | string |
None. |
|
| ProdNameAr | string |
None. |
|
| ProdDesc | string |
None. |
|
| ProdQty | decimal number |
None. |
|
| ProdPrices | decimal number |
None. |
|
| ProdAmount | decimal number |
None. |
|
| TransType | string |
None. |
|
| TransTag | string |
None. |
|
| CompKey | integer |
None. |
|
| MechKey | integer |
None. |
|
| OrdType | string |
None. |
|
| UserKey | integer |
None. |
|
| Subsordemo | string |
None. |
|
| IsDemoCustomer | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrdHeadnumb": 1,
"OrdNumber": "sample string 2",
"OrdHeadLine": 3,
"TransactDate": "2026-04-02T05:12:04.7526625+04:00",
"OrdSaleDate": "2026-04-02T05:12:04.7526625+04:00",
"ClientKey": 6,
"CurrencyKey": 7,
"ProdKey": 8,
"ProdBarcode": "sample string 9",
"ProdCode": "sample string 10",
"ProdName": "sample string 11",
"ProdNameAr": "sample string 12",
"ProdDesc": "sample string 13",
"ProdQty": 14.0,
"ProdPrices": 15.0,
"ProdAmount": 16.0,
"TransType": "sample string 17",
"TransTag": "sample string 18",
"CompKey": 19,
"MechKey": 20,
"OrdType": "sample string 21",
"UserKey": 22,
"Subsordemo": "sample string 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.