Docs

Assign Request

POST /procurements/{procurementId}/requests/{requestId}

POST/procurements/{procurementId}/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 procurement. This associates a collaborator's resource request with the procurement that will fulfill it.

Path Parameters

FieldTypeRequiredDescription
procurementIdGuidRequiredThe ID of the procurement. Replace `{{procurementId}}` 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.