Docs
Assign Request
POST /procurements/{procurementId}/requests/{requestId}
POST
/procurements/{procurementId}/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 procurement. This associates a collaborator's resource request with the procurement that will fulfill it.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| procurementId | Guid | Required | The ID of the procurement. Replace `{{procurementId}}` 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.