CREATE - Create data policy
POST {{baseUrl}}/config/policy
This endpoint creates a new data policy that can be reused as global parameter across all newly crearted data agremements.
Request Body
{"policy"=>{"thirdPartyDataSharing"=>"<bool>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"policy":{"thirdPartyDataSharing":"\u003cbool\u003e"},"revision":{"authorizedByIndividualId":"\u003cstring\u003e","successorId":"\u003cstring\u003e"}}