POST delegationRequests

[Removed] Adds a new DelegationRequest with status UNOPENED. The authenticated org can only create requests where they are CoveredBy.

Request Information

Parameters

NameDescriptionAdditional information
delegationRequestInput The delegation request to be added

Define this parameter in the request body.

Request body formats

application/hal+xml

No sample

application/hal+json

Sample:
{
  "coveredBy": "777888999",
  "offeredBy": "999888777",
  "requestMessage": "Need this right in order to complete the daily task on the service",
  "requestResources": [
    {
      "serviceCode": "x1234",
      "serviceEditionCode": 1112
    }
  ]
}