POST scan/gettasklist

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
arg
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "appkey": "sample string 1",
  "params": "sample string 2",
  "timestamp": "sample string 3",
  "digest": "sample string 4",
  "Version": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": {
    "EWBS_LIST_NO": "sample string 1",
    "EWB_LIST_STATUS": 2,
    "SITE_ID": 3,
    "SITE_CODE": "sample string 4",
    "NEXT_SITE_CODE": "sample string 5",
    "ewbinfo": [
      {
        "EWB_NO": "sample string 1",
        "SEND_SITE_CODE": "sample string 2",
        "hewbList": [
          {
            "hewbNo": "sample string 1"
          },
          {
            "hewbNo": "sample string 1"
          },
          {
            "hewbNo": "sample string 1"
          }
        ]
      },
      {
        "EWB_NO": "sample string 1",
        "SEND_SITE_CODE": "sample string 2",
        "hewbList": [
          {
            "hewbNo": "sample string 1"
          },
          {
            "hewbNo": "sample string 1"
          },
          {
            "hewbNo": "sample string 1"
          }
        ]
      },
      {
        "EWB_NO": "sample string 1",
        "SEND_SITE_CODE": "sample string 2",
        "hewbList": [
          {
            "hewbNo": "sample string 1"
          },
          {
            "hewbNo": "sample string 1"
          },
          {
            "hewbNo": "sample string 1"
          }
        ]
      }
    ],
    "QuerySiteId": 6,
    "unloadStatus": 7
  },
  "Counts": 1,
  "Code": "sample string 2",
  "Message": "sample string 3",
  "IsSuccess": true
}