GET api/WebshopRequestProducts/GetWebshopRequestProduct/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WebshopRequestProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| WebshopRequestProductInfoId | integer |
None. |
|
| WebshopRequestProductInfoPhone | string |
Required String length: inclusive between 0 and 20 |
|
| WebshopRequestProductInfoText | string |
Required String length: inclusive between 0 and 255 |
|
| WebshopRequestProductInfoProductName | string |
Required String length: inclusive between 0 and 100 |
|
| WebshopRequestProductInfoProductId | string |
String length: inclusive between 0 and 100 |
|
| WebshopRequestProductInfoDateCreated | date |
None. |
|
| WebshopRequestProductInfoImageName | string |
None. |
|
| WebshopRequestProductInfoUserId | string |
None. |
|
| WebshopRequestProductInfoUserName | string |
None. |
|
| WebshopRequestProductInfoRequestCompleted | boolean |
None. |
|
| WebshopRequestProductFileName | string |
None. |
|
| ObjectState | ObjectState |
None. |
Response Formats
application/json, text/json
Sample:
{
"webshopRequestProductInfoId": 1,
"webshopRequestProductInfoPhone": "sample string 2",
"webshopRequestProductInfoText": "sample string 3",
"webshopRequestProductInfoProductName": "sample string 4",
"webshopRequestProductInfoProductId": "sample string 5",
"webshopRequestProductInfoDateCreated": "2025-12-10T17:05:11.2135252+01:00",
"webshopRequestProductInfoImageName": "sample string 7",
"webshopRequestProductInfoUserId": "sample string 8",
"webshopRequestProductInfoUserName": "sample string 9",
"webshopRequestProductInfoRequestCompleted": true,
"webshopRequestProductFileName": "sample string 11",
"objectState": 0
}
application/xml, text/xml
Sample:
<WebshopRequestProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Models"> <ObjectState xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Repository">Unchanged</ObjectState> <WebshopRequestProductFileName>sample string 11</WebshopRequestProductFileName> <WebshopRequestProductInfoDateCreated>2025-12-10T17:05:11.2135252+01:00</WebshopRequestProductInfoDateCreated> <WebshopRequestProductInfoId>1</WebshopRequestProductInfoId> <WebshopRequestProductInfoImageName>sample string 7</WebshopRequestProductInfoImageName> <WebshopRequestProductInfoPhone>sample string 2</WebshopRequestProductInfoPhone> <WebshopRequestProductInfoProductId>sample string 5</WebshopRequestProductInfoProductId> <WebshopRequestProductInfoProductName>sample string 4</WebshopRequestProductInfoProductName> <WebshopRequestProductInfoRequestCompleted>true</WebshopRequestProductInfoRequestCompleted> <WebshopRequestProductInfoText>sample string 3</WebshopRequestProductInfoText> <WebshopRequestProductInfoUserId>sample string 8</WebshopRequestProductInfoUserId> <WebshopRequestProductInfoUserName>sample string 9</WebshopRequestProductInfoUserName> </WebshopRequestProduct>