POST api/POS/ChangeProducePOQty?UpdateType={UpdateType}&UpdateQty={UpdateQty}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UpdateType

string

Required

UpdateQty

integer

Required

Body Parameters

POReceivingItem
NameDescriptionTypeAdditional information
UPC

integer

None.

ItemNbr

integer

None.

Units

byte

None.

Retail

decimal number

None.

NewUnits

byte

None.

NewPrice

decimal number

None.

Value

decimal number

None.

Cost

decimal number

None.

Desc

string

None.

Pack

integer

None.

Size

string

None.

Link

integer

None.

Model

integer

None.

QtyShipped

integer

None.

QtyReceived

integer

None.

HasMissingInfoInTransfer

boolean

None.

HasPOSMismatch

boolean

None.

POSMismatchResolved

boolean

None.

SignDesc

string

None.

SignBrand

string

None.

User

integer

None.

Sent

boolean

None.

DeliveryDate

date

None.

PONbr

integer

None.

PoRecord

GOI_Produce_PO

None.

BatchRecords

Collection of GOI_Produce_Batch

None.

Request Formats

application/json, text/json

Sample:
{
  "UPC": 1,
  "ItemNbr": 2,
  "Units": 64,
  "Retail": 4.0,
  "NewUnits": 64,
  "NewPrice": 6.0,
  "Value": 7.0,
  "Cost": 8.0,
  "Desc": "sample string 9",
  "Pack": 10,
  "Size": "sample string 11",
  "Link": 12,
  "Model": 13,
  "QtyShipped": 14,
  "QtyReceived": 15,
  "HasMissingInfoInTransfer": true,
  "HasPOSMismatch": true,
  "POSMismatchResolved": true,
  "SignDesc": "sample string 19",
  "SignBrand": "sample string 20",
  "User": 21,
  "Sent": true,
  "DeliveryDate": "2026-05-22T12:05:09.4964265-07:00",
  "PONbr": 24,
  "PoRecord": {
    "Id": 1,
    "StoreNum": 2,
    "ItemNum": 3,
    "QtyReceived": 4,
    "Sent": true,
    "BatchId": "sample string 6",
    "POnum": 7,
    "CreatedDateTime": "2026-05-22T12:05:09.4964265-07:00",
    "DateReceived": "2026-05-22T12:05:09.4964265-07:00",
    "ProcessedDateTime": "2026-05-22T12:05:09.4964265-07:00",
    "ErrorText": "sample string 10",
    "UserID": 11
  },
  "BatchRecords": [
    {
      "StoreNbr": 1,
      "DocNum": 2,
      "UPC": 3,
      "ItemNum": 4,
      "ScannedUPC": 1,
      "ChildItemUsed": 1,
      "Status": "sample string 5",
      "DocPrice": 1.0,
      "DocDesc": "sample string 6",
      "DocUnits": 64,
      "DocValue": 1.0,
      "POSPrice": 1.0,
      "POSDesc": "sample string 7",
      "POSUnits": 64,
      "POSValue": 1.0,
      "Model": 1,
      "Link": 1,
      "VerifiedDate": "2026-05-22T12:05:09.4964265-07:00",
      "NewUnits": 64,
      "NewPrice": 1.0
    },
    {
      "StoreNbr": 1,
      "DocNum": 2,
      "UPC": 3,
      "ItemNum": 4,
      "ScannedUPC": 1,
      "ChildItemUsed": 1,
      "Status": "sample string 5",
      "DocPrice": 1.0,
      "DocDesc": "sample string 6",
      "DocUnits": 64,
      "DocValue": 1.0,
      "POSPrice": 1.0,
      "POSDesc": "sample string 7",
      "POSUnits": 64,
      "POSValue": 1.0,
      "Model": 1,
      "Link": 1,
      "VerifiedDate": "2026-05-22T12:05:09.4964265-07:00",
      "NewUnits": 64,
      "NewPrice": 1.0
    }
  ]
}

application/xml, text/xml

Sample:
<POReceivingItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBIC_WebApi.DI">
  <BatchRecords xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBIC_Entities">
    <d2p1:GOI_Produce_Batch>
      <d2p1:ChildItemUsed>1</d2p1:ChildItemUsed>
      <d2p1:DocDesc>sample string 6</d2p1:DocDesc>
      <d2p1:DocNum>2</d2p1:DocNum>
      <d2p1:DocPrice>1</d2p1:DocPrice>
      <d2p1:DocUnits>64</d2p1:DocUnits>
      <d2p1:DocValue>1</d2p1:DocValue>
      <d2p1:ItemNum>4</d2p1:ItemNum>
      <d2p1:Link>1</d2p1:Link>
      <d2p1:Model>1</d2p1:Model>
      <d2p1:NewPrice>1</d2p1:NewPrice>
      <d2p1:NewUnits>64</d2p1:NewUnits>
      <d2p1:POSDesc>sample string 7</d2p1:POSDesc>
      <d2p1:POSPrice>1</d2p1:POSPrice>
      <d2p1:POSUnits>64</d2p1:POSUnits>
      <d2p1:POSValue>1</d2p1:POSValue>
      <d2p1:ScannedUPC>1</d2p1:ScannedUPC>
      <d2p1:Status>sample string 5</d2p1:Status>
      <d2p1:StoreNbr>1</d2p1:StoreNbr>
      <d2p1:UPC>3</d2p1:UPC>
      <d2p1:VerifiedDate>2026-05-22T12:05:09.4964265-07:00</d2p1:VerifiedDate>
    </d2p1:GOI_Produce_Batch>
    <d2p1:GOI_Produce_Batch>
      <d2p1:ChildItemUsed>1</d2p1:ChildItemUsed>
      <d2p1:DocDesc>sample string 6</d2p1:DocDesc>
      <d2p1:DocNum>2</d2p1:DocNum>
      <d2p1:DocPrice>1</d2p1:DocPrice>
      <d2p1:DocUnits>64</d2p1:DocUnits>
      <d2p1:DocValue>1</d2p1:DocValue>
      <d2p1:ItemNum>4</d2p1:ItemNum>
      <d2p1:Link>1</d2p1:Link>
      <d2p1:Model>1</d2p1:Model>
      <d2p1:NewPrice>1</d2p1:NewPrice>
      <d2p1:NewUnits>64</d2p1:NewUnits>
      <d2p1:POSDesc>sample string 7</d2p1:POSDesc>
      <d2p1:POSPrice>1</d2p1:POSPrice>
      <d2p1:POSUnits>64</d2p1:POSUnits>
      <d2p1:POSValue>1</d2p1:POSValue>
      <d2p1:ScannedUPC>1</d2p1:ScannedUPC>
      <d2p1:Status>sample string 5</d2p1:Status>
      <d2p1:StoreNbr>1</d2p1:StoreNbr>
      <d2p1:UPC>3</d2p1:UPC>
      <d2p1:VerifiedDate>2026-05-22T12:05:09.4964265-07:00</d2p1:VerifiedDate>
    </d2p1:GOI_Produce_Batch>
  </BatchRecords>
  <Cost>8</Cost>
  <DeliveryDate>2026-05-22T12:05:09.4964265-07:00</DeliveryDate>
  <Desc>sample string 9</Desc>
  <HasMissingInfoInTransfer>true</HasMissingInfoInTransfer>
  <HasPOSMismatch>true</HasPOSMismatch>
  <ItemNbr>2</ItemNbr>
  <Link>12</Link>
  <Model>13</Model>
  <NewPrice>6</NewPrice>
  <NewUnits>64</NewUnits>
  <PONbr>24</PONbr>
  <POSMismatchResolved>true</POSMismatchResolved>
  <Pack>10</Pack>
  <PoRecord xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBIC_Entities">
    <d2p1:BatchId>sample string 6</d2p1:BatchId>
    <d2p1:CreatedDateTime>2026-05-22T12:05:09.4964265-07:00</d2p1:CreatedDateTime>
    <d2p1:DateReceived>2026-05-22T12:05:09.4964265-07:00</d2p1:DateReceived>
    <d2p1:ErrorText>sample string 10</d2p1:ErrorText>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:ItemNum>3</d2p1:ItemNum>
    <d2p1:POnum>7</d2p1:POnum>
    <d2p1:ProcessedDateTime>2026-05-22T12:05:09.4964265-07:00</d2p1:ProcessedDateTime>
    <d2p1:QtyReceived>4</d2p1:QtyReceived>
    <d2p1:Sent>true</d2p1:Sent>
    <d2p1:StoreNum>2</d2p1:StoreNum>
    <d2p1:UserID>11</d2p1:UserID>
  </PoRecord>
  <QtyReceived>15</QtyReceived>
  <QtyShipped>14</QtyShipped>
  <Retail>4</Retail>
  <Sent>true</Sent>
  <SignBrand>sample string 20</SignBrand>
  <SignDesc>sample string 19</SignDesc>
  <Size>sample string 11</Size>
  <UPC>1</UPC>
  <Units>64</Units>
  <User>21</User>
  <Value>7</Value>
</POReceivingItem>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'POReceivingItem'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.