POST common/checkOnlineWorks/{DT_FROM}/{DT_TO}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DT_FROM | string |
Required |
|
| DT_TO | string |
Required |
Body Parameters
Collection of CheckOnlineWork| Name | Description | Type | Additional information |
|---|---|---|---|
| DS_BUSINESS | string |
None. |
|
| LOCAL_BILLS | Collection of Bill |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"DS_BUSINESS": "sample string 1",
"LOCAL_BILLS": [
{
"$id": "2",
"DT_BILL": "sample string 1",
"CD_BILL": "sample string 2",
"DT_WORK": "sample string 3",
"TP_BILL": "sample string 4",
"DS_BILL": "sample string 5",
"DT_TARGET": "sample string 6",
"CD_TARGET": "sample string 7",
"DS_TARGET": "sample string 8",
"CD_CUSTOMER": "sample string 9",
"DS_CUSTOMER": "sample string 10",
"YN_RFID": true,
"DT_TRANS": "sample string 12",
"TEMP0": "sample string 13",
"TEMP1": "sample string 14",
"TEMP2": "sample string 15",
"TEMP3": "sample string 16",
"TEMP4": "sample string 17",
"TOTAL_QTY": 18
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |