POST api/match/addressMatch

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:
{
  "isPostStation": 1,
  "ewbNo": "sample string 2",
  "orderNo": "sample string 3",
  "addressInfo": "sample string 4",
  "secret": "sample string 5",
  "identific": "sample string 6",
  "isExceedMatch": 7,
  "productId": 1,
  "isTimeEfficient": 8,
  "siteId": "sample string 9",
  "sendSiteId": 10
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "token": "sample string 3",
  "data": {
    "matchResult": 1,
    "matchType": 2,
    "matchTypeName": "sample string 3",
    "matchMapType": 4,
    "matchMapTypeName": "sample string 5",
    "siteId": "sample string 6",
    "siteNo": "sample string 7",
    "siteName": "sample string 8",
    "siteAddress": "sample string 9",
    "siteContacts": "sample string 10",
    "siteContactNumber": "sample string 11",
    "siteLongitude": "sample string 12",
    "siteLatitude": "sample string 13",
    "postStationId": "sample string 14",
    "postStationName": "sample string 15",
    "postStationContacts": "sample string 16",
    "postStationContactNumber": "sample string 17",
    "siteServiceScope": 18,
    "addressLongitude": "sample string 19",
    "addressLatitude": "sample string 20",
    "mapVersion": 21,
    "empCode": "sample string 22",
    "siteNature": 23,
    "suspend": {
      "siteId": "sample string 1",
      "siteCode": "sample string 2",
      "siteName": "sample string 3",
      "startTime": "sample string 4",
      "endTime": "sample string 5",
      "suspendReason": "sample string 6"
    },
    "additions": [
      {
        "additionId": 1,
        "additionType": 2,
        "additionName": "sample string 3",
        "selfPick": 4,
        "startTime": "sample string 5",
        "endTime": "sample string 6",
        "additionRemark": "sample string 7",
        "additionSendRemark": "sample string 8",
        "productIds": [
          1,
          2,
          3
        ]
      },
      {
        "additionId": 1,
        "additionType": 2,
        "additionName": "sample string 3",
        "selfPick": 4,
        "startTime": "sample string 5",
        "endTime": "sample string 6",
        "additionRemark": "sample string 7",
        "additionSendRemark": "sample string 8",
        "productIds": [
          1,
          2,
          3
        ]
      },
      {
        "additionId": 1,
        "additionType": 2,
        "additionName": "sample string 3",
        "selfPick": 4,
        "startTime": "sample string 5",
        "endTime": "sample string 6",
        "additionRemark": "sample string 7",
        "additionSendRemark": "sample string 8",
        "productIds": [
          1,
          2,
          3
        ]
      }
    ],
    "exceed": {
      "exceedId": "sample string 1",
      "exceedType": 2,
      "startTime": "sample string 3",
      "exceedRemark": "sample string 4"
    },
    "pickUp": {
      "pickUpId": 1,
      "pickUpType": 2,
      "pickUpMode": 3,
      "pickUpModeName": "sample string 4",
      "pickUpName": "sample string 5",
      "pickUpAddress": "sample string 6",
      "pickUpAddressPoint": "sample string 7",
      "distance": 8,
      "remark": "sample string 9",
      "startTime": "sample string 10",
      "endTime": "sample string 11",
      "weights": [
        [
          1,
          2,
          3
        ],
        [
          1,
          2,
          3
        ],
        [
          1,
          2,
          3
        ]
      ],
      "weightsDesc": "sample string 12",
      "phone": "sample string 13"
    },
    "timeEfficient": 1,
    "provinceName": "sample string 24",
    "cityName": "sample string 25",
    "districtName": "sample string 26",
    "streetName": "sample string 27",
    "streetCode": "sample string 28",
    "villageName": "sample string 29"
  },
  "messageDetail": "sample string 4"
}