POST api/InvReq/InsUpdateInvReq?Type={Type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
Required |
Body Parameters
InventoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IRStoreNbr | integer |
None. |
|
| IRUPC | integer |
None. |
|
| IRDatescanned | date |
None. |
|
| IRUserID | string |
None. |
|
| IRGOIDept | string |
None. |
|
| IRPOSDepNbr | integer |
None. |
|
| IRPOSDesc | string |
None. |
|
| IRLinkCode | string |
None. |
|
| IRPack | integer |
None. |
|
| IRCases | integer |
None. |
|
| IREaches | integer |
None. |
|
| IRUnits | integer |
None. |
|
| IRRetail | decimal number |
None. |
|
| IRValue | decimal number |
None. |
|
| IRManualDesc | string |
None. |
|
| row | integer |
None. |
|
| totalrows | integer |
None. |
|
| total | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IRStoreNbr": 1,
"IRUPC": 2,
"IRDatescanned": "2026-05-22T12:03:32.596904-07:00",
"IRUserID": "sample string 4",
"IRGOIDept": "sample string 5",
"IRPOSDepNbr": 6,
"IRPOSDesc": "sample string 7",
"IRLinkCode": "sample string 8",
"IRPack": 9,
"IRCases": 10,
"IREaches": 11,
"IRUnits": 12,
"IRRetail": 13.0,
"IRValue": 14.0,
"IRManualDesc": "sample string 15",
"row": 16,
"totalrows": 17,
"total": 18.0
}
application/xml, text/xml
Sample:
<InventoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBIC_WebApi.Models"> <IRCases>10</IRCases> <IRDatescanned>2026-05-22T12:03:32.596904-07:00</IRDatescanned> <IREaches>11</IREaches> <IRGOIDept>sample string 5</IRGOIDept> <IRLinkCode>sample string 8</IRLinkCode> <IRManualDesc>sample string 15</IRManualDesc> <IRPOSDepNbr>6</IRPOSDepNbr> <IRPOSDesc>sample string 7</IRPOSDesc> <IRPack>9</IRPack> <IRRetail>13</IRRetail> <IRStoreNbr>1</IRStoreNbr> <IRUPC>2</IRUPC> <IRUnits>12</IRUnits> <IRUserID>sample string 4</IRUserID> <IRValue>14</IRValue> <row>16</row> <total>18</total> <totalrows>17</totalrows> </InventoryRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.