POST services/api/rest/v1/Get_ImageDetailsByItemId
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Rest_ImageDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| SlNo | integer |
None. |
|
| ImageType | string |
None. |
|
| ImagePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SlNo": 1,
"ImageType": "sample string 2",
"ImagePath": "sample string 3"
}