POST services/api/rest/v1/Get_ImageDetailsByComboId

Request Information

URI Parameters

None.

Body Parameters

Id_LocationId
NameDescriptionTypeAdditional 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

Dictionary of integer [key] and Rest_ImageDetails [value]

Response Formats

application/json, text/json

Sample:
{
  "1": {
    "SlNo": 1,
    "ImageType": "sample string 2",
    "ImagePath": "sample string 3"
  },
  "2": {
    "SlNo": 1,
    "ImageType": "sample string 2",
    "ImagePath": "sample string 3"
  }
}