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": "d5b94d63-b2f6-46a3-bfb9-2b0d2eb72655",
"patient_id": "960bb3e6-0a47-41e6-b6e2-541202bf60ff",
"exam_id": "74af044c-2c95-46f7-ab7a-7024f3396390",
"attachment_id": "381ff9fb-015e-4a9e-bc31-508ccdc98af1",
"provider_id": "e87736a8-448e-4303-9687-cdd17a17b825",
"office_id": "7c9c012d-9826-472c-ba89-4566dd5b2029",
"insurance_id": "2a5b9034-d991-4eae-9f8e-c5027b4d1e5d",
"dos_dt": "2026-08-04T22:23:42.3982363+00:00",
"status_txt": "sample string 4",
"type_txt": "sample string 5",
"notes_txt": "sample string 6",
"signing_provider_id": "8e53bade-2ca6-4fb3-bc2c-8fe157ebd7ec",
"created_dt": "2026-08-04T22:23:42.3982363+00:00",
"created_by": "54b60377-abc0-4e82-b8bf-a3c4af101a55",
"updated_dt": "2026-08-04T22:23:42.3982363+00:00",
"updated_by": "919ee89e-4065-4921-b2ec-0299e8d5aea5",
"isArchived": true,
"responsible_txt": "sample string 12",
"omR_FeeStatementDiagnosis": [
{
"$id": "2",
"fee_statement_diagnosis_id": "9670d7e3-9170-41fe-9198-c2cefed53cad",
"fee_statement_id": "e22e9706-8192-4bc4-934d-29b52b56600a",
"dx_number_txt": "sample string 3",
"assessment": "sample string 4",
"created_dt": "2026-08-04T22:23:42.3982363+00:00",
"created_by": "b80c064e-b73e-4c34-8864-dbf0d8c54135",
"updated_dt": "2026-08-04T22:23:42.3982363+00:00",
"updated_by": "a0f60b39-d47b-47dc-9208-53d0ed5885d6",
"omR_FeeStatement": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"omR_FeeStatementItem": [
{
"$id": "3",
"fee_statement_item_id": "dc818442-2177-4d32-b399-be3dc336bf67",
"fee_statement_id": "82425d61-beed-4f24-840b-83db5c27cc0d",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-08-04T22:23:42.3982363+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-08-04T22:23:42.3982363+00:00",
"created_by": "df3a4dfd-2c4d-494f-8adc-36b4e7bb2a95",
"updated_dt": "2026-08-04T22:23:42.3982363+00:00",
"updated_by": "12313133-d51b-4bda-9a7f-90a3d7a0b269",
"item_id": "49f7cb38-aa86-484e-b836-edb977428c37",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$id": "4",
"fee_statement_payment_id": "f93bf4d1-6b23-487e-83d0-7650ff46aac9",
"fee_statement_item_id": "3c62d19d-f2ba-4fa6-906c-4e9df0737fa3",
"fee_statement_service_id": "994e7b5c-79c9-43de-a65f-40d0c880783c",
"fee_statement_id": "a626e1ed-34bf-4bbc-a5e1-d399cfc6d7fb",
"patient_id": "c0b4d850-ba99-4425-9d5e-6c7fd4c76c36",
"payment_dt": "2026-08-04T22:23:42.3982363+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-08-04T22:23:42.3982363+00:00",
"created_by": "3168b768-75c3-4e25-8ce0-55a526d9f3d9",
"updated_dt": "2026-08-04T22:23:42.3982363+00:00",
"updated_by": "6460702c-a0dc-4be8-9722-ff9b32f2411d",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementItem": {
"$ref": "3"
},
"omR_FeeStatementService": {
"$id": "5",
"fee_statement_service_id": "ace36930-201e-4b04-9961-fbbc4ec353dc",
"fee_statement_id": "a5b0ed2c-5b1e-4132-91de-d9c83b00c944",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-08-04T22:23:42.3982363+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-08-04T22:23:42.3982363+00:00",
"created_by": "41325e6e-775e-4fe9-b0e2-354073f7ec6f",
"updated_dt": "2026-08-04T22:23:42.3982363+00:00",
"updated_by": "d30ea9f8-e5c1-42ec-93c7-edff75a33bef",
"order_val": 1.0,
"item_id": "8bb2f72c-277a-4abe-a07e-da55df5b7ed2",
"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. |