POST api/ICustomerInfo/ICustomerAddressInfo

Request Information

URI Parameters

None.

Body Parameters

ReadDTOOfReadICustomerAddress
NameDescriptionTypeAdditional information
data

ReadICustomerAddress

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "id": 1,
    "name": "sample string 2",
    "tel": "sample string 3",
    "Province": 4,
    "City": 5,
    "Area": 6
  },
  "PageSize": 1,
  "PageIndex": 2
}

application/xml, text/xml

Sample:
<ReadDTOOfReadICustomerAddresscc8wrA37 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
  <PageIndex>2</PageIndex>
  <PageSize>1</PageSize>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.ReadModels">
    <d2p1:Area>6</d2p1:Area>
    <d2p1:City>5</d2p1:City>
    <d2p1:Province>4</d2p1:Province>
    <d2p1:id>1</d2p1:id>
    <d2p1:name>sample string 2</d2p1:name>
    <d2p1:tel>sample string 3</d2p1:tel>
  </data>
</ReadDTOOfReadICustomerAddresscc8wrA37>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultDTOOfListOfResult_ICustomerAddressInfo
NameDescriptionTypeAdditional information
code

integer

None.

data

Collection of Result_ICustomerAddressInfo

None.

msg

string

None.

Exception

Object

None.

Exception1

Object

None.

count

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "data": [
    {
      "id": 1,
      "z_id": 2,
      "name": "sample string 3",
      "tel": "sample string 4",
      "Province": 5,
      "City": 6,
      "Area": 7,
      "SpecificAddress": "sample string 8",
      "ProvinceName": "sample string 9",
      "CityName": "sample string 10",
      "AreaName": "sample string 11"
    },
    {
      "id": 1,
      "z_id": 2,
      "name": "sample string 3",
      "tel": "sample string 4",
      "Province": 5,
      "City": 6,
      "Area": 7,
      "SpecificAddress": "sample string 8",
      "ProvinceName": "sample string 9",
      "CityName": "sample string 10",
      "AreaName": "sample string 11"
    }
  ],
  "msg": "sample string 2",
  "Exception": {},
  "Exception1": {},
  "count": 5,
  "PageSize": 6,
  "PageIndex": 7
}

application/xml, text/xml

Sample:
<ResultDTOOfArrayOfResult_ICustomerAddressInfo3G4q1gKH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
  <Exception />
  <Exception1 />
  <PageIndex>7</PageIndex>
  <PageSize>6</PageSize>
  <code>1</code>
  <count>5</count>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.ResultModels">
    <d2p1:Result_ICustomerAddressInfo>
      <d2p1:Area>7</d2p1:Area>
      <d2p1:AreaName>sample string 11</d2p1:AreaName>
      <d2p1:City>6</d2p1:City>
      <d2p1:CityName>sample string 10</d2p1:CityName>
      <d2p1:Province>5</d2p1:Province>
      <d2p1:ProvinceName>sample string 9</d2p1:ProvinceName>
      <d2p1:SpecificAddress>sample string 8</d2p1:SpecificAddress>
      <d2p1:id>1</d2p1:id>
      <d2p1:name>sample string 3</d2p1:name>
      <d2p1:tel>sample string 4</d2p1:tel>
      <d2p1:z_id>2</d2p1:z_id>
    </d2p1:Result_ICustomerAddressInfo>
    <d2p1:Result_ICustomerAddressInfo>
      <d2p1:Area>7</d2p1:Area>
      <d2p1:AreaName>sample string 11</d2p1:AreaName>
      <d2p1:City>6</d2p1:City>
      <d2p1:CityName>sample string 10</d2p1:CityName>
      <d2p1:Province>5</d2p1:Province>
      <d2p1:ProvinceName>sample string 9</d2p1:ProvinceName>
      <d2p1:SpecificAddress>sample string 8</d2p1:SpecificAddress>
      <d2p1:id>1</d2p1:id>
      <d2p1:name>sample string 3</d2p1:name>
      <d2p1:tel>sample string 4</d2p1:tel>
      <d2p1:z_id>2</d2p1:z_id>
    </d2p1:Result_ICustomerAddressInfo>
  </data>
  <msg>sample string 2</msg>
</ResultDTOOfArrayOfResult_ICustomerAddressInfo3G4q1gKH>