POST ops/logs/tags
Request Information
URI Parameters
None.
Body Parameters
LogTagBatch| Name | Description | Type | Additional information |
|---|---|---|---|
| CompartmentId | integer |
None. |
|
| Coordinates | Coordinates |
None. |
|
| LogLength | decimal number |
None. |
|
| Logs | Collection of LogTag |
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,
"logs": [
{
"diameter": 1,
"tagNo": "sample string 2"
},
{
"diameter": 1,
"tagNo": "sample string 2"
}
],
"productTypeId": 3,
"stackNo": "sample string 4",
"submitted": "2025-12-04T16:15:58.5333239+00:00",
"userName": "sample string 6"
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.