Docs

Assign Request to Block

POST /procurement-resources/{resourceId}/schedule-blocks/{blockId}/requests/{requestId}

POST/procurement-resources/{resourceId}/schedule-blocks/{blockId}/requests/{requestId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Links an advance request to a specific schedule block on a procurement resource. Use this when the resource has schedule blocks — requests are linked at the block level rather than the resource level.

Path Parameters

FieldTypeRequiredDescription
resourceIdGuidRequiredThe ID of the procurement resource. Replace `{{resourceId}}` in the URL.
blockIdGuidRequiredThe ID of the schedule block. Replace `{{blockId}}` in the URL.
requestIdGuidRequiredThe ID of the advance request to link. Replace `{{requestId}}` in the URL.

Response

Returns 201 Created with an empty body on success.