POST serviceowner/delegationRequests
Adds a new DelegationRequest with status CREATED. ServiceOwner can only create DelegationRequests for its own services.
Request Information
Parameters
Name | Description | Additional 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": "24129845645", "offeredBy": "999888777", "redirectUrl": "https://altinn.no/", "keepSessionAlive": false, "requestMessage": "Need this right in order to complete the daily task on the service", "requestResources": [ { "serviceCode": "x1234", "serviceEditionCode": 1112 } ] }