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": "3f00fb35-6711-429f-8de6-94640b9d1c13",
"patient_id": "cd239fc9-66a7-4c69-b8ca-9fc455e704c2",
"exam_id": "599fbecd-f797-4f8f-a9fc-0b93a8d7424e",
"attachment_id": "31592471-2014-4442-96e3-0e434d0f31e8",
"provider_id": "2ce0e376-151c-44a2-a404-72221c5d6ce9",
"office_id": "105a51e6-207e-44d7-9b0c-3360f9c04c3d",
"insurance_id": "473395c8-a2d8-4e5a-b8bd-7abe0eb52d32",
"dos_dt": "2026-03-21T21:24:52.3200049+00:00",
"status_txt": "sample string 4",
"type_txt": "sample string 5",
"notes_txt": "sample string 6",
"signing_provider_id": "4aed195b-37aa-453e-ae10-c3dfa6832710",
"created_dt": "2026-03-21T21:24:52.3200049+00:00",
"created_by": "51086f78-0e81-4cbf-b424-010f4a0f3fc6",
"updated_dt": "2026-03-21T21:24:52.3200049+00:00",
"updated_by": "e5a98d3e-a7ff-4cd7-b105-e68fb6c5ed25",
"isArchived": true,
"responsible_txt": "sample string 12",
"omR_FeeStatementDiagnosis": [
{
"$id": "2",
"fee_statement_diagnosis_id": "cf64445b-be31-41ae-bb5d-88577c1ff980",
"fee_statement_id": "8cdba40c-c843-4b01-8197-52d28507f092",
"dx_number_txt": "sample string 3",
"assessment": "sample string 4",
"created_dt": "2026-03-21T21:24:52.3200049+00:00",
"created_by": "9d2131b7-4667-4976-aded-6e6f30e640ef",
"updated_dt": "2026-03-21T21:24:52.3200049+00:00",
"updated_by": "914a8392-71f8-4b07-b497-5ebc608e5cb4",
"omR_FeeStatement": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"omR_FeeStatementItem": [
{
"$id": "3",
"fee_statement_item_id": "f019e86b-304a-4b31-807e-d5dc50552415",
"fee_statement_id": "c5dfcde6-454c-4d38-8548-43f4f7a8ba41",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-03-21T21:24:52.3200049+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:24:52.3200049+00:00",
"created_by": "ecc28a1a-5539-4360-aa33-193abe952eb9",
"updated_dt": "2026-03-21T21:24:52.3200049+00:00",
"updated_by": "5f791f5c-283d-43fd-87a9-008e517069c8",
"item_id": "ea174992-5299-4e12-9c04-d62b5079af2c",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementPayment": [
{
"$id": "4",
"fee_statement_payment_id": "2f6934ce-689d-4907-8df3-ca92a176fa3e",
"fee_statement_item_id": "a5c5acfd-4aeb-4b46-b64c-11485ce0fbd7",
"fee_statement_service_id": "49834337-52ae-40cd-b13f-257e1106f4d5",
"fee_statement_id": "2602fc05-001b-4e32-8c7f-cd6e5bbad09f",
"patient_id": "80b61438-d612-4d39-873b-ef2b00a205cc",
"payment_dt": "2026-03-21T21:24:52.3200049+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:24:52.3200049+00:00",
"created_by": "b1c0263c-3fbb-4e94-9deb-23727610f3f0",
"updated_dt": "2026-03-21T21:24:52.3200049+00:00",
"updated_by": "deee72c0-4454-4572-bad4-03b41126dae1",
"order_val": 1.0,
"omR_FeeStatement": {
"$ref": "1"
},
"omR_FeeStatementItem": {
"$ref": "3"
},
"omR_FeeStatementService": {
"$id": "5",
"fee_statement_service_id": "263b4676-24fc-4c09-8a63-2c46b0037ec4",
"fee_statement_id": "105a3d7a-b037-47d9-91d8-7a027689b9dd",
"dx_number_txt": "sample string 3",
"dos_dt": "2026-03-21T21:24:52.3200049+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:24:52.3200049+00:00",
"created_by": "d06d0a70-511e-40a6-8791-7b21627b2f6c",
"updated_dt": "2026-03-21T21:24:52.3200049+00:00",
"updated_by": "78ece66d-e3bf-4c3e-89f7-5a26213ae746",
"order_val": 1.0,
"item_id": "d9f7a838-63af-45c6-b039-617ce53cbfea",
"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. |