Tarification
Create a Tarification
POST
https://demo.icure.cloud/rest/v2/tarification
Type, Tarification and Version are required.
Request Body
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
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
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
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
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
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
body*
ListOfIds
Modify a tarification
PUT
https://demo.icure.cloud/rest/v2/tarification
Modification of (type, tarification, version) is not allowed.
Request Body
body*
Tarification
Last updated
Was this helpful?