POST v1/Stock_Take_Recipe
Request Information
URI Parameters
None.
Body Parameters
Collection of Stock_take_recipe| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | string |
None. |
|
| ST_Date | date |
None. |
|
| ST_BarGUID | string |
None. |
|
| ST_ByVolume | boolean |
None. |
|
| ST_RecipeGUID | string |
None. |
|
| ST_BarSectionName | string |
None. |
|
| ST_ContainerGUID | string |
None. |
|
| ST_RecipeUnit | string |
None. |
|
| ST_RecipeSequence | integer |
None. |
|
| ST_RecipeRawValue | decimal number |
None. |
|
| ST_SingleChamberHeight | decimal number |
None. |
|
| ST_DualChamberBottomHeight | decimal number |
None. |
|
| ST_DualChamberTopHeight | decimal number |
None. |
|
| ST_CreatedDateTime | date |
None. |
|
| ST_UploadTime | date |
None. |
|
| ST_LastModifiedDateTime | date |
None. |
|
| LaptopName | string |
None. |
|
| ST_DeviceID | string |
None. |
|
| SessionGUID | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"guid": "sample string 1",
"sT_Date": "2026-02-04T01:45:42.1030641+00:00",
"sT_BarGUID": "sample string 3",
"sT_ByVolume": true,
"sT_RecipeGUID": "sample string 5",
"sT_BarSectionName": "sample string 6",
"sT_ContainerGUID": "sample string 7",
"sT_RecipeUnit": "sample string 8",
"sT_RecipeSequence": 9,
"sT_RecipeRawValue": 10.1,
"sT_SingleChamberHeight": 11.1,
"sT_DualChamberBottomHeight": 12.1,
"sT_DualChamberTopHeight": 13.1,
"sT_CreatedDateTime": "2026-02-04T01:45:42.1030641+00:00",
"sT_UploadTime": "2026-02-04T01:45:42.1030641+00:00",
"sT_LastModifiedDateTime": "2026-02-04T01:45:42.1030641+00:00",
"laptopName": "sample string 17",
"sT_DeviceID": "sample string 18",
"sessionGUID": "sample string 19"
},
{
"guid": "sample string 1",
"sT_Date": "2026-02-04T01:45:42.1030641+00:00",
"sT_BarGUID": "sample string 3",
"sT_ByVolume": true,
"sT_RecipeGUID": "sample string 5",
"sT_BarSectionName": "sample string 6",
"sT_ContainerGUID": "sample string 7",
"sT_RecipeUnit": "sample string 8",
"sT_RecipeSequence": 9,
"sT_RecipeRawValue": 10.1,
"sT_SingleChamberHeight": 11.1,
"sT_DualChamberBottomHeight": 12.1,
"sT_DualChamberTopHeight": 13.1,
"sT_CreatedDateTime": "2026-02-04T01:45:42.1030641+00:00",
"sT_UploadTime": "2026-02-04T01:45:42.1030641+00:00",
"sT_LastModifiedDateTime": "2026-02-04T01:45:42.1030641+00:00",
"laptopName": "sample string 17",
"sT_DeviceID": "sample string 18",
"sessionGUID": "sample string 19"
}
]
text/html
Sample:
[{"guid":"sample string 1","sT_Date":"2026-02-04T01:45:42.1030641+00:00","sT_BarGUID":"sample string 3","sT_ByVolume":true,"sT_RecipeGUID":"sample string 5","sT_BarSectionName":"sample string 6","sT_ContainerGUID":"sample string 7","sT_RecipeUnit":"sample string 8","sT_RecipeSequence":9,"sT_RecipeRawValue":10.1,"sT_SingleChamberHeight":11.1,"sT_DualChamberBottomHeight":12.1,"sT_DualChamberTopHeight":13.1,"sT_CreatedDateTime":"2026-02-04T01:45:42.1030641+00:00","sT_UploadTime":"2026-02-04T01:45:42.1030641+00:00","sT_LastModifiedDateTime":"2026-02-04T01:45:42.1030641+00:00","laptopName":"sample string 17","sT_DeviceID":"sample string 18","sessionGUID":"sample string 19"},{"guid":"sample string 1","sT_Date":"2026-02-04T01:45:42.1030641+00:00","sT_BarGUID":"sample string 3","sT_ByVolume":true,"sT_RecipeGUID":"sample string 5","sT_BarSectionName":"sample string 6","sT_ContainerGUID":"sample string 7","sT_RecipeUnit":"sample string 8","sT_RecipeSequence":9,"sT_RecipeRawValue":10.1,"sT_SingleChamberHeight":11.1,"sT_DualChamberBottomHeight":12.1,"sT_DualChamberTopHeight":13.1,"sT_CreatedDateTime":"2026-02-04T01:45:42.1030641+00:00","sT_UploadTime":"2026-02-04T01:45:42.1030641+00:00","sT_LastModifiedDateTime":"2026-02-04T01:45:42.1030641+00:00","laptopName":"sample string 17","sT_DeviceID":"sample string 18","sessionGUID":"sample string 19"}]
application/xml, text/xml
Sample:
<ArrayOfStock_take_recipe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PilotWebApi.Models">
<Stock_take_recipe>
<Guid>sample string 1</Guid>
<LaptopName>sample string 17</LaptopName>
<ST_BarGUID>sample string 3</ST_BarGUID>
<ST_BarSectionName>sample string 6</ST_BarSectionName>
<ST_ByVolume>true</ST_ByVolume>
<ST_ContainerGUID>sample string 7</ST_ContainerGUID>
<ST_CreatedDateTime>2026-02-04T01:45:42.1030641+00:00</ST_CreatedDateTime>
<ST_Date>2026-02-04T01:45:42.1030641+00:00</ST_Date>
<ST_DeviceID>sample string 18</ST_DeviceID>
<ST_DualChamberBottomHeight>12.1</ST_DualChamberBottomHeight>
<ST_DualChamberTopHeight>13.1</ST_DualChamberTopHeight>
<ST_LastModifiedDateTime>2026-02-04T01:45:42.1030641+00:00</ST_LastModifiedDateTime>
<ST_RecipeGUID>sample string 5</ST_RecipeGUID>
<ST_RecipeRawValue>10.1</ST_RecipeRawValue>
<ST_RecipeSequence>9</ST_RecipeSequence>
<ST_RecipeUnit>sample string 8</ST_RecipeUnit>
<ST_SingleChamberHeight>11.1</ST_SingleChamberHeight>
<ST_UploadTime>2026-02-04T01:45:42.1030641+00:00</ST_UploadTime>
<SessionGUID>sample string 19</SessionGUID>
</Stock_take_recipe>
<Stock_take_recipe>
<Guid>sample string 1</Guid>
<LaptopName>sample string 17</LaptopName>
<ST_BarGUID>sample string 3</ST_BarGUID>
<ST_BarSectionName>sample string 6</ST_BarSectionName>
<ST_ByVolume>true</ST_ByVolume>
<ST_ContainerGUID>sample string 7</ST_ContainerGUID>
<ST_CreatedDateTime>2026-02-04T01:45:42.1030641+00:00</ST_CreatedDateTime>
<ST_Date>2026-02-04T01:45:42.1030641+00:00</ST_Date>
<ST_DeviceID>sample string 18</ST_DeviceID>
<ST_DualChamberBottomHeight>12.1</ST_DualChamberBottomHeight>
<ST_DualChamberTopHeight>13.1</ST_DualChamberTopHeight>
<ST_LastModifiedDateTime>2026-02-04T01:45:42.1030641+00:00</ST_LastModifiedDateTime>
<ST_RecipeGUID>sample string 5</ST_RecipeGUID>
<ST_RecipeRawValue>10.1</ST_RecipeRawValue>
<ST_RecipeSequence>9</ST_RecipeSequence>
<ST_RecipeUnit>sample string 8</ST_RecipeUnit>
<ST_SingleChamberHeight>11.1</ST_SingleChamberHeight>
<ST_UploadTime>2026-02-04T01:45:42.1030641+00:00</ST_UploadTime>
<SessionGUID>sample string 19</SessionGUID>
</Stock_take_recipe>
</ArrayOfStock_take_recipe>
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. |