GET Structures/{StCode}/Images
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Structures_Images| Name | Description | Type | Additional information |
|---|---|---|---|
| Logo | string |
None. |
|
| Photos | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Logo": "sample string 1",
"Photos": [
"sample string 1",
"sample string 2"
]
}