Skip to content

Add trace

POST
/tracing/rest/v1/traces/add/{targetCharge}

Adds a source charge to target charge for tracing

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

targetCharge*
Typestring
Required
Example"CHG-TGT-001"

Request Body

application/json
JSON
{
"sourceCharge": "CHG-SRC-001",
"type": 1,
"count": 50
}

Responses

Source charge production information

application/json
JSON
{
"id": 0,
"scancode": "string",
"productionData": {
},
"createdAt": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0