POST v1/Product_Options
Request Information
URI Parameters
None.
Body Parameters
Collection of Product_Options| Name | Description | Type | Additional information |
|---|---|---|---|
| PO_Product_GUID | string |
None. |
|
| PO_ClientGUID | globally unique identifier |
None. |
|
| PO_VolPerUnit | decimal number |
None. |
|
| PO_Ingredient | boolean |
None. |
|
| PO_SalesByBottleSize | boolean |
None. |
|
| PO_Staple | boolean |
None. |
|
| PO_QuickIndex | boolean |
None. |
|
| PO_OrderSeparateSizes | boolean |
None. |
|
| PO_LastModified | date |
None. |
|
| PO_ModifiedOffline | boolean |
None. |
|
| PO_CategoryGUID | string |
None. |
|
| PO_SupplierGUID | string |
None. |
|
| PO_DeviceID | string |
None. |
|
| SessionGUID | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"pO_Product_GUID": "sample string 1",
"pO_ClientGUID": "5fca0037-7319-436e-af34-f5f0acf67dde",
"pO_VolPerUnit": 3.1,
"pO_Ingredient": true,
"pO_SalesByBottleSize": true,
"pO_Staple": true,
"pO_QuickIndex": true,
"pO_OrderSeparateSizes": true,
"pO_LastModified": "2026-02-04T01:44:15.971506+00:00",
"pO_ModifiedOffline": true,
"pO_CategoryGUID": "sample string 11",
"pO_SupplierGUID": "sample string 12",
"pO_DeviceID": "sample string 13",
"sessionGUID": "sample string 14"
},
{
"pO_Product_GUID": "sample string 1",
"pO_ClientGUID": "5fca0037-7319-436e-af34-f5f0acf67dde",
"pO_VolPerUnit": 3.1,
"pO_Ingredient": true,
"pO_SalesByBottleSize": true,
"pO_Staple": true,
"pO_QuickIndex": true,
"pO_OrderSeparateSizes": true,
"pO_LastModified": "2026-02-04T01:44:15.971506+00:00",
"pO_ModifiedOffline": true,
"pO_CategoryGUID": "sample string 11",
"pO_SupplierGUID": "sample string 12",
"pO_DeviceID": "sample string 13",
"sessionGUID": "sample string 14"
}
]
text/html
Sample:
[{"pO_Product_GUID":"sample string 1","pO_ClientGUID":"5fca0037-7319-436e-af34-f5f0acf67dde","pO_VolPerUnit":3.1,"pO_Ingredient":true,"pO_SalesByBottleSize":true,"pO_Staple":true,"pO_QuickIndex":true,"pO_OrderSeparateSizes":true,"pO_LastModified":"2026-02-04T01:44:15.971506+00:00","pO_ModifiedOffline":true,"pO_CategoryGUID":"sample string 11","pO_SupplierGUID":"sample string 12","pO_DeviceID":"sample string 13","sessionGUID":"sample string 14"},{"pO_Product_GUID":"sample string 1","pO_ClientGUID":"5fca0037-7319-436e-af34-f5f0acf67dde","pO_VolPerUnit":3.1,"pO_Ingredient":true,"pO_SalesByBottleSize":true,"pO_Staple":true,"pO_QuickIndex":true,"pO_OrderSeparateSizes":true,"pO_LastModified":"2026-02-04T01:44:15.971506+00:00","pO_ModifiedOffline":true,"pO_CategoryGUID":"sample string 11","pO_SupplierGUID":"sample string 12","pO_DeviceID":"sample string 13","sessionGUID":"sample string 14"}]
application/xml, text/xml
Sample:
<ArrayOfProduct_Options xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PilotWebApi.Models">
<Product_Options>
<PO_CategoryGUID>sample string 11</PO_CategoryGUID>
<PO_ClientGUID>5fca0037-7319-436e-af34-f5f0acf67dde</PO_ClientGUID>
<PO_DeviceID>sample string 13</PO_DeviceID>
<PO_Ingredient>true</PO_Ingredient>
<PO_LastModified>2026-02-04T01:44:15.971506+00:00</PO_LastModified>
<PO_ModifiedOffline>true</PO_ModifiedOffline>
<PO_OrderSeparateSizes>true</PO_OrderSeparateSizes>
<PO_Product_GUID>sample string 1</PO_Product_GUID>
<PO_QuickIndex>true</PO_QuickIndex>
<PO_SalesByBottleSize>true</PO_SalesByBottleSize>
<PO_Staple>true</PO_Staple>
<PO_SupplierGUID>sample string 12</PO_SupplierGUID>
<PO_VolPerUnit>3.1</PO_VolPerUnit>
<SessionGUID>sample string 14</SessionGUID>
</Product_Options>
<Product_Options>
<PO_CategoryGUID>sample string 11</PO_CategoryGUID>
<PO_ClientGUID>5fca0037-7319-436e-af34-f5f0acf67dde</PO_ClientGUID>
<PO_DeviceID>sample string 13</PO_DeviceID>
<PO_Ingredient>true</PO_Ingredient>
<PO_LastModified>2026-02-04T01:44:15.971506+00:00</PO_LastModified>
<PO_ModifiedOffline>true</PO_ModifiedOffline>
<PO_OrderSeparateSizes>true</PO_OrderSeparateSizes>
<PO_Product_GUID>sample string 1</PO_Product_GUID>
<PO_QuickIndex>true</PO_QuickIndex>
<PO_SalesByBottleSize>true</PO_SalesByBottleSize>
<PO_Staple>true</PO_Staple>
<PO_SupplierGUID>sample string 12</PO_SupplierGUID>
<PO_VolPerUnit>3.1</PO_VolPerUnit>
<SessionGUID>sample string 14</SessionGUID>
</Product_Options>
</ArrayOfProduct_Options>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |