POST api/THDCL
Request Information
URI Parameters
None.
Body Parameters
thdcl| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
None. |
|
| bm | string |
None. |
|
| type | string |
None. |
|
| pqty | string |
None. |
|
| dqty | string |
None. |
|
| dcl | string |
None. |
|
| dcl1 | string |
None. |
|
| dcl11 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "sample string 1",
"bm": "sample string 2",
"type": "sample string 3",
"pqty": "sample string 4",
"dqty": "sample string 5",
"dcl": "sample string 6",
"dcl1": "sample string 7",
"dcl11": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"