POST v1/Product_Bottlesizes
Request Information
URI Parameters
None.
Body Parameters
Collection of Product_Bottlesize| Name | Description | Type | Additional information |
|---|---|---|---|
| PB_Product_BottleSize_GUID | string |
None. |
|
| PB_BottleSize | decimal number |
None. |
|
| PB_EmptyWeight | decimal number |
None. |
|
| PB_FullWeight | decimal number |
None. |
|
| PB_MultiUnits | integer |
None. |
|
| PB_CaseUnits | integer |
None. |
|
| PB_LastModified | date |
None. |
|
| PB_ModifiedOffline | boolean |
None. |
|
| PB_SupplierCode | decimal number |
None. |
|
| PB_SupplierGUID | string |
None. |
|
| PB_Product_GUID | string |
None. |
|
| PB_Deleted | boolean |
None. |
|
| PB_WeightIsEstimated | boolean |
None. |
|
| PB_DeviceID | string |
None. |
|
| SessionGUID | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"pB_Product_BottleSize_GUID": "sample string 1",
"pB_BottleSize": 2.1,
"pB_EmptyWeight": 3.1,
"pB_FullWeight": 4.1,
"pB_MultiUnits": 5,
"pB_CaseUnits": 6,
"pB_LastModified": "2026-02-04T01:48:04.6395737+00:00",
"pB_ModifiedOffline": true,
"pB_SupplierCode": 9.0,
"pB_SupplierGUID": "sample string 10",
"pB_Product_GUID": "sample string 11",
"pB_Deleted": true,
"pB_WeightIsEstimated": true,
"pB_DeviceID": "sample string 14",
"sessionGUID": "sample string 15"
},
{
"pB_Product_BottleSize_GUID": "sample string 1",
"pB_BottleSize": 2.1,
"pB_EmptyWeight": 3.1,
"pB_FullWeight": 4.1,
"pB_MultiUnits": 5,
"pB_CaseUnits": 6,
"pB_LastModified": "2026-02-04T01:48:04.6395737+00:00",
"pB_ModifiedOffline": true,
"pB_SupplierCode": 9.0,
"pB_SupplierGUID": "sample string 10",
"pB_Product_GUID": "sample string 11",
"pB_Deleted": true,
"pB_WeightIsEstimated": true,
"pB_DeviceID": "sample string 14",
"sessionGUID": "sample string 15"
}
]
text/html
Sample:
[{"pB_Product_BottleSize_GUID":"sample string 1","pB_BottleSize":2.1,"pB_EmptyWeight":3.1,"pB_FullWeight":4.1,"pB_MultiUnits":5,"pB_CaseUnits":6,"pB_LastModified":"2026-02-04T01:48:04.6395737+00:00","pB_ModifiedOffline":true,"pB_SupplierCode":9.0,"pB_SupplierGUID":"sample string 10","pB_Product_GUID":"sample string 11","pB_Deleted":true,"pB_WeightIsEstimated":true,"pB_DeviceID":"sample string 14","sessionGUID":"sample string 15"},{"pB_Product_BottleSize_GUID":"sample string 1","pB_BottleSize":2.1,"pB_EmptyWeight":3.1,"pB_FullWeight":4.1,"pB_MultiUnits":5,"pB_CaseUnits":6,"pB_LastModified":"2026-02-04T01:48:04.6395737+00:00","pB_ModifiedOffline":true,"pB_SupplierCode":9.0,"pB_SupplierGUID":"sample string 10","pB_Product_GUID":"sample string 11","pB_Deleted":true,"pB_WeightIsEstimated":true,"pB_DeviceID":"sample string 14","sessionGUID":"sample string 15"}]
application/xml, text/xml
Sample:
<ArrayOfProduct_Bottlesize xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PilotWebApi.Models">
<Product_Bottlesize>
<PB_BottleSize>2.1</PB_BottleSize>
<PB_CaseUnits>6</PB_CaseUnits>
<PB_Deleted>true</PB_Deleted>
<PB_DeviceID>sample string 14</PB_DeviceID>
<PB_EmptyWeight>3.1</PB_EmptyWeight>
<PB_FullWeight>4.1</PB_FullWeight>
<PB_LastModified>2026-02-04T01:48:04.6395737+00:00</PB_LastModified>
<PB_ModifiedOffline>true</PB_ModifiedOffline>
<PB_MultiUnits>5</PB_MultiUnits>
<PB_Product_BottleSize_GUID>sample string 1</PB_Product_BottleSize_GUID>
<PB_Product_GUID>sample string 11</PB_Product_GUID>
<PB_SupplierCode>9</PB_SupplierCode>
<PB_SupplierGUID>sample string 10</PB_SupplierGUID>
<PB_WeightIsEstimated>true</PB_WeightIsEstimated>
<SessionGUID>sample string 15</SessionGUID>
</Product_Bottlesize>
<Product_Bottlesize>
<PB_BottleSize>2.1</PB_BottleSize>
<PB_CaseUnits>6</PB_CaseUnits>
<PB_Deleted>true</PB_Deleted>
<PB_DeviceID>sample string 14</PB_DeviceID>
<PB_EmptyWeight>3.1</PB_EmptyWeight>
<PB_FullWeight>4.1</PB_FullWeight>
<PB_LastModified>2026-02-04T01:48:04.6395737+00:00</PB_LastModified>
<PB_ModifiedOffline>true</PB_ModifiedOffline>
<PB_MultiUnits>5</PB_MultiUnits>
<PB_Product_BottleSize_GUID>sample string 1</PB_Product_BottleSize_GUID>
<PB_Product_GUID>sample string 11</PB_Product_GUID>
<PB_SupplierCode>9</PB_SupplierCode>
<PB_SupplierGUID>sample string 10</PB_SupplierGUID>
<PB_WeightIsEstimated>true</PB_WeightIsEstimated>
<SessionGUID>sample string 15</SessionGUID>
</Product_Bottlesize>
</ArrayOfProduct_Bottlesize>
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. |