POST api/OMR_FeeStatement/add
Request Information
URI Parameters
None.
Body Parameters
OMR_FeeStatementModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fee_statement_id | globally unique identifier |
None. |
|
| patient_id | globally unique identifier |
None. |
|
| exam_id | globally unique identifier |
None. |
|
| attachment_id | globally unique identifier |
None. |
|
| provider_id | globally unique identifier |
None. |
|
| office_id | globally unique identifier |
None. |
|
| insurance_id | globally unique identifier |
None. |
|
| dos_dt | date |
None. |
|
| status_txt | string |
None. |
|
| type_txt | string |
None. |
|
| notes_txt | string |
None. |
|
| signing_provider_id | globally unique identifier |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| IsArchived | boolean |
None. |
|
| responsible_txt | string |
None. |
|
| OMR_FeeStatementDiagnosis | Collection of OMR_FeeStatementDiagnosisModel |
None. |
|
| OMR_FeeStatementItem | Collection of OMR_FeeStatementItemModel |
None. |
|
| OMR_FeeStatementPayment | Collection of OMR_FeeStatementPaymentModel |
None. |
|
| OMR_FeeStatementService | Collection of OMR_FeeStatementServiceModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"fee_statement_id": "d2d8ef4c-8357-4f9b-b127-4900bb941270",
"patient_id": "df325fb4-53a0-4f26-a215-c4f7e256c75b",
"exam_id": "99ccd702-71b8-458f-849e-252b42d051b2",
"attachment_id": "f67d339c-4471-4d75-a082-36c650073c35",
"provider_id": "96a8a554-4cec-4c47-9fba-6fcc981656b9",
"office_id": "b3ab1722-045f-4ed3-89a9-10506b0967c8",
"insurance_id": "f61bf315-0f12-49fc-9a93-a72fec642ff3",
"dos_dt": "2026-06-20T20:36:46.9497423+00:00",
"status_txt": "sample string 4",
"type_txt": "sample string 5",
"notes_txt": "sample string 6",
"signing_provider_id": "ac3a9da7-ae06-4f7e-bc5a-3c67fc18d96c",
"created_dt": "2026-06-20T20:36:46.9497423+00:00",
"created_by": "8910f333-4828-499a-9b6d-57529690124a",
"updated_dt": "2026-06-20T20:36:46.9497423+00:00",
"updated_by": "37d8bc5c-fb22-45a4-8246-62efc5e0ed93",
"isArchived": true,
"responsible_txt": "sample string 12",
"omR_FeeStatementDiagnosis": [
{
"$id": "2",
"fee_statement_diagnosis_id": "f22e7e79-0cba-435d-9771-102873faadd6",
"fee_statement_id": "df669867-d1cc-4641-8487-1bb26a7c1c24",
"dx_number_txt": "sample string 3",
"assessment": "sample string 4",
"created_dt": "2026-06-20T20:36:46.9497423+00:00",
"created_by": "604d891e-4be5-4ae3-af12-4b2fa7a400f3",
"updated_dt": "2026-06-20T20:36:46.9497423+00:00",
"updated_by": "a6056c47-dac1-432b-aad8-e6c80492627f",
"omR_FeeStatement": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"omR_FeeStatementItem": [
{
"$id": "3",
"fee_statement_item_id": "b3424f8b-6f9e-4dc6-b66a-57258725a4ab",
"fee_statement_id": "2e18f676-ac39-42ec-9e3f-812c8fb89f01",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-06-20T20:36:46.9497423+00:00",
"code_txt": "sample string 5",
"product_name_txt": "sample string 6",
"description_txt": "sample string 7",
"unit_amt": 8.0,
"unit_cnt": 9.0,
"tax_rate_amt": 10.0,
"tax_amt": 11.0,
"discount_per_amt": 1.0,
"discount_amt": 12.0,
"fee_amt": 13.0,
"pat_total": 14.0,
"ins_total": 15.0,
"status_txt": "sample string 16",
"created_dt": "2026-06-20T20:36:46.9497423+00:00",
"created_by": "ef167b96-165e-456b-95f8-9777dda45a6b",
"updated_dt": "2026-06-20T20:36:46.9497423+00:00",
"updated_by": "1a438a69-a010-4a85-a8c1-83dab87f5248",
"item_id": "0a24f0f1-2969-4a6e-8ec9-67d56893473a",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$id": "4",
"fee_statement_payment_id": "c522966d-b6be-42b1-9aac-0ca8e2d64821",
"fee_statement_item_id": "8b555fb4-7580-4315-9995-d599f7a12d69",
"fee_statement_service_id": "57e55e34-b0cd-4f9c-99ef-6eb721d78c42",
"fee_statement_id": "242880ae-13af-4a3e-ba19-bcf042d1e6b9",
"patient_id": "5494043c-1f23-486c-b871-bc66edc741b5",
"payment_dt": "2026-06-20T20:36:46.9497423+00:00",
"payment_type_txt": "sample string 4",
"payment_method_txt": "sample string 5",
"description_txt": "sample string 6",
"payment_amt": 7.0,
"created_dt": "2026-06-20T20:36:46.9497423+00:00",
"created_by": "d2416d35-8869-4bd1-b1d1-fdb042a1605f",
"updated_dt": "2026-06-20T20:36:46.9497423+00:00",
"updated_by": "ab79b54b-d78a-4e4f-ae60-8d259a946ae0",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementItem": {
"$ref": "3"
},
"omR_FeeStatementService": {
"$id": "5",
"fee_statement_service_id": "c9178245-8f15-4ad0-b4e3-791725c4929e",
"fee_statement_id": "22365e47-0f78-400f-a319-3f218de47c76",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-06-20T20:36:46.9497423+00:00",
"code_txt": "sample string 5",
"service_name_txt": "sample string 6",
"description_txt": "sample string 7",
"unit_amt": 8.0,
"unit_cnt": 9.0,
"tax_rate_amt": 10.0,
"tax_amt": 11.0,
"discount_per_amt": 1.0,
"discount_amt": 12.0,
"fee_amt": 13.0,
"pat_total": 14.0,
"ins_total": 15.0,
"status_txt": "sample string 16",
"created_dt": "2026-06-20T20:36:46.9497423+00:00",
"created_by": "53bff4c1-5500-4163-acf3-9b35701c3cea",
"updated_dt": "2026-06-20T20:36:46.9497423+00:00",
"updated_by": "034bab3d-dd5e-48e2-b69e-3d9214efcd27",
"order_val": 1.0,
"item_id": "cd0bdd04-04e8-4ec0-aef4-573310899d6c",
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$ref": "4"
},
{
"$ref": "4"
}
]
}
},
{
"$ref": "4"
}
]
},
{
"$ref": "3"
}
],
"omR_FeeStatementPayment": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"omR_FeeStatementService": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |