A026 - Update Conversation with Attachment throws 400 Error

We are successfully calling the A026 when updating an A&G conversation without an attachment.

However, when try to attach a file to the update, this is throwing a 400 error. We have successfully called the “A020 - Upload document to document store” and referring to the URL in the guidanceAttachmentFile resource.

We are stuck!

The X-CorrelationId = 12843F78-6A00-4D4A-B8F5-C2679F4C0D46

Some guidance is required.

Thanks in advance.

Jim

Hi Jim,

Looking at the logs the error is:

Text ‘2024-12-10T15:12:10000000+00:00’ could not be parsed, unparsed text found at index 13

I would guess this may be the value you are providing for the DocumentReference.indexed field? This should be in FHIR instant format.

It looks like you may be missing the seconds component?

Could you confirm if we returned an OperationOutcome with the error and if so paste what you got back here. If the message returned wasn’t informative it would be good to raise something on our side to improve this.

Thanks,

Adam.

Thanks Adam, I’ll take a look.

There was no operationalOutcome with the 400 response.