POST

/api/holdings/:id/reject-archive

This endpoint allows you to create a new entry or execute an action for holdings (specific id)/reject archive.

Request Parameters

Parameter Location Required
id path Yes

Example Request

cURL
curl -X POST https://api.basebrick.com/api/holdings/123/reject-archive \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'