Tarification

Create a Tarification

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

Type, Tarification and Version are required.

Request Body

Name
Type
Description

body*

Tarification

Finding tarifications by tarification, type and version with pagination.

GET https://demo.icure.cloud/rest/v2/tarification

Returns a list of tarifications matched with given input.

Query Parameters

Name
Type
Description

region

String

type

String

tarification

String

version

String

startDocumentId

String

A tarification document ID

limit

Integer

Number of rows

Finding tarifications by tarification, type and version

GET https://demo.icure.cloud/rest/v2/tarification/byRegionTypeTarification

Returns a list of tarifications matched with given input.

Query Parameters

Name
Type
Description

region

String

Tarification region

type

String

Tarification type

tarification

String

Tarification tarification

version

String

Tarification version

Finding tarifications by tarification, type and version with pagination.

GET https://demo.icure.cloud/rest/v2/tarification/byLabel

Returns a list of tarifications matched with given input.

Query Parameters

Name
Type
Description

region

String

types

String

language

String

label

String

startDocumentId

String

A tarification document ID

limit

Integer

Number of rows

Get a tarification

GET https://demo.icure.cloud/rest/v2/tarification/{tarificationId}

Get a tarification based on ID or (tarification,type,version) as query strings. (tarification,type,version) is unique.

Path Parameters

Name
Type
Description

tarificationId*

String

Tarification id

Get a tarification

GET https://demo.icure.cloud/rest/v2/tarification/{type}/{tarification}/{version}

Get a tarification based on ID or (tarification,type,version) as query strings. (tarification,type,version) is unique.

Path Parameters

Name
Type
Description

type*

String

Tarification type

tarification*

String

Tarification tarification

version*

String

Tarification version

Get a list of tarifications by ids

POST https://demo.icure.cloud/rest/v2/tarification/byIds

Keys must be delimited by coma

Request Body

Name
Type
Description

body*

ListOfIds

Modify a tarification

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

Modification of (type, tarification, version) is not allowed.

Request Body

Name
Type
Description

body*

Tarification

Last updated

Was this helpful?