POST /api/integration/sak/{id}/screening
Updates screening policy for a given case
Parameters
Name | In | Description | Required | Type |
---|---|---|---|---|
id | path | Id of the case | true | integer |
Request body
{
"screeningCode":"string",
"accessCode":"string",
"section":"string",
"updateChildren":
{
}
}
Responses
Code | Returns | Type |
---|---|---|
200 | Success | Acos.WebSak.Pluss.Services.Integration.Models.Sak |
401 | Unauthorized - Missing or invalid access token | |
403 | Forbidden - Provided access token does not permit usage of this API or data |
Response Example
{
"id":"integer",
"sakstype":"string",
"tittel1":"string",
"tittel2":"string",
"visningId":"string",
"visningTittel":"string",
"screening":"string",
"avsluttetDato":"string"
}