POST api/YjlRemoteRcp/GetSyncGoodConn

获取商品同步连接

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取商品同步连接

ResponseModelOfChar[]
NameDescriptionTypeAdditional information
rows

Collection of character

None.

total

integer

None.

errorMsg

string

None.

errorCode

string

None.

records

integer

None.

page

integer

None.

extend

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "rows": [
    "A",
    "A"
  ],
  "total": 1,
  "errorMsg": "sample string 2",
  "errorCode": "sample string 3",
  "records": 4,
  "page": 1,
  "extend": {}
}

application/xml, text/xml

Sample:
<ResponseModelOfArrayOfcharuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YCloud.Rcp.Entity.WebResponse">
  <errorCode>sample string 3</errorCode>
  <errorMsg>sample string 2</errorMsg>
  <extend />
  <page>1</page>
  <records>4</records>
  <rows xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:char>65</d2p1:char>
    <d2p1:char>65</d2p1:char>
  </rows>
  <total>1</total>
</ResponseModelOfArrayOfcharuHEDJ7Dj>