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
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| resourceId | Guid | Required | The ID of the procurement resource. Replace `{{resourceId}}` in the URL. |
| blockId | Guid | Required | The ID of the schedule block. Replace `{{blockId}}` in the URL. |
| requestId | Guid | Required | The ID of the advance request to link. Replace `{{requestId}}` in the URL. |
Response
Returns 201 Created with an empty body on success.