POST api/Billing/GetBillingOrdersHeadList
Request Information
URI Parameters
None.
Body Parameters
GetOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompKey | integer |
None. |
|
| ClientKey | integer |
None. |
|
| OrdHeadnumb | integer |
None. |
|
| OrdType | string |
None. |
|
| Subsordemo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompKey": 1,
"ClientKey": 2,
"OrdHeadnumb": 3,
"OrdType": "sample string 4",
"Subsordemo": "sample string 5"
}
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.