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