PULSAR
API ReferenceProduction Advancements

Add Defects To Split

Add defects to split.

Authorization

bearerAuth
Authorization<token>

In: header

Path Parameters

shiftId*number

The shift's ID.

Formatdouble

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

Try it live
POST
/production-advancements/{shiftId}/defects

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X POST "https://example.com/production-advancements/0.1/defects" \  -H "Content-Type: application/json" \  -d '{    "quantity": 0.1  }'
{}