POST api/batchapi/manualencodinganalysisdata
Request Information
URI Parameters
None.
Body Parameters
ManualEncodingAnalysisDataViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| particle_counter_id | globally unique identifier |
None. |
|
| analysis_data | Collection of AnalysisData |
None. |
Request Formats
application/json, text/json
Sample:
{
"particle_counter_id": "21b80fcc-f3ee-4bd4-b3fb-88d8cc32c55f",
"analysis_data": [
{
"start_time": "2026-01-19T09:20:51.0434804+00:00",
"stop_time": "2026-01-19T09:20:51.0434804+00:00",
"volume": 3.1,
"size03": 4,
"size05": 5,
"size1": 6,
"size3": 7,
"size5": 8,
"size10": 9,
"count03": 10.1,
"count05": 11.1,
"count1": 12.1,
"count3": 13.1,
"count5": 14.1,
"count10": 15.1
},
{
"start_time": "2026-01-19T09:20:51.0434804+00:00",
"stop_time": "2026-01-19T09:20:51.0434804+00:00",
"volume": 3.1,
"size03": 4,
"size05": 5,
"size1": 6,
"size3": 7,
"size5": 8,
"size10": 9,
"count03": 10.1,
"count05": 11.1,
"count1": 12.1,
"count3": 13.1,
"count5": 14.1,
"count10": 15.1
}
]
}
application/xml, text/xml
Sample:
<manual_encoding_analysis_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
<analysis_data>
<analysis_data>
<count03>10.1</count03>
<count05>11.1</count05>
<count1>12.1</count1>
<count10>15.1</count10>
<count3>13.1</count3>
<count5>14.1</count5>
<size03>4</size03>
<size05>5</size05>
<size1>6</size1>
<size10>9</size10>
<size3>7</size3>
<size5>8</size5>
<start_time>2026-01-19T09:20:51.0434804+00:00</start_time>
<stop_time>2026-01-19T09:20:51.0434804+00:00</stop_time>
<volume>3.1</volume>
</analysis_data>
<analysis_data>
<count03>10.1</count03>
<count05>11.1</count05>
<count1>12.1</count1>
<count10>15.1</count10>
<count3>13.1</count3>
<count5>14.1</count5>
<size03>4</size03>
<size05>5</size05>
<size1>6</size1>
<size10>9</size10>
<size3>7</size3>
<size5>8</size5>
<start_time>2026-01-19T09:20:51.0434804+00:00</start_time>
<stop_time>2026-01-19T09:20:51.0434804+00:00</stop_time>
<volume>3.1</volume>
</analysis_data>
</analysis_data>
<particle_counter_id>21b80fcc-f3ee-4bd4-b3fb-88d8cc32c55f</particle_counter_id>
</manual_encoding_analysis_data>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.