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": "baeb86e0-8e5d-4680-852a-1dc572a53c81",
"patient_id": "807181e8-76c0-4884-a1cb-fc5acf858e31",
"exam_id": "120efd10-3511-40b2-ad98-c1f6fb578555",
"attachment_id": "0420f43e-4be3-47ce-9b76-c24f0938ca8f",
"provider_id": "f6f9211f-e76c-4d38-9360-a1cfe57064cf",
"office_id": "a2da09e8-0531-4c5a-8332-85e4a154ef7b",
"insurance_id": "ba92c3f4-be1e-4261-8f46-bf2257f4e522",
"dos_dt": "2026-05-06T12:29:04.4445879+00:00",
"status_txt": "sample string 4",
"type_txt": "sample string 5",
"notes_txt": "sample string 6",
"signing_provider_id": "ca5da3d8-3e44-426e-af8c-8e18f4f2584f",
"created_dt": "2026-05-06T12:29:04.4445879+00:00",
"created_by": "957dcb0c-4674-4b5c-99e9-13c1d304b6e9",
"updated_dt": "2026-05-06T12:29:04.4445879+00:00",
"updated_by": "639d128e-1eb6-4dd3-92ee-68487f751f1c",
"isArchived": true,
"responsible_txt": "sample string 12",
"omR_FeeStatementDiagnosis": [
{
"$id": "2",
"fee_statement_diagnosis_id": "4e7cf574-d3a5-4de2-92d4-af1bc219e6cf",
"fee_statement_id": "a13204f5-b212-4078-97d4-9876abd5adba",
"dx_number_txt": "sample string 3",
"assessment": "sample string 4",
"created_dt": "2026-05-06T12:29:04.4445879+00:00",
"created_by": "63b70cee-bd4f-4573-b7eb-a2c1451afed9",
"updated_dt": "2026-05-06T12:29:04.4445879+00:00",
"updated_by": "b470c727-db4d-4118-8259-6fc2f0412f51",
"omR_FeeStatement": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"omR_FeeStatementItem": [
{
"$id": "3",
"fee_statement_item_id": "99a97a6e-908b-488d-bb31-e736899b114a",
"fee_statement_id": "d1d77090-dc17-4ed7-af17-6e91d40b69d0",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-05-06T12:29:04.4445879+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-05-06T12:29:04.4445879+00:00",
"created_by": "2b2fb899-d67e-4725-810b-b474d57ccf4a",
"updated_dt": "2026-05-06T12:29:04.4445879+00:00",
"updated_by": "09c509a1-a17b-425d-9e42-6014392b0d75",
"item_id": "16629066-33bb-4815-a282-91d4295ac22f",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$id": "4",
"fee_statement_payment_id": "768e781f-41c1-4d69-a7cf-1e6ddd681e62",
"fee_statement_item_id": "ba85a034-3c1f-445f-a562-7a664e476ba9",
"fee_statement_service_id": "0ddf2a6b-515c-46d7-9b32-dc000af70c9f",
"fee_statement_id": "19c265e7-817a-4a87-b193-37bd387431d1",
"patient_id": "88617eaa-c874-41d5-8d2b-6257656acb4b",
"payment_dt": "2026-05-06T12:29:04.4445879+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-05-06T12:29:04.4445879+00:00",
"created_by": "695cb90b-96c8-4d7f-b532-1916475dcb28",
"updated_dt": "2026-05-06T12:29:04.4445879+00:00",
"updated_by": "815d1dfa-5bd8-4d99-8a27-65ca55b130bb",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementItem": {
"$ref": "3"
},
"omR_FeeStatementService": {
"$id": "5",
"fee_statement_service_id": "962af385-cb07-4a3c-be71-758decb63e2e",
"fee_statement_id": "5fe80be4-87cb-42a7-b611-16a3fab98364",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-05-06T12:29:04.4445879+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-05-06T12:29:04.4445879+00:00",
"created_by": "8d935fcc-3439-43d3-9aa2-fc6fc47900e4",
"updated_dt": "2026-05-06T12:29:04.4445879+00:00",
"updated_by": "d9855241-f8b6-4956-a866-54d86eea7bb3",
"order_val": 1.0,
"item_id": "a78ee27e-d195-4eea-ab7e-d5650f9b1ee8",
"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. |