POST v1/Product_Barcodes
Request Information
URI Parameters
None.
Body Parameters
Collection of Product_BarcodeName | Description | Type | Additional information |
---|---|---|---|
BC_Product_Barcode_GUID | string |
None. |
|
BC_Type | integer |
None. |
|
BC_Barcode | string |
None. |
|
BC_Quantity | integer |
None. |
|
BC_LastModified | date |
None. |
|
BC_ModifiedOffline | boolean |
None. |
|
BC_BottleSizeGUID | string |
None. |
|
BC_Deleted | boolean |
None. |
|
BC_DeviceID | string |
None. |
|
SessionGUID | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "bC_Product_Barcode_GUID": "sample string 1", "bC_Type": 2, "bC_Barcode": "sample string 3", "bC_Quantity": 4, "bC_LastModified": "2025-08-29T00:17:01.513595+00:00", "bC_ModifiedOffline": true, "bC_BottleSizeGUID": "sample string 7", "bC_Deleted": true, "bC_DeviceID": "sample string 9", "sessionGUID": "sample string 10" }, { "bC_Product_Barcode_GUID": "sample string 1", "bC_Type": 2, "bC_Barcode": "sample string 3", "bC_Quantity": 4, "bC_LastModified": "2025-08-29T00:17:01.513595+00:00", "bC_ModifiedOffline": true, "bC_BottleSizeGUID": "sample string 7", "bC_Deleted": true, "bC_DeviceID": "sample string 9", "sessionGUID": "sample string 10" } ]
text/html
Sample:
[{"bC_Product_Barcode_GUID":"sample string 1","bC_Type":2,"bC_Barcode":"sample string 3","bC_Quantity":4,"bC_LastModified":"2025-08-29T00:17:01.513595+00:00","bC_ModifiedOffline":true,"bC_BottleSizeGUID":"sample string 7","bC_Deleted":true,"bC_DeviceID":"sample string 9","sessionGUID":"sample string 10"},{"bC_Product_Barcode_GUID":"sample string 1","bC_Type":2,"bC_Barcode":"sample string 3","bC_Quantity":4,"bC_LastModified":"2025-08-29T00:17:01.513595+00:00","bC_ModifiedOffline":true,"bC_BottleSizeGUID":"sample string 7","bC_Deleted":true,"bC_DeviceID":"sample string 9","sessionGUID":"sample string 10"}]
application/xml, text/xml
Sample:
<ArrayOfProduct_Barcode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PilotWebApi.Models"> <Product_Barcode> <BC_Barcode>sample string 3</BC_Barcode> <BC_BottleSizeGUID>sample string 7</BC_BottleSizeGUID> <BC_Deleted>true</BC_Deleted> <BC_DeviceID>sample string 9</BC_DeviceID> <BC_LastModified>2025-08-29T00:17:01.513595+00:00</BC_LastModified> <BC_ModifiedOffline>true</BC_ModifiedOffline> <BC_Product_Barcode_GUID>sample string 1</BC_Product_Barcode_GUID> <BC_Quantity>4</BC_Quantity> <BC_Type>2</BC_Type> <SessionGUID>sample string 10</SessionGUID> </Product_Barcode> <Product_Barcode> <BC_Barcode>sample string 3</BC_Barcode> <BC_BottleSizeGUID>sample string 7</BC_BottleSizeGUID> <BC_Deleted>true</BC_Deleted> <BC_DeviceID>sample string 9</BC_DeviceID> <BC_LastModified>2025-08-29T00:17:01.513595+00:00</BC_LastModified> <BC_ModifiedOffline>true</BC_ModifiedOffline> <BC_Product_Barcode_GUID>sample string 1</BC_Product_Barcode_GUID> <BC_Quantity>4</BC_Quantity> <BC_Type>2</BC_Type> <SessionGUID>sample string 10</SessionGUID> </Product_Barcode> </ArrayOfProduct_Barcode>
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. |