POST api/SDKShopeeForecast/ShopeeForecastBindOrder

Request Information

URI Parameters

None.

Body Parameters

ReceiptBindOrderModel
NameDescriptionTypeAdditional information
ReceiptId

integer

None.

ReceiptNo

string

None.

IsPickUp

boolean

None.

ChannelId

unsigned integer

None.

ShopAccount

string

None.

Orders

Collection of ReceiptBindOrderInfoModel

None.

AuthUser

AuthUserInfo

None.

Request Formats

application/json, text/json

Sample:
{
  "ReceiptId": 1,
  "ReceiptNo": "sample string 2",
  "IsPickUp": true,
  "ChannelId": 4,
  "ShopAccount": "sample string 5",
  "Orders": [
    {
      "ReceiptDetailId": 1,
      "OrderNo": "sample string 2"
    },
    {
      "ReceiptDetailId": 1,
      "OrderNo": "sample string 2"
    }
  ],
  "AuthUser": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfBoolean
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": true
}

application/xml, text/xml

Sample:
<ResponseResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.AliExpress.Api.Models">
  <Data>true</Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfboolean>