POST api/OMR_FeeStatement/update
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": "5585e71a-8cbc-4e22-b988-9f18e5df1494",
"patient_id": "db30b561-0207-4995-b666-e401db431345",
"exam_id": "940e08c7-1dab-417a-8587-93508ad264ff",
"attachment_id": "cce6c37a-6c6f-413f-ba0f-a915beb1c96e",
"provider_id": "673dc08c-2ab6-4a0e-832b-1d05248c2dc0",
"office_id": "d6e6bb1f-a25e-4c51-953a-bcda624b1d72",
"insurance_id": "76ab4613-26b1-486c-b3ad-7d57b28c1c72",
"dos_dt": "2026-05-06T12:28:44.0701658+00:00",
"status_txt": "sample string 4",
"type_txt": "sample string 5",
"notes_txt": "sample string 6",
"signing_provider_id": "f5963e95-9375-4554-9303-c366055c1628",
"created_dt": "2026-05-06T12:28:44.0701658+00:00",
"created_by": "327e6d0c-a85b-4e5f-bf82-8b525385db70",
"updated_dt": "2026-05-06T12:28:44.0701658+00:00",
"updated_by": "2cc46327-ba92-470b-bbdc-71a3c3190a79",
"isArchived": true,
"responsible_txt": "sample string 12",
"omR_FeeStatementDiagnosis": [
{
"$id": "2",
"fee_statement_diagnosis_id": "a2dc7f86-d329-4a83-a2c6-867747e9000b",
"fee_statement_id": "475df530-9fd7-4a33-a35f-618f0fa30968",
"dx_number_txt": "sample string 3",
"assessment": "sample string 4",
"created_dt": "2026-05-06T12:28:44.0701658+00:00",
"created_by": "d3f745b9-303a-4b7e-9065-de484aac0715",
"updated_dt": "2026-05-06T12:28:44.0701658+00:00",
"updated_by": "7469eaca-3677-45ae-bb33-2e92e70ec8d2",
"omR_FeeStatement": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"omR_FeeStatementItem": [
{
"$id": "3",
"fee_statement_item_id": "d6648f64-9b14-4099-98b6-05c9242ce49b",
"fee_statement_id": "8fee69ea-249e-41aa-935a-3fbc5ddcb237",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-05-06T12:28:44.0701658+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:28:44.0701658+00:00",
"created_by": "8747ebeb-d437-4940-8bd7-82ada679d63c",
"updated_dt": "2026-05-06T12:28:44.0701658+00:00",
"updated_by": "ba72caf5-00f9-4bcb-a7be-8a3fa4979081",
"item_id": "6a6d6149-439b-4ab9-8ddd-79f7b49130bf",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$id": "4",
"fee_statement_payment_id": "70e41c23-d01d-4a89-b21b-724cbd98c8b2",
"fee_statement_item_id": "2a2f1712-c398-4452-b760-38ec84b67070",
"fee_statement_service_id": "9589cbf4-5de7-4cdd-afca-fef06fdb8f70",
"fee_statement_id": "31c351b3-cf46-43b7-89a3-672ca92d3c7e",
"patient_id": "0439a1c2-c8d5-4875-8ad1-736e933ae354",
"payment_dt": "2026-05-06T12:28:44.0701658+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:28:44.0701658+00:00",
"created_by": "3a2621cf-002e-403c-844c-0e66c777ce2c",
"updated_dt": "2026-05-06T12:28:44.0701658+00:00",
"updated_by": "0955e48a-c66f-4698-b2ca-38e79bd13159",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementItem": {
"$ref": "3"
},
"omR_FeeStatementService": {
"$id": "5",
"fee_statement_service_id": "25305551-c932-4c28-a513-6ce6b117e9dc",
"fee_statement_id": "9be6621f-bc5d-49be-9eb5-7792694cff74",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-05-06T12:28:44.0701658+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:28:44.0701658+00:00",
"created_by": "f0c1f447-02de-4a19-b889-958dfb922a88",
"updated_dt": "2026-05-06T12:28:44.0701658+00:00",
"updated_by": "429d3d69-db82-431c-ae2f-01dda5769a47",
"order_val": 1.0,
"item_id": "fb6380f0-3cac-4a48-baea-1c3967c87321",
"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. |