POST DownloadMarketTest
Request Information
URI Parameters
None.
Body Parameters
DownloadMarketModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MarketId | integer |
None. |
|
| FileName | string |
None. |
|
| downloadImages | Collection of DownloadImage |
None. |
|
| IsMac | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"MarketId": 1,
"FileName": "sample string 2",
"downloadImages": [
{
"ImageId": 1
},
{
"ImageId": 1
}
],
"IsMac": true
}
application/xml, text/xml
Sample:
<DownloadMarketModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Placements.WebAPI.Controllers.DownloadMarket.Models">
<_x003C_FileName_x003E_k__BackingField>sample string 2</_x003C_FileName_x003E_k__BackingField>
<_x003C_IsMac_x003E_k__BackingField>true</_x003C_IsMac_x003E_k__BackingField>
<_x003C_MarketId_x003E_k__BackingField>1</_x003C_MarketId_x003E_k__BackingField>
<_x003C_downloadImages_x003E_k__BackingField>
<DownloadImage>
<_x003C_ImageId_x003E_k__BackingField>1</_x003C_ImageId_x003E_k__BackingField>
</DownloadImage>
<DownloadImage>
<_x003C_ImageId_x003E_k__BackingField>1</_x003C_ImageId_x003E_k__BackingField>
</DownloadImage>
</_x003C_downloadImages_x003E_k__BackingField>
</DownloadMarketModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |