POST apioauth/tooltrackv2/depots/{depotId}/items
Create a blank item in a depot.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
depotId | unsigned integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CreateItemResponseName | Description | Type | Additional information |
---|---|---|---|
ItemId |
The id of the blank item created |
unsigned integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ItemId": 1 }
application/xml, text/xml
Sample:
<CreateItemResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ItemId>1</ItemId> </CreateItemResponse>