POST v1/Products
Request Information
URI Parameters
None.
Body Parameters
Collection of Product| Name | Description | Type | Additional information |
|---|---|---|---|
| PR_Product_ID_guid | string |
None. |
|
| PR_Name | string |
None. |
|
| PR_BulkProduct | boolean |
None. |
|
| PR_LastModified | date |
None. |
|
| PR_ModifiedOffline | boolean |
None. |
|
| PR_Food | boolean |
None. |
|
| PR_MeasureUnit | integer |
None. |
|
| PR_Deleted | boolean |
None. |
|
| PR_IsNew | boolean |
None. |
|
| PR_ImportFromHandHeld | boolean |
None. |
|
| PR_DeviceID | string |
None. |
|
| SessionGUID | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"pR_Product_ID_guid": "sample string 1",
"pR_Name": "sample string 2",
"pR_BulkProduct": true,
"pR_LastModified": "2026-02-04T01:47:22.38839+00:00",
"pR_ModifiedOffline": true,
"pR_Food": true,
"pR_MeasureUnit": 7,
"pR_Deleted": true,
"pR_IsNew": true,
"pR_ImportFromHandHeld": true,
"pR_DeviceID": "sample string 11",
"sessionGUID": "sample string 12"
},
{
"pR_Product_ID_guid": "sample string 1",
"pR_Name": "sample string 2",
"pR_BulkProduct": true,
"pR_LastModified": "2026-02-04T01:47:22.38839+00:00",
"pR_ModifiedOffline": true,
"pR_Food": true,
"pR_MeasureUnit": 7,
"pR_Deleted": true,
"pR_IsNew": true,
"pR_ImportFromHandHeld": true,
"pR_DeviceID": "sample string 11",
"sessionGUID": "sample string 12"
}
]
text/html
Sample:
[{"pR_Product_ID_guid":"sample string 1","pR_Name":"sample string 2","pR_BulkProduct":true,"pR_LastModified":"2026-02-04T01:47:22.38839+00:00","pR_ModifiedOffline":true,"pR_Food":true,"pR_MeasureUnit":7,"pR_Deleted":true,"pR_IsNew":true,"pR_ImportFromHandHeld":true,"pR_DeviceID":"sample string 11","sessionGUID":"sample string 12"},{"pR_Product_ID_guid":"sample string 1","pR_Name":"sample string 2","pR_BulkProduct":true,"pR_LastModified":"2026-02-04T01:47:22.38839+00:00","pR_ModifiedOffline":true,"pR_Food":true,"pR_MeasureUnit":7,"pR_Deleted":true,"pR_IsNew":true,"pR_ImportFromHandHeld":true,"pR_DeviceID":"sample string 11","sessionGUID":"sample string 12"}]
application/xml, text/xml
Sample:
<ArrayOfProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PilotWebApi.Models">
<Product>
<PR_BulkProduct>true</PR_BulkProduct>
<PR_Deleted>true</PR_Deleted>
<PR_DeviceID>sample string 11</PR_DeviceID>
<PR_Food>true</PR_Food>
<PR_ImportFromHandHeld>true</PR_ImportFromHandHeld>
<PR_IsNew>true</PR_IsNew>
<PR_LastModified>2026-02-04T01:47:22.38839+00:00</PR_LastModified>
<PR_MeasureUnit>7</PR_MeasureUnit>
<PR_ModifiedOffline>true</PR_ModifiedOffline>
<PR_Name>sample string 2</PR_Name>
<PR_Product_ID_guid>sample string 1</PR_Product_ID_guid>
<SessionGUID>sample string 12</SessionGUID>
</Product>
<Product>
<PR_BulkProduct>true</PR_BulkProduct>
<PR_Deleted>true</PR_Deleted>
<PR_DeviceID>sample string 11</PR_DeviceID>
<PR_Food>true</PR_Food>
<PR_ImportFromHandHeld>true</PR_ImportFromHandHeld>
<PR_IsNew>true</PR_IsNew>
<PR_LastModified>2026-02-04T01:47:22.38839+00:00</PR_LastModified>
<PR_MeasureUnit>7</PR_MeasureUnit>
<PR_ModifiedOffline>true</PR_ModifiedOffline>
<PR_Name>sample string 2</PR_Name>
<PR_Product_ID_guid>sample string 1</PR_Product_ID_guid>
<SessionGUID>sample string 12</SessionGUID>
</Product>
</ArrayOfProduct>
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. |