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
RequiredExample
"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"
}