PaymentReconciliation REST Endpoints
PaymentReconciliation
- Create PaymentReconciliation Resource
- Method: postPath:
/oracle-fhir-server/fhir/PaymentReconciliation
- Delete PaymentReconciliation Resource
- Method: deletePath:
/oracle-fhir-server/fhir/PaymentReconciliation/{id}
- GET Change History of PaymentReconciliation Resource
- Method: getPath:
/oracle-fhir-server/fhir/PaymentReconciliation/_history
- GET Change History of PaymentReconciliation Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/PaymentReconciliation/{id}/_history
- GET PaymentReconciliation Resource Bundle
- Method: getPath:
/oracle-fhir-server/fhir/PaymentReconciliation
- GET PaymentReconciliation Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/PaymentReconciliation/{id}
- GET PaymentReconciliation Resource by version ID
- Method: getPath:
/oracle-fhir-server/fhir/PaymentReconciliation/{id}/_history/{vid}
- Update PaymentReconciliation Resource
- Method: putPath:
/oracle-fhir-server/fhir/PaymentReconciliation/{id}