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": "ec2c8f33-4980-47b8-ac09-5b7d636a4b86",
"patient_id": "859d7a78-1153-46b0-b718-039176789485",
"exam_id": "e0d9f9f2-ea91-4456-8330-ec2f94c28409",
"attachment_id": "b625f252-6206-482f-8313-11562918a0d7",
"provider_id": "3ed15500-7aae-4419-ac85-8f6017769019",
"office_id": "de028212-483e-481e-8365-707f998a517d",
"insurance_id": "3d277405-49a8-456a-ae77-53f46bcb8867",
"dos_dt": "2026-08-04T22:23:02.6661915+00:00",
"status_txt": "sample string 4",
"type_txt": "sample string 5",
"notes_txt": "sample string 6",
"signing_provider_id": "3dfb65e6-3445-4b21-8c2b-4f94f42ad7a8",
"created_dt": "2026-08-04T22:23:02.6661915+00:00",
"created_by": "a84897a0-9452-4855-acdf-1110d520dc73",
"updated_dt": "2026-08-04T22:23:02.6661915+00:00",
"updated_by": "4454d39b-12b6-46f2-a9fd-1d7d1c14d9da",
"isArchived": true,
"responsible_txt": "sample string 12",
"omR_FeeStatementDiagnosis": [
{
"$id": "2",
"fee_statement_diagnosis_id": "3a601277-b241-41aa-92c3-6f190aa96828",
"fee_statement_id": "3811022b-9024-4849-bfe5-5b77780af1b8",
"dx_number_txt": "sample string 3",
"assessment": "sample string 4",
"created_dt": "2026-08-04T22:23:02.6661915+00:00",
"created_by": "639a83c4-ef2a-4894-a1a2-787de69753ef",
"updated_dt": "2026-08-04T22:23:02.6661915+00:00",
"updated_by": "ea914cc4-aabe-4cff-8e81-3005922c5d38",
"omR_FeeStatement": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"omR_FeeStatementItem": [
{
"$id": "3",
"fee_statement_item_id": "9f822273-52f8-4515-9eb5-5038fb56f687",
"fee_statement_id": "5bc612ec-eedb-4efb-9b84-53cc29906dd5",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-08-04T22:23:02.6661915+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:02.6661915+00:00",
"created_by": "d03ef312-f92d-46bc-9a23-1000cec6d418",
"updated_dt": "2026-08-04T22:23:02.6661915+00:00",
"updated_by": "d92521d4-922d-4ab4-8dad-d4f9a50c72fb",
"item_id": "f4f2f488-9e40-41ad-9707-c6bf00fa576e",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$id": "4",
"fee_statement_payment_id": "0c481a82-9461-464a-9ad0-065ee804b720",
"fee_statement_item_id": "8a217c14-a6ea-4aa1-9def-46ae440ee827",
"fee_statement_service_id": "708be5a5-740b-44dd-8d46-1b77fd2229cf",
"fee_statement_id": "727913b7-5f5d-46bc-b3a1-2d200894daed",
"patient_id": "8e866778-48b9-4c2a-85df-bef7343f4c7d",
"payment_dt": "2026-08-04T22:23:02.6661915+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:02.6661915+00:00",
"created_by": "9c48d39c-bea4-4821-8d90-4e5abe2bbff4",
"updated_dt": "2026-08-04T22:23:02.6661915+00:00",
"updated_by": "2c5af8ed-a14c-4813-a3ed-c995c58e7cb5",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementItem": {
"$ref": "3"
},
"omR_FeeStatementService": {
"$id": "5",
"fee_statement_service_id": "8801efd8-6782-44ef-bb4a-8fc572277080",
"fee_statement_id": "d7eb2ffe-f70b-43b1-b5a1-fb7a98d37876",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-08-04T22:23:02.6661915+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:02.6661915+00:00",
"created_by": "211f1d11-076f-441b-b9e5-85c81a4797f5",
"updated_dt": "2026-08-04T22:23:02.6661915+00:00",
"updated_by": "6174d988-fa93-4164-b666-b533d1f1982f",
"order_val": 1.0,
"item_id": "a544c10e-491d-4176-829a-92efef291a8d",
"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. |