PUT inventory/{apiKey}/update
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
None. |
Body Parameters
UpdateInventoryModelName | Description | Type | Additional information |
---|---|---|---|
part_id | integer |
None. |
|
adjusted_quantity | integer |
None. |
|
location | PartLocationHierarchy |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UpdateInventoryResultName | Description | Type | Additional information |
---|---|---|---|
part_id | integer |
None. |
|
status | string |
None. |
|
request_length | decimal number |
None. |
|
message | string |
None. |
|
ipaddress | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "part_id": 1, "status": "sample string 2", "request_length": 3.1, "message": "sample string 4", "ipaddress": "sample string 5" }