POST ops/logs/tags

Request Information

URI Parameters

None.

Body Parameters

LogTagBatch
NameDescriptionTypeAdditional 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": "2024-12-09T16:30:29.973657+00:00",
  "userName": "sample string 6"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.