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": "3e6f36d1-6183-4b22-8516-e50f3c099581",
"batch_id": "51fb2f0b-f53f-4075-b130-418b625af79a",
"medistream_id": "0b896770-c35d-4971-9cd0-2e38dc738611",
"witness_id": "fc871e42-f262-4b4a-a33b-42b99b7e8d3f",
"compartment": 1,
"temp_max": 1.1,
"start_time": "2026-01-19T11:36:39.4868684+00:00",
"stop_time": "2026-01-19T11:36:39.4868684+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>51fb2f0b-f53f-4075-b130-418b625af79a</batch_id> <compartment>1</compartment> <id>3e6f36d1-6183-4b22-8516-e50f3c099581</id> <medistream_id>0b896770-c35d-4971-9cd0-2e38dc738611</medistream_id> <start_time>2026-01-19T11:36:39.4868684+00:00</start_time> <stop_time>2026-01-19T11:36:39.4868684+00:00</stop_time> <temp_max>1.1</temp_max> <witness_id>fc871e42-f262-4b4a-a33b-42b99b7e8d3f</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:
"c0aeebe5-7d52-41a5-8cbc-c1e906a15531"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c0aeebe5-7d52-41a5-8cbc-c1e906a15531</guid>