POST api/batchapi/add/enddryingstep
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": "e91b5d96-43c9-4a92-91f5-0fc9ecd68703",
"batch_id": "fee47e86-092a-44b8-8e49-75e09aa0a49f",
"medistream_id": "f2433a2e-84ab-415d-a12d-03630471e8c9",
"witness_id": "aac57626-d3f2-40ef-8560-ab22f4147645",
"compartment": 1,
"temp_max": 1.1,
"start_time": "2026-03-11T12:05:30.287716+00:00",
"stop_time": "2026-03-11T12:05:30.287716+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>fee47e86-092a-44b8-8e49-75e09aa0a49f</batch_id> <compartment>1</compartment> <id>e91b5d96-43c9-4a92-91f5-0fc9ecd68703</id> <medistream_id>f2433a2e-84ab-415d-a12d-03630471e8c9</medistream_id> <start_time>2026-03-11T12:05:30.287716+00:00</start_time> <stop_time>2026-03-11T12:05:30.287716+00:00</stop_time> <temp_max>1.1</temp_max> <witness_id>aac57626-d3f2-40ef-8560-ab22f4147645</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:
"ac5ac079-9d96-40ac-ada9-9dd31399e5d7"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ac5ac079-9d96-40ac-ada9-9dd31399e5d7</guid>