POST api/testpost
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| Title | string |
None. |
|
| ImageUrl | string |
None. |
|
| ArtistName | string |
None. |
|
| ArtistId | integer |
None. |
|
| MerchantId | integer |
None. |
|
| MerchantName | string |
None. |
|
| OriginalQuantity | integer |
None. |
|
| Quantity | integer |
None. |
|
| RowNumber | integer |
None. |
|
| Name | string |
None. |
|
| Height | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| PriceCurrency | string |
None. |
|
| Price | decimal number |
None. |
|
| ProductTypeId | integer |
None. |
|
| TaxCodeFull | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"ProductId": 1,
"Title": "sample string 2",
"ImageUrl": "sample string 3",
"ArtistName": "sample string 4",
"ArtistId": 1,
"MerchantId": 1,
"MerchantName": "sample string 5",
"OriginalQuantity": 1,
"Quantity": 1,
"RowNumber": 6,
"Name": "sample string 7",
"Height": 8.1,
"Width": 9.1,
"PriceCurrency": "sample string 10",
"Price": 1.1,
"ProductTypeId": 1,
"TaxCodeFull": "sample string 11"
},
{
"$ref": "1"
}
]