GET api/{corp}/itemswithLocationOwner
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| corp | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of itemwithlocationOwner| Name | Description | Type | Additional information |
|---|---|---|---|
| barcode | string |
None. |
|
| id | integer |
None. |
|
| description | string |
None. |
|
| serial | string |
None. |
|
| locationid | integer |
None. |
|
| ownerid | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"barcode": "sample string 1",
"id": 2,
"description": "sample string 3",
"serial": "sample string 4",
"locationid": 1,
"ownerid": 1
},
{
"barcode": "sample string 1",
"id": 2,
"description": "sample string 3",
"serial": "sample string 4",
"locationid": 1,
"ownerid": 1
}
]