Complete tracing
POST
/tracing/rest/v1/traces/complete
Completes tracing for a target charge
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"targetCharge": "CHG-TGT-001"
}
Responses
Target charge production information
application/json
JSON
{
"id": 0,
"scancode": "string",
"productionData": {
},
"createdAt": "string"
}