POST ops/logs/tally
Request Information
URI Parameters
None.
Body Parameters
LogTallyBatchName | 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-04-03T19:12:47.5333012+00:00", "userName": "sample string 6" }
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.