POST catalog/purchaseorder/create
Creates or updates a PO Authorized only.
Request Information
URI Parameters
None.
Body Parameters
CreatePurchaseOrderRequestName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EmployeeId | integer |
None. |
|
DueDate | date |
None. |
|
ManufacturerId | Collection of integer |
None. |
|
CompaniesToId | Collection of integer |
None. |
|
CompanyToId | integer |
None. |
|
CompanyFromId | integer |
None. |
|
IsOrderingForLocation | boolean |
None. |
|
SkipProductCostUpdating | boolean |
None. |
|
Discount | decimal number |
None. |
|
DiscountType | string |
None. |
|
Shipping | decimal number |
None. |
|
Tax | decimal number |
None. |
|
TaxType | string |
None. |
|
StatusId | integer |
None. |
|
CustomId | string |
None. |
|
Items | Collection of CreatePurchaseOrderItem |
None. |
|
LandingTotal | decimal number |
None. |
|
CustomLandedTotal | decimal number |
None. |
|
PurchaseOrderUpdateCostOption | integer |
None. |
|
ResetNegativeQuantityToZero | boolean |
None. |
|
SubTotal | decimal number |
None. |
|
Total | decimal number |
None. |
|
OtherFees | decimal number |
None. |
|
IsSplitted | boolean |
None. |
|
ChangeToShip | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "EmployeeId": 2, "DueDate": "2025-04-03T03:31:59.5172041-04:00", "ManufacturerId": [ 1, 2 ], "CompaniesToId": [ 1, 2 ], "CompanyToId": 4, "CompanyFromId": 5, "IsOrderingForLocation": true, "SkipProductCostUpdating": true, "Discount": 8.0, "DiscountType": "sample string 9", "Shipping": 10.0, "Tax": 11.0, "TaxType": "sample string 12", "StatusId": 13, "CustomId": "sample string 14", "Items": [ { "Id": 1, "NewCost": 2.0, "OldCost": 3.0, "PoVarianceId": 1, "Price": 4.0, "Cost": 5.0, "ProductId": 6, "ProductAttributeMapId": 1, "Quantity": 7.0, "Total": 8.0, "QuantityToReceive": 9.0, "ReceivedQuantity": 10.0, "SelectedVendorId": 11, "DestinationCost": 12.0, "Sku": "sample string 13", "Name": "sample string 14", "TrackInventory": true, "Variance": 1.0, "PurchasingQty": 1.0, "PurchasingUnitId": 1, "PurchasingSku": "sample string 16", "CustomLandedCost": 1.0, "CurrentStock": 17.0 }, { "Id": 1, "NewCost": 2.0, "OldCost": 3.0, "PoVarianceId": 1, "Price": 4.0, "Cost": 5.0, "ProductId": 6, "ProductAttributeMapId": 1, "Quantity": 7.0, "Total": 8.0, "QuantityToReceive": 9.0, "ReceivedQuantity": 10.0, "SelectedVendorId": 11, "DestinationCost": 12.0, "Sku": "sample string 13", "Name": "sample string 14", "TrackInventory": true, "Variance": 1.0, "PurchasingQty": 1.0, "PurchasingUnitId": 1, "PurchasingSku": "sample string 16", "CustomLandedCost": 1.0, "CurrentStock": 17.0 } ], "LandingTotal": 15.0, "CustomLandedTotal": 1.0, "PurchaseOrderUpdateCostOption": 16, "ResetNegativeQuantityToZero": true, "SubTotal": 18.0, "Total": 19.0, "OtherFees": 20.0, "IsSplitted": true, "ChangeToShip": true }
application/xml, text/xml
Sample:
<CreatePurchaseOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api.Requests"> <ChangeToShip>true</ChangeToShip> <CompaniesToId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </CompaniesToId> <CompanyFromId>5</CompanyFromId> <CompanyToId>4</CompanyToId> <CustomId>sample string 14</CustomId> <CustomLandedTotal>1</CustomLandedTotal> <Discount>8</Discount> <DiscountType>sample string 9</DiscountType> <DueDate>2025-04-03T03:31:59.5172041-04:00</DueDate> <EmployeeId>2</EmployeeId> <Id>1</Id> <IsOrderingForLocation>true</IsOrderingForLocation> <IsSplitted>true</IsSplitted> <Items> <CreatePurchaseOrderItem> <Cost>5</Cost> <CurrentStock>17</CurrentStock> <CustomLandedCost>1</CustomLandedCost> <DestinationCost>12</DestinationCost> <Id>1</Id> <Name>sample string 14</Name> <NewCost>2</NewCost> <OldCost>3</OldCost> <PoVarianceId>1</PoVarianceId> <Price>4</Price> <ProductAttributeMapId>1</ProductAttributeMapId> <ProductId>6</ProductId> <PurchasingQty>1</PurchasingQty> <PurchasingSku>sample string 16</PurchasingSku> <PurchasingUnitId>1</PurchasingUnitId> <Quantity>7</Quantity> <QuantityToReceive>9</QuantityToReceive> <ReceivedQuantity>10</ReceivedQuantity> <SelectedVendorId>11</SelectedVendorId> <Sku>sample string 13</Sku> <Total>8</Total> <TrackInventory>true</TrackInventory> <Variance>1</Variance> </CreatePurchaseOrderItem> <CreatePurchaseOrderItem> <Cost>5</Cost> <CurrentStock>17</CurrentStock> <CustomLandedCost>1</CustomLandedCost> <DestinationCost>12</DestinationCost> <Id>1</Id> <Name>sample string 14</Name> <NewCost>2</NewCost> <OldCost>3</OldCost> <PoVarianceId>1</PoVarianceId> <Price>4</Price> <ProductAttributeMapId>1</ProductAttributeMapId> <ProductId>6</ProductId> <PurchasingQty>1</PurchasingQty> <PurchasingSku>sample string 16</PurchasingSku> <PurchasingUnitId>1</PurchasingUnitId> <Quantity>7</Quantity> <QuantityToReceive>9</QuantityToReceive> <ReceivedQuantity>10</ReceivedQuantity> <SelectedVendorId>11</SelectedVendorId> <Sku>sample string 13</Sku> <Total>8</Total> <TrackInventory>true</TrackInventory> <Variance>1</Variance> </CreatePurchaseOrderItem> </Items> <LandingTotal>15</LandingTotal> <ManufacturerId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ManufacturerId> <OtherFees>20</OtherFees> <PurchaseOrderUpdateCostOption>16</PurchaseOrderUpdateCostOption> <ResetNegativeQuantityToZero>true</ResetNegativeQuantityToZero> <Shipping>10</Shipping> <SkipProductCostUpdating>true</SkipProductCostUpdating> <StatusId>13</StatusId> <SubTotal>18</SubTotal> <Tax>11</Tax> <TaxType>sample string 12</TaxType> <Total>19</Total> </CreatePurchaseOrderRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |