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

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev- Version: dev-
Commit: bb7e53af
Deployed at: 2026-03-03T16:11:11Z