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": "96e5bd5c-e351-40e4-bcee-c5626db4e2b1",
"batch_id": "fcb1bc48-2fa1-4854-9e31-d0df4b7ce7fd",
"medistream_id": "d47284d1-5dae-4597-995c-4dc7f413c07a",
"witness_id": "74bcc2b3-4261-45da-b553-0f10bb2fe83f",
"compartment": 1,
"temp_max": 1.1,
"start_time": "2026-01-19T09:22:05.0043509+00:00",
"stop_time": "2026-01-19T09:22:05.0043509+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>fcb1bc48-2fa1-4854-9e31-d0df4b7ce7fd</batch_id> <compartment>1</compartment> <id>96e5bd5c-e351-40e4-bcee-c5626db4e2b1</id> <medistream_id>d47284d1-5dae-4597-995c-4dc7f413c07a</medistream_id> <start_time>2026-01-19T09:22:05.0043509+00:00</start_time> <stop_time>2026-01-19T09:22:05.0043509+00:00</stop_time> <temp_max>1.1</temp_max> <witness_id>74bcc2b3-4261-45da-b553-0f10bb2fe83f</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:
"a5046499-bfa2-44fc-af68-87bf729e602d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a5046499-bfa2-44fc-af68-87bf729e602d</guid>