PUT condition with 409 conflicts

37 views
Skip to first unread message

Shankar Ganesh Jayaraman

unread,
Mar 2, 2020, 7:18:43 AM3/2/20
to Cerner FHIR Developers
Hi,

The PUT request payload is resulting in 409 conflicts. 
Can you please help me in knowing what is conflicting in the given payload?

{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "error",
            "code": "conflict",
            "details": {
                "text": "Current state of resource in conflict"
            }
        }
    ]
}

x-request-id →db4287687518782a6555ac745a41592b

Benjamin Eichhorn (Cerner)

unread,
Mar 2, 2020, 9:14:36 AM3/2/20
to Cerner FHIR Developers
Hi,

It appears that the value you gave for the "If-Match" header was incorrect at the time of your request. Please ensure that you use the correct value for the If-Match header which can be retrieved from the versionId field under meta of the resource you wish to update.

Thanks,
Ben (Cerner)
Reply all
Reply to author
Forward
0 new messages