POST api/Wish
Request Information
URI Parameters
None.
Body Parameters
WishAuthentication| Name | Description | Type | Additional information |
|---|---|---|---|
| WishAuthenticationId | decimal number |
None. |
|
| AccessToken | string |
None. |
|
| RefreshToken | string |
None. |
|
| ClientId | string |
None. |
|
| TokenId | string |
None. |
|
| MerchantId | string |
None. |
|
| MerchantUserId | string |
None. |
|
| MarketplaceId | decimal number |
None. |
|
| UrlBase | string |
None. |
|
| ClientSecret | string |
None. |
|
| StoreId | decimal number |
None. |
|
| Expire | date |
None. |
|
| CodeReceived | string |
None. |
|
| AppName | string |
None. |
|
| RedirectUri | string |
None. |
|
| Stores | Stores |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IRestResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Request | IRestRequest |
None. |
|
| ContentType | string |
None. |
|
| ContentLength | integer |
None. |
|
| ContentEncoding | string |
None. |
|
| Content | string |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| IsSuccessful | boolean |
None. |
|
| StatusDescription | string |
None. |
|
| RawBytes | Collection of byte |
None. |
|
| ResponseUri | URI |
None. |
|
| Server | string |
None. |
|
| Cookies | Collection of RestResponseCookie |
None. |
|
| Headers | Collection of Parameter |
None. |
|
| ResponseStatus | ResponseStatus |
None. |
|
| ErrorMessage | string |
None. |
|
| ErrorException | Exception |
None. |
|
| ProtocolVersion | Version |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.