POST api/Partner/UpdatePOSProduct
Request Information
URI Parameters
None.
Body Parameters
clsExternalProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerID | integer |
None. |
|
| ID | string |
None. |
|
| Brand | string |
None. |
|
| Type | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| VariantID | string |
None. |
|
| SKU | string |
None. |
|
| Quantity | decimal number |
None. |
|
| UnitPrice | decimal number |
None. |
|
| IsActive | boolean |
None. |
|
| Tags | string |
None. |
|
| ManufacturerSKU | string |
None. |
|
| SystemSKU | string |
None. |
|
| UPC | string |
None. |
|
| EAN | string |
None. |
|
| CustomSKU | string |
None. |
|
| VAT | decimal number |
None. |
|
| PriceIncluding | decimal number |
None. |
|
| PriceExcluding | decimal number |
None. |
|
| CreatedDate | date |
None. |
|
| Taxable | boolean |
None. |
|
| Category | string |
None. |
|
| StockOnHand | integer |
None. |
|
| Discountable | boolean |
None. |
|
| NonInventory | boolean |
None. |
|
| TaxRate | decimal number |
None. |
|
| OriginalEntry | Object |
None. |
|
| CostPrice | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartnerID": 1,
"ID": "sample string 2",
"Brand": "sample string 3",
"Type": "sample string 4",
"Name": "sample string 5",
"Description": "sample string 6",
"VariantID": "sample string 7",
"SKU": "sample string 8",
"Quantity": 9.1,
"UnitPrice": 10.1,
"IsActive": true,
"Tags": "sample string 12",
"ManufacturerSKU": "sample string 13",
"SystemSKU": "sample string 14",
"UPC": "sample string 15",
"EAN": "sample string 16",
"CustomSKU": "sample string 17",
"VAT": 18.1,
"PriceIncluding": 19.1,
"PriceExcluding": 20.1,
"CreatedDate": "2026-03-21T11:22:39.6897487+00:00",
"Taxable": true,
"Category": "sample string 23",
"StockOnHand": 24,
"Discountable": true,
"NonInventory": true,
"TaxRate": 27.1,
"OriginalEntry": {},
"CostPrice": 29.1
}
application/xml, text/xml
Sample:
<clsExternalProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub.Server.Entities.Invoices.External"> <Brand>sample string 3</Brand> <Category>sample string 23</Category> <CostPrice>29.1</CostPrice> <CreatedDate>2026-03-21T11:22:39.6897487+00:00</CreatedDate> <CustomSKU>sample string 17</CustomSKU> <Description>sample string 6</Description> <Discountable>true</Discountable> <EAN>sample string 16</EAN> <ID>sample string 2</ID> <IsActive>true</IsActive> <ManufacturerSKU>sample string 13</ManufacturerSKU> <Name>sample string 5</Name> <NonInventory>true</NonInventory> <OriginalEntry /> <PartnerID>1</PartnerID> <PriceExcluding>20.1</PriceExcluding> <PriceIncluding>19.1</PriceIncluding> <Quantity>9.1</Quantity> <SKU>sample string 8</SKU> <StockOnHand>24</StockOnHand> <SystemSKU>sample string 14</SystemSKU> <Tags>sample string 12</Tags> <TaxRate>27.1</TaxRate> <Taxable>true</Taxable> <Type>sample string 4</Type> <UPC>sample string 15</UPC> <UnitPrice>10.1</UnitPrice> <VAT>18.1</VAT> <VariantID>sample string 7</VariantID> </clsExternalProduct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>