POST ops/logs/tally
Request Information
URI Parameters
None.
Body Parameters
LogTallyBatch| Name | Description | Type | Additional information |
|---|---|---|---|
| CompartmentId | integer |
None. |
|
| Coordinates | Coordinates |
None. |
|
| LogLength | decimal number |
None. |
|
| LogDiameters | Collection of LogTally |
None. |
|
| ProductTypeId | integer |
None. |
|
| StackNo | string |
None. |
|
| Submitted | date |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"compartmentId": 1,
"coordinates": null,
"logLength": 2.0,
"logDiameters": [
{
"diameter": 1,
"count": 2
},
{
"diameter": 1,
"count": 2
}
],
"productTypeId": 3,
"stackNo": "sample string 4",
"submitted": "2025-11-03T03:01:08.2118308+00:00",
"userName": "sample string 6"
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.