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": "f51ab586-8b08-479d-9ef2-67b7e3b3ac97",
"patient_id": "d1ad5f2e-6407-4855-a733-682f208e6bbe",
"exam_id": "7e0b4a1f-fef8-46d0-807d-f56aaaf6620f",
"attachment_id": "f3d53919-dba7-4688-92e7-cfce3ae7cd71",
"provider_id": "27d44d9d-7357-4376-97a7-8b1ef7286c45",
"office_id": "e9c49d6a-084c-4d7e-acf6-f133b435ab31",
"insurance_id": "539b5676-6520-426d-9bcd-19eaad4b9ac0",
"dos_dt": "2026-02-04T02:51:07.8626717+00:00",
"status_txt": "sample string 4",
"type_txt": "sample string 5",
"notes_txt": "sample string 6",
"signing_provider_id": "b12e7322-14fb-4c33-af8d-4488553cf18e",
"created_dt": "2026-02-04T02:51:07.8626717+00:00",
"created_by": "d3147e40-8de3-4116-ab65-c74763862aba",
"updated_dt": "2026-02-04T02:51:07.8626717+00:00",
"updated_by": "41b68b50-5fbf-4559-9437-976e89a92c9f",
"isArchived": true,
"responsible_txt": "sample string 12",
"omR_FeeStatementDiagnosis": [
{
"$id": "2",
"fee_statement_diagnosis_id": "23a0c85f-552e-4899-a5b2-b633f6b7ee73",
"fee_statement_id": "b08c3668-cd21-4a0b-9816-3ec615fa9ea1",
"dx_number_txt": "sample string 3",
"assessment": "sample string 4",
"created_dt": "2026-02-04T02:51:07.8626717+00:00",
"created_by": "6359da8d-527d-4cc2-9461-30ef22bac41e",
"updated_dt": "2026-02-04T02:51:07.8626717+00:00",
"updated_by": "758300c0-8b1e-4324-a052-a0d38c236523",
"omR_FeeStatement": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"omR_FeeStatementItem": [
{
"$id": "3",
"fee_statement_item_id": "3aa73633-9b0e-445b-9afd-b63bc5600c24",
"fee_statement_id": "c35eb7eb-5fd5-4a1d-8248-cee3cad1fc5b",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-02-04T02:51:07.8626717+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-02-04T02:51:07.8626717+00:00",
"created_by": "debbf7a3-0c99-4d25-a8cc-6e8bc3efdbf1",
"updated_dt": "2026-02-04T02:51:07.8626717+00:00",
"updated_by": "da1de209-55f5-4194-a282-eca3fd52a175",
"item_id": "c3fa14b3-fe88-4ae1-bdd3-5173f3f39f47",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$id": "4",
"fee_statement_payment_id": "2ce3d55b-fb6b-4c93-8aff-cf3e043a6f65",
"fee_statement_item_id": "8f4af6a2-87ac-49e7-a0ce-82df34e01e61",
"fee_statement_service_id": "3ee5ef09-24e6-4fd1-b185-8f9c5c10b780",
"fee_statement_id": "294f38ae-7f1b-4968-a52c-e3d6dca9127c",
"patient_id": "eda9d2d6-2832-4eaf-a8e5-7118a45a427b",
"payment_dt": "2026-02-04T02:51:07.8626717+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-02-04T02:51:07.8626717+00:00",
"created_by": "4ff9a422-25d5-4738-b63e-3b6f89fada28",
"updated_dt": "2026-02-04T02:51:07.8626717+00:00",
"updated_by": "a1d96682-bb7c-46a3-ae28-e96b08ce676d",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementItem": {
"$ref": "3"
},
"omR_FeeStatementService": {
"$id": "5",
"fee_statement_service_id": "9a02ec84-fd53-48c2-bad9-d1ad7e506174",
"fee_statement_id": "09847fbf-091d-42f7-b215-a16179a57c34",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-02-04T02:51:07.8626717+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-02-04T02:51:07.8626717+00:00",
"created_by": "dcce5099-f338-4601-8971-eb2266de4a3f",
"updated_dt": "2026-02-04T02:51:07.8626717+00:00",
"updated_by": "deabeb73-6fbf-4f94-8f00-e27972d913cf",
"order_val": 1.0,
"item_id": "b92a25f1-3845-49a4-a9c3-0cb6ab5d40a3",
"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. |