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