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": "1228f610-aa6a-42ff-b0ae-311890554bf5",
"patient_id": "2ed16125-4b3a-4689-9262-4194b14ce668",
"exam_id": "7ae61df1-86ea-45a5-b5b7-daac6ff8a667",
"attachment_id": "f210a703-9484-4020-93f9-bdc919680171",
"provider_id": "6766a2f5-66c0-4c87-9a7d-696c57c5677f",
"office_id": "5922d1b1-fc4e-4458-9439-d3a965cf1a3c",
"insurance_id": "e351e464-5416-49a1-8fb1-2dc7df633f3a",
"dos_dt": "2026-03-21T21:23:34.6817757+00:00",
"status_txt": "sample string 4",
"type_txt": "sample string 5",
"notes_txt": "sample string 6",
"signing_provider_id": "9c9ad1f6-f0f2-4a5b-99b9-42275a75bdd9",
"created_dt": "2026-03-21T21:23:34.6817757+00:00",
"created_by": "7b094d2a-841a-4b40-8ff3-f948d3850aae",
"updated_dt": "2026-03-21T21:23:34.6817757+00:00",
"updated_by": "f76577be-90b1-4c07-9c4a-dd081d796ea8",
"isArchived": true,
"responsible_txt": "sample string 12",
"omR_FeeStatementDiagnosis": [
{
"$id": "2",
"fee_statement_diagnosis_id": "c22d7f56-9cb6-43e1-87f4-7bf9a8299344",
"fee_statement_id": "870248e4-f3aa-4f23-bd1f-1ab685a528dc",
"dx_number_txt": "sample string 3",
"assessment": "sample string 4",
"created_dt": "2026-03-21T21:23:34.6817757+00:00",
"created_by": "f58bd0b3-6414-4a65-9813-6c650f078f0e",
"updated_dt": "2026-03-21T21:23:34.6817757+00:00",
"updated_by": "bd81bac4-2406-468d-bb88-a9aa5a1e9be5",
"omR_FeeStatement": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"omR_FeeStatementItem": [
{
"$id": "3",
"fee_statement_item_id": "b7551d44-d735-4dee-9c26-911381675433",
"fee_statement_id": "c8f53b8f-f651-4757-a165-1e53c9ba8b3f",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-03-21T21:23:34.6817757+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-03-21T21:23:34.6817757+00:00",
"created_by": "0918ae53-7723-49b6-9d35-b5a19a636534",
"updated_dt": "2026-03-21T21:23:34.6817757+00:00",
"updated_by": "838f122f-d674-4872-b855-df9a93202b6e",
"item_id": "55299c60-3a5f-4452-ace1-e18beed41b3a",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$id": "4",
"fee_statement_payment_id": "a5d5a331-ecc4-4eb4-a8f9-7a34cb478c5f",
"fee_statement_item_id": "8b3d1899-db93-4d99-9610-fdf39a387ebe",
"fee_statement_service_id": "7ba08da6-f859-4974-be5d-bead47ee27be",
"fee_statement_id": "f27a427f-565a-4f21-9963-f56e939155cc",
"patient_id": "b9ca3fee-47fd-46f6-86c8-e522dc12e75a",
"payment_dt": "2026-03-21T21:23:34.6817757+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-03-21T21:23:34.6817757+00:00",
"created_by": "947d32ef-f7ed-496f-a42c-383cf0cb5399",
"updated_dt": "2026-03-21T21:23:34.6817757+00:00",
"updated_by": "41c77ada-7e57-4dd6-acbd-4fb4d2f8a557",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementItem": {
"$ref": "3"
},
"omR_FeeStatementService": {
"$id": "5",
"fee_statement_service_id": "54ff451a-74ff-4168-9120-9b8aa696146c",
"fee_statement_id": "89a95bcd-801f-40fa-b5b5-b655c6ecb287",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-03-21T21:23:34.6817757+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-03-21T21:23:34.6817757+00:00",
"created_by": "86667fee-c948-4537-ba31-eabf92e25383",
"updated_dt": "2026-03-21T21:23:34.6817757+00:00",
"updated_by": "b4f70838-3192-4cb3-a6f4-63deae3d13d3",
"order_val": 1.0,
"item_id": "240fbc50-9507-4cb8-9627-00a0097a4789",
"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. |