POST api/Products/AddImagesPerSize
Request Information
URI Parameters
None.
Body Parameters
StoneFactoryAPI.Models.ProductsModel+AddImagesPerSize| Name | Description | Type | Additional information |
|---|---|---|---|
| links | string |
None. |
|
| sizeId | integer |
None. |
|
| productId | integer |
None. |
|
| memberId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"links": "sample string 1",
"sizeId": 1,
"productId": 1,
"memberId": 1
}
application/xml, text/xml
Sample:
<ProductsModel.AddImagesPerSize xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models"> <links>sample string 1</links> <memberId>1</memberId> <productId>1</productId> <sizeId>1</sizeId> </ProductsModel.AddImagesPerSize>
multipart/form-data
Sample:
<ProductsModel.AddImagesPerSize xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models"><links>sample string 1</links><memberId>1</memberId><productId>1</productId><sizeId>1</sizeId></ProductsModel.AddImagesPerSize>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |