POST api/ICustomerInfo/ICustomerInfoList
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfReadICustomerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReadICustomerInfo |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"UserId": 1,
"contact_person": "sample string 2",
"contact_tel": "sample string 3"
},
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfReadICustomerInfocc8wrA37 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:UserId>1</d2p1:UserId>
<d2p1:contact_person>sample string 2</d2p1:contact_person>
<d2p1:contact_tel>sample string 3</d2p1:contact_tel>
</data>
</ReadDTOOfReadICustomerInfocc8wrA37>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfListOfResult_ICustomerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of Result_ICustomerInfo |
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,
"suppliers_code": "sample string 2",
"suppliers_name": "sample string 3",
"All_suppliers_name": "sample string 4",
"contact_person": "sample string 5",
"contact_tel": "sample string 6",
"statue": 7,
"remark": "sample string 8",
"suppliers_UserID": "sample string 9",
"i_customer_flag": 10,
"bank": "sample string 11",
"bank_number": "sample string 12",
"bank_man_name": "sample string 13",
"VX": "sample string 14",
"ZFB": "sample string 15",
"ALL_VX": "sample string 16",
"ALL_ZFB": "sample string 17",
"statueName": "sample string 18",
"i_customer_flagName": "sample string 19",
"UserName": "sample string 20",
"wx_openid": "sample string 21",
"public_openid": "sample string 22",
"unionid": "sample string 23",
"candel": 24
},
{
"id": 1,
"suppliers_code": "sample string 2",
"suppliers_name": "sample string 3",
"All_suppliers_name": "sample string 4",
"contact_person": "sample string 5",
"contact_tel": "sample string 6",
"statue": 7,
"remark": "sample string 8",
"suppliers_UserID": "sample string 9",
"i_customer_flag": 10,
"bank": "sample string 11",
"bank_number": "sample string 12",
"bank_man_name": "sample string 13",
"VX": "sample string 14",
"ZFB": "sample string 15",
"ALL_VX": "sample string 16",
"ALL_ZFB": "sample string 17",
"statueName": "sample string 18",
"i_customer_flagName": "sample string 19",
"UserName": "sample string 20",
"wx_openid": "sample string 21",
"public_openid": "sample string 22",
"unionid": "sample string 23",
"candel": 24
}
],
"msg": "sample string 2",
"Exception": {},
"Exception1": {},
"count": 5,
"PageSize": 6,
"PageIndex": 7
}
application/xml, text/xml
Sample:
<ResultDTOOfArrayOfResult_ICustomerInfo3G4q1gKH 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_ICustomerInfo>
<d2p1:ALL_VX>sample string 16</d2p1:ALL_VX>
<d2p1:ALL_ZFB>sample string 17</d2p1:ALL_ZFB>
<d2p1:All_suppliers_name>sample string 4</d2p1:All_suppliers_name>
<d2p1:UserName>sample string 20</d2p1:UserName>
<d2p1:VX>sample string 14</d2p1:VX>
<d2p1:ZFB>sample string 15</d2p1:ZFB>
<d2p1:bank>sample string 11</d2p1:bank>
<d2p1:bank_man_name>sample string 13</d2p1:bank_man_name>
<d2p1:bank_number>sample string 12</d2p1:bank_number>
<d2p1:candel>24</d2p1:candel>
<d2p1:contact_person>sample string 5</d2p1:contact_person>
<d2p1:contact_tel>sample string 6</d2p1:contact_tel>
<d2p1:i_customer_flag>10</d2p1:i_customer_flag>
<d2p1:i_customer_flagName>sample string 19</d2p1:i_customer_flagName>
<d2p1:id>1</d2p1:id>
<d2p1:public_openid>sample string 22</d2p1:public_openid>
<d2p1:remark>sample string 8</d2p1:remark>
<d2p1:statue>7</d2p1:statue>
<d2p1:statueName>sample string 18</d2p1:statueName>
<d2p1:suppliers_UserID>sample string 9</d2p1:suppliers_UserID>
<d2p1:suppliers_code>sample string 2</d2p1:suppliers_code>
<d2p1:suppliers_name>sample string 3</d2p1:suppliers_name>
<d2p1:unionid>sample string 23</d2p1:unionid>
<d2p1:wx_openid>sample string 21</d2p1:wx_openid>
</d2p1:Result_ICustomerInfo>
<d2p1:Result_ICustomerInfo>
<d2p1:ALL_VX>sample string 16</d2p1:ALL_VX>
<d2p1:ALL_ZFB>sample string 17</d2p1:ALL_ZFB>
<d2p1:All_suppliers_name>sample string 4</d2p1:All_suppliers_name>
<d2p1:UserName>sample string 20</d2p1:UserName>
<d2p1:VX>sample string 14</d2p1:VX>
<d2p1:ZFB>sample string 15</d2p1:ZFB>
<d2p1:bank>sample string 11</d2p1:bank>
<d2p1:bank_man_name>sample string 13</d2p1:bank_man_name>
<d2p1:bank_number>sample string 12</d2p1:bank_number>
<d2p1:candel>24</d2p1:candel>
<d2p1:contact_person>sample string 5</d2p1:contact_person>
<d2p1:contact_tel>sample string 6</d2p1:contact_tel>
<d2p1:i_customer_flag>10</d2p1:i_customer_flag>
<d2p1:i_customer_flagName>sample string 19</d2p1:i_customer_flagName>
<d2p1:id>1</d2p1:id>
<d2p1:public_openid>sample string 22</d2p1:public_openid>
<d2p1:remark>sample string 8</d2p1:remark>
<d2p1:statue>7</d2p1:statue>
<d2p1:statueName>sample string 18</d2p1:statueName>
<d2p1:suppliers_UserID>sample string 9</d2p1:suppliers_UserID>
<d2p1:suppliers_code>sample string 2</d2p1:suppliers_code>
<d2p1:suppliers_name>sample string 3</d2p1:suppliers_name>
<d2p1:unionid>sample string 23</d2p1:unionid>
<d2p1:wx_openid>sample string 21</d2p1:wx_openid>
</d2p1:Result_ICustomerInfo>
</data>
<msg>sample string 2</msg>
</ResultDTOOfArrayOfResult_ICustomerInfo3G4q1gKH>