POST api/CusEmsnoConfig/GetList
Request Information
URI Parameters
None.
Body Parameters
EntCusEmsnoConfigName | Description | Type | Additional information |
---|---|---|---|
StatuCn | string |
None. |
|
CustomCn | string |
None. |
|
Id | integer |
None. |
|
EmsNo | string |
None. |
|
TradeCode | string |
None. |
|
TradeName | string |
None. |
|
TradeCredit | string |
None. |
|
ReceiveCode | string |
None. |
|
ReceiveName | string |
None. |
|
ReceiveCredit | string |
None. |
|
Status | integer |
None. |
|
CreateTime | date |
None. |
|
CreateBy | string |
None. |
|
EditTime | date |
None. |
|
EditBy | string |
None. |
|
Custom | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "statuCn": "", "customCn": "sample string 1", "id": 2, "emsNo": "sample string 3", "tradeCode": "sample string 4", "tradeName": "sample string 5", "tradeCredit": "sample string 6", "receiveCode": "sample string 7", "receiveName": "sample string 8", "receiveCredit": "sample string 9", "status": 10, "createTime": "2024-11-21 16:55:17", "createBy": "sample string 11", "editTime": "2024-11-21 16:55:17", "editBy": "sample string 12", "custom": "sample string 13", "pageSize": 14, "pageIndex": 15, "totalCount": 16 }
application/xml, text/xml
Sample:
<EntCusEmsnoConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>15</PageIndex> <PageSize>14</PageSize> <TotalCount>16</TotalCount> <CreateBy>sample string 11</CreateBy> <CreateTime>2024-11-21T16:55:17.7820374+08:00</CreateTime> <Custom>sample string 13</Custom> <CustomCn>sample string 1</CustomCn> <EditBy>sample string 12</EditBy> <EditTime>2024-11-21T16:55:17.7820374+08:00</EditTime> <EmsNo>sample string 3</EmsNo> <Id>2</Id> <ReceiveCode>sample string 7</ReceiveCode> <ReceiveCredit>sample string 9</ReceiveCredit> <ReceiveName>sample string 8</ReceiveName> <Status>10</Status> <TradeCode>sample string 4</TradeCode> <TradeCredit>sample string 6</TradeCredit> <TradeName>sample string 5</TradeName> </EntCusEmsnoConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntCusEmsnoConfigName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PagedResultOfEntCusEmsnoConfig |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "totalCount": 1, "items": [ { "statuCn": "", "customCn": "sample string 1", "id": 2, "emsNo": "sample string 3", "tradeCode": "sample string 4", "tradeName": "sample string 5", "tradeCredit": "sample string 6", "receiveCode": "sample string 7", "receiveName": "sample string 8", "receiveCredit": "sample string 9", "status": 10, "createTime": "2024-11-21 16:55:17", "createBy": "sample string 11", "editTime": "2024-11-21 16:55:17", "editBy": "sample string 12", "custom": "sample string 13", "pageSize": 14, "pageIndex": 15, "totalCount": 16 }, { "statuCn": "", "customCn": "sample string 1", "id": 2, "emsNo": "sample string 3", "tradeCode": "sample string 4", "tradeName": "sample string 5", "tradeCredit": "sample string 6", "receiveCode": "sample string 7", "receiveName": "sample string 8", "receiveCredit": "sample string 9", "status": 10, "createTime": "2024-11-21 16:55:17", "createBy": "sample string 11", "editTime": "2024-11-21 16:55:17", "editBy": "sample string 12", "custom": "sample string 13", "pageSize": 14, "pageIndex": 15, "totalCount": 16 } ] }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntCusEmsnoConfigJWrFJ9jlDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models"> <d2p1:items> <EntCusEmsnoConfig> <PageIndex>15</PageIndex> <PageSize>14</PageSize> <TotalCount>16</TotalCount> <CreateBy>sample string 11</CreateBy> <CreateTime>2024-11-21T16:55:17.7820374+08:00</CreateTime> <Custom>sample string 13</Custom> <CustomCn>sample string 1</CustomCn> <EditBy>sample string 12</EditBy> <EditTime>2024-11-21T16:55:17.7820374+08:00</EditTime> <EmsNo>sample string 3</EmsNo> <Id>2</Id> <ReceiveCode>sample string 7</ReceiveCode> <ReceiveCredit>sample string 9</ReceiveCredit> <ReceiveName>sample string 8</ReceiveName> <Status>10</Status> <TradeCode>sample string 4</TradeCode> <TradeCredit>sample string 6</TradeCredit> <TradeName>sample string 5</TradeName> </EntCusEmsnoConfig> <EntCusEmsnoConfig> <PageIndex>15</PageIndex> <PageSize>14</PageSize> <TotalCount>16</TotalCount> <CreateBy>sample string 11</CreateBy> <CreateTime>2024-11-21T16:55:17.7820374+08:00</CreateTime> <Custom>sample string 13</Custom> <CustomCn>sample string 1</CustomCn> <EditBy>sample string 12</EditBy> <EditTime>2024-11-21T16:55:17.7820374+08:00</EditTime> <EmsNo>sample string 3</EmsNo> <Id>2</Id> <ReceiveCode>sample string 7</ReceiveCode> <ReceiveCredit>sample string 9</ReceiveCredit> <ReceiveName>sample string 8</ReceiveName> <Status>10</Status> <TradeCode>sample string 4</TradeCode> <TradeCredit>sample string 6</TradeCredit> <TradeName>sample string 5</TradeName> </EntCusEmsnoConfig> </d2p1:items> <d2p1:totalCount>1</d2p1:totalCount> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPagedResultOfEntCusEmsnoConfigJWrFJ9jlDN9A7J8d>