POST AdminApi/Address/GetMerchantStoreAddress

Request Information

URI Parameters

None.

Body Parameters

ShipCond
NameDescriptionTypeAdditional information
DeliveryAddrId

globally unique identifier

None.

ExpressId

globally unique identifier

None.

ShipCode

string

None.

CCode

string

None.

TCode

string

None.

TotalWeight

decimal number

None.

ItemAmount

decimal number

None.

StationCode

string

None.

ProductWeightInfo

Collection of ProductWeightInfo

None.

MerchantIds

Collection of globally unique identifier

None.

PageInfo

PageInfo

None.

ProvinceId

integer

None.

CityId

integer

None.

ExpId

globally unique identifier

None.

deliveryType

DeliveryType

None.

Request Formats

application/json, text/json

Sample:
{
  "DeliveryAddrId": "df9afe21-a35a-47d1-8699-6161b7d6c2bb",
  "ExpressId": "7590784e-9a1b-4a11-b911-89a267a7c177",
  "ShipCode": "sample string 3",
  "CCode": "sample string 4",
  "TCode": "sample string 5",
  "TotalWeight": 6.0,
  "ItemAmount": 7.0,
  "StationCode": "sample string 8",
  "ProductWeightInfo": [
    {
      "Code": "sample string 1",
      "Qty": 2
    },
    {
      "Code": "sample string 1",
      "Qty": 2
    }
  ],
  "MerchantIds": [
    "a1fd2712-d1a4-4904-95cf-7773acdf1f99",
    "10b1c7f3-7970-4ef1-a7f8-5dbc1e6fee1d"
  ],
  "PageInfo": {
    "Page": 1,
    "PageSize": 2,
    "Offset": 0,
    "SortName": "sample string 3",
    "SortOrder": "sample string 4"
  },
  "ProvinceId": 9,
  "CityId": 10,
  "ExpId": "894db44a-2b08-4ad1-a8cf-0a80990b73b2",
  "deliveryType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}