Example - Error - Method Not Allowed
Important: This page is under development by NHS England
Tree View
| OperationOutcome |
| id : ODS-OperationOutcome-MethodNotAllowed-Example |
| issue |
| severity : error |
| code : processing |
| diagnostics : HAPI-0427: HTTP Method DELETE is not allowed for this operation. Allowed method(s): POST, GET |
Table View
| OperationOutcome.id[0] | ODS-OperationOutcome-MethodNotAllowed-Example |
| OperationOutcome.issue[0].severity[0] | error |
| OperationOutcome.issue[0].code[0] | processing |
| OperationOutcome.issue[0].diagnostics[0] | HAPI-0427: HTTP Method DELETE is not allowed for this operation. Allowed method(s): POST, GET |
XML View
<OperationOutcome xmlns="http://hl7.org/fhir"> <id value="ODS-OperationOutcome-MethodNotAllowed-Example" /> <issue> <severity value="error" /> <code value="processing" /> <diagnostics value="HAPI-0427: HTTP Method DELETE is not allowed for this operation. Allowed method(s): POST, GET" /> </issue> </OperationOutcome>
JSON View
{ "resourceType": "OperationOutcome", "id": "ODS-OperationOutcome-MethodNotAllowed-Example", "issue": [ { "severity": "error", "code": "processing", "diagnostics": "HAPI-0427: HTTP Method DELETE is not allowed for this operation. Allowed method(s): POST, GET" } ] }