Receipt

Creates a receipt

POST https://demo.icure.cloud/rest/v2/receipt

Request Body

NameTypeDescription

body*

Receipt

Deletes receipts

POST https://demo.icure.cloud/rest/v2/receipt/delete/batch

Request Body

NameTypeDescription

body*

ListOfIds

Gets a receipt

GET https://demo.icure.cloud/rest/v2/receipt/{receiptId}

Path Parameters

NameTypeDescription

receiptId*

String

Get an attachment

GET https://demo.icure.cloud/rest/v2/receipt/{receiptId}/attachment/{attachmentId}

Path Parameters

NameTypeDescription

receiptId*

String

attachmentId*

String

Query Parameters

NameTypeDescription

enckeys*

String

Gets a receipt

GET https://demo.icure.cloud/rest/v2/receipt/byRef/{ref}

Path Parameters

NameTypeDescription

ref*

String

Updates a receipt

PUT https://demo.icure.cloud/rest/v2/receipt

Request Body

NameTypeDescription

body*

Receipt

Creates a receipt's attachment

PUT https://demo.icure.cloud/rest/v2/receipt/{receiptId}/attachment/{blobType}

Path Parameters

NameTypeDescription

receiptId*

String

blobType*

String

Query Parameters

NameTypeDescription

enckeys

String

Request Body

NameTypeDescription

body*

Object

Last updated