POST api/batchapi/add/begindryingstep
Request Information
URI Parameters
None.
Body Parameters
BatchMedistreamViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| batch_id | globally unique identifier |
Required |
|
| medistream_id | globally unique identifier |
Required |
|
| witness_id | globally unique identifier |
Required |
|
| compartment | integer |
Required |
|
| temp_max | decimal number |
None. |
|
| start_time | date |
None. |
|
| stop_time | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "785f3912-c98e-4587-b3a0-2f1c8c172d11",
"batch_id": "f8f344a5-3ca8-4293-a6c6-67f96f28c76d",
"medistream_id": "41b962ab-a3df-487b-afd2-fb83127bd216",
"witness_id": "20b0a1ee-4926-4607-80c4-bc01b41d8a43",
"compartment": 1,
"temp_max": 1.1,
"start_time": "2026-03-09T15:41:15.8204813+00:00",
"stop_time": "2026-03-09T15:41:15.8204813+00:00"
}
application/xml, text/xml
Sample:
<batch_medistream xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <batch_id>f8f344a5-3ca8-4293-a6c6-67f96f28c76d</batch_id> <compartment>1</compartment> <id>785f3912-c98e-4587-b3a0-2f1c8c172d11</id> <medistream_id>41b962ab-a3df-487b-afd2-fb83127bd216</medistream_id> <start_time>2026-03-09T15:41:15.8204813+00:00</start_time> <stop_time>2026-03-09T15:41:15.8204813+00:00</stop_time> <temp_max>1.1</temp_max> <witness_id>20b0a1ee-4926-4607-80c4-bc01b41d8a43</witness_id> </batch_medistream>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"b219bb20-14c0-4db3-bad2-866cc14130d8"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b219bb20-14c0-4db3-bad2-866cc14130d8</guid>