PUT sql/inventory/assignitemlocation
Request Information
URI Parameters
None.
Body Parameters
DTOInvLoc| Name | Description | Type | Additional information |
|---|---|---|---|
| warehouse | integer |
None. |
|
| rack | string |
None. |
|
| shelf | string |
None. |
|
| section | string |
None. |
|
| bin | string |
None. |
|
| item_code | string |
None. |
|
| loc_qty | decimal number |
None. |
|
| freeze_qty | decimal number |
None. |
|
| pending_in_qty | decimal number |
None. |
|
| pending_out_qty | decimal number |
None. |
|
| priority | byte |
None. |
|
| in_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"warehouse": 1,
"rack": "sample string 2",
"shelf": "sample string 3",
"section": "sample string 4",
"bin": "sample string 5",
"item_code": "sample string 6",
"loc_qty": 7.1,
"freeze_qty": 1.1,
"pending_in_qty": 1.1,
"pending_out_qty": 1.1,
"priority": 64,
"in_date": "2025-12-08T12:49:23.8646365-07:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |