PUT api/UnsentSalesOrderItemLocals/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

UnsentSalesOrderItemLocalData
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

SalesOrderId

globally unique identifier

None.

OriginalOrderGuideId

globally unique identifier

None.

RadiusLineNumber

integer

None.

ClientLineNumber

integer

None.

ProductId

globally unique identifier

None.

PackageId

globally unique identifier

None.

Quantity

decimal number

None.

PriceListId

globally unique identifier

None.

Price

decimal number

None.

InventoryCode

integer

None.

Inventory

integer

None.

ReorderLevel

integer

None.

ReorderQuantity

integer

None.

ListedPrice

decimal number

None.

ListedExtendedPrice

decimal number

None.

ListedQuantity

decimal number

None.

ClientData

string

None.

RepNotes

string

None.

ProcessNotes

string

None.

SubmittedQuantity

decimal number

None.

SubmittedPrice

decimal number

None.

TxnDate

date

None.

Identifier

string

None.

Updated

date

None.

IsDeleted

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "2f4a3425-f2b7-490e-99f5-c346c2b1c73b",
  "SalesOrderId": "6da5fd99-2cbd-4b0a-b719-bcb2443f5599",
  "OriginalOrderGuideId": "b090d258-6f48-4dff-b4e3-752f8ed27878",
  "RadiusLineNumber": 3,
  "ClientLineNumber": 4,
  "ProductId": "7552e3bd-1efd-4fcf-b3a6-022177a89afd",
  "PackageId": "19c08588-9674-4381-8c52-494bca51632f",
  "Quantity": 7.1,
  "PriceListId": "76867c74-ca36-418a-b613-ef8d5d6cb4f9",
  "Price": 9.1,
  "InventoryCode": 10,
  "Inventory": 11,
  "ReorderLevel": 12,
  "ReorderQuantity": 13,
  "ListedPrice": 14.1,
  "ListedExtendedPrice": 15.1,
  "ListedQuantity": 16.1,
  "ClientData": "sample string 17",
  "RepNotes": "sample string 18",
  "ProcessNotes": "sample string 19",
  "SubmittedQuantity": 20.1,
  "SubmittedPrice": 21.1,
  "TxnDate": "2025-10-26T03:46:05.1254623-04:00",
  "Identifier": "sample string 22",
  "Updated": "2025-10-26T03:46:05.1254623-04:00",
  "IsDeleted": 1
}

application/xml, text/xml

Sample:
<UnsentSalesOrderItemLocalData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
  <ClientData>sample string 17</ClientData>
  <ClientLineNumber>4</ClientLineNumber>
  <Id>2f4a3425-f2b7-490e-99f5-c346c2b1c73b</Id>
  <Identifier>sample string 22</Identifier>
  <Inventory>11</Inventory>
  <InventoryCode>10</InventoryCode>
  <IsDeleted>1</IsDeleted>
  <ListedExtendedPrice>15.1</ListedExtendedPrice>
  <ListedPrice>14.1</ListedPrice>
  <ListedQuantity>16.1</ListedQuantity>
  <OriginalOrderGuideId>b090d258-6f48-4dff-b4e3-752f8ed27878</OriginalOrderGuideId>
  <PackageId>19c08588-9674-4381-8c52-494bca51632f</PackageId>
  <Price>9.1</Price>
  <PriceListId>76867c74-ca36-418a-b613-ef8d5d6cb4f9</PriceListId>
  <ProcessNotes>sample string 19</ProcessNotes>
  <ProductId>7552e3bd-1efd-4fcf-b3a6-022177a89afd</ProductId>
  <Quantity>7.1</Quantity>
  <RadiusLineNumber>3</RadiusLineNumber>
  <ReorderLevel>12</ReorderLevel>
  <ReorderQuantity>13</ReorderQuantity>
  <RepNotes>sample string 18</RepNotes>
  <SalesOrderId>6da5fd99-2cbd-4b0a-b719-bcb2443f5599</SalesOrderId>
  <SubmittedPrice>21.1</SubmittedPrice>
  <SubmittedQuantity>20.1</SubmittedQuantity>
  <TxnDate>2025-10-26T03:46:05.1254623-04:00</TxnDate>
  <Updated>2025-10-26T03:46:05.1254623-04:00</Updated>
</UnsentSalesOrderItemLocalData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.