POST services/api/rest/v1/Get_ImageDetailsByComboIdForEdit
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
Collection of Rest_ImageDetails_saveupdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocId | integer |
None. |
|
| ComboId | integer |
None. |
|
| IngredientId | integer |
None. |
|
| ItemId | integer |
None. |
|
| SlNo | integer |
None. |
|
| ImageType | string |
None. |
|
| ImagePath | string |
None. |
|
| SmImage | string |
None. |
|
| ReferenceNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"LocId": 2,
"ComboId": 3,
"IngredientId": 4,
"ItemId": 5,
"SlNo": 6,
"ImageType": "sample string 7",
"ImagePath": "sample string 8",
"SmImage": "sample string 9",
"ReferenceNumber": "sample string 10"
},
{
"Id": 1,
"LocId": 2,
"ComboId": 3,
"IngredientId": 4,
"ItemId": 5,
"SlNo": 6,
"ImageType": "sample string 7",
"ImagePath": "sample string 8",
"SmImage": "sample string 9",
"ReferenceNumber": "sample string 10"
}
]