Stream: hapi
Topic: Json binary conditional patch
Ramesh jarabana (Jul 22 2020 at 14:11):
Hi Team,
I am trying to impliment Binary patch with bundle transaction and able to succeed, but unfortunately i am facing issue with conditional patch with binary , can someone help to find a solution for this .
{
"resourceType": "Bundle",
"type": "transaction",
"entry": [
{
"resource": {
"resourceType": "Binary",
"id": "e4f3a22b-eafa-4262-9495-a268ccae1a30",
"contentType": "application/json-patch+json",
"data": "W3sib3AiOiJyZXBsYWNlIiwicGF0aCI6Ii9jb2RlL2NvZGluZy8wL2Rpc3BsYXkiLCJ2YWx1ZSI6IkFzc29jaWF0ZSdzIG9yIHRlY2huaWNhbCBEYXRhIHByb2NlZHVyZSAifV0="
},
"request": {
"method": "PATCH",
"url": "Procedure/e4f3a22b-eafa-4262-9495-a268ccae1a30",
"setIfMatch": "1"
}
}
]
}
Last updated: Apr 12 2022 at 19:14 UTC