GET api/OrderDetails/Getpodimages_lrid?LRID={LRID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LRID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"LR_ID": "sample string 1",
"IMG_TYPE": "sample string 2",
"IMG_PATH": "sample string 3",
"IMG_FROM": "sample string 4"
},
{
"LR_ID": "sample string 1",
"IMG_TYPE": "sample string 2",
"IMG_PATH": "sample string 3",
"IMG_FROM": "sample string 4"
},
{
"LR_ID": "sample string 1",
"IMG_TYPE": "sample string 2",
"IMG_PATH": "sample string 3",
"IMG_FROM": "sample string 4"
}
]