API DocumentationManufacturer camspec controller

Download CAMSPEC archive for requisitions without tracking a work order

POST
/api/manufacturer/v1/camspec/download

Creates and downloads a CAMSPEC archive (.camspec file) containing manufacturing constraints and CAD files for the specified requisitions, without persisting any manifest mapping

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

CAMSPEC download request containing requisition IDs and quantities, with no work-order tracking

Response Body

application/zip

*/*

*/*

curl -X POST "https://example.com/api/manufacturer/v1/camspec/download" \  -H "Content-Type: application/json" \  -d '{    "requisitionEntries": [      {        "requisitionId": 0,        "quantity": 0      }    ],    "fileType": "ORIGINAL_CAD_FILE",    "priority": 0  }'
Empty
null
null