Skip to main content
POST
/
service-of-notice
/
manual
/
attest
Attest manual service delivery
curl --request POST \
  --url https://cases.platform.arb.inc/service-of-notice/manual/attest \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "abc123xyz"
}
'
"Manual service delivery attested successfully"

Authorizations

Authorization
string
header
required

access token

Body

application/json
code
string
required

Manual service code

Example:

"abc123xyz"

Response

200 - text/plain

Successfully attested manual service

The response is of type string.

Example:

"Manual service delivery attested successfully"