POST api/batchapi/add/enddryingstep

Request Information

URI Parameters

None.

Body Parameters

BatchMedistreamViewModel
NameDescriptionTypeAdditional 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": "b1e0efb0-b601-4cad-9130-5c134ba710b4",
  "batch_id": "87712f64-8428-42b2-ba32-3589af61c75a",
  "medistream_id": "a1310b5b-07a8-44af-816d-f8717157d517",
  "witness_id": "b2dd9ce7-f8d3-40f8-9826-b035a643db3e",
  "compartment": 1,
  "temp_max": 1.1,
  "start_time": "2026-06-09T05:18:08.3432089+00:00",
  "stop_time": "2026-06-09T05:18:08.3432089+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>87712f64-8428-42b2-ba32-3589af61c75a</batch_id>
  <compartment>1</compartment>
  <id>b1e0efb0-b601-4cad-9130-5c134ba710b4</id>
  <medistream_id>a1310b5b-07a8-44af-816d-f8717157d517</medistream_id>
  <start_time>2026-06-09T05:18:08.3432089+00:00</start_time>
  <stop_time>2026-06-09T05:18:08.3432089+00:00</stop_time>
  <temp_max>1.1</temp_max>
  <witness_id>b2dd9ce7-f8d3-40f8-9826-b035a643db3e</witness_id>
</batch_medistream>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"3d376036-048d-4df6-8b66-b5ba312e5a29"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3d376036-048d-4df6-8b66-b5ba312e5a29</guid>