POST Api/StorageCustomer/FindAllAvailableItems
Retreives an array of pairs: item- ids and the names of items associated with the company and user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
200 - OK
400 - Bad request - malformed parameter.
403 - Access was denied. Invalid username or password.
500 - Serverside exception.
Name | Description | Type | Additional information |
---|---|---|---|
Content | Collection of Collection of string |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.