POST api/match/addressMatch
No documentation available.
Request Information
Parameters
Name | Description | Additional 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, "sendSiteId": 8 }
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" } }, "messageDetail": "sample string 4" }