POST api/charge/add
Request Information
URI Parameters
None.
Body Parameters
ChargeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| charge_id | globally unique identifier |
None. |
|
| description_txt | string |
None. |
|
| default_place_of_service_txt | string |
None. |
|
| lab_procedure_ind | boolean |
None. |
|
| taxable_ind | boolean |
None. |
|
| charge_amt | decimal number |
None. |
|
| active_ind | boolean |
None. |
|
| code_txt | string |
None. |
|
| global_period_day_cnt | integer |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| name_txt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"charge_id": "cef30af0-1988-4a9d-b22a-24db6df2cc61",
"description_txt": "sample string 2",
"default_place_of_service_txt": "sample string 3",
"lab_procedure_ind": true,
"taxable_ind": true,
"charge_amt": 1.1,
"active_ind": true,
"code_txt": "sample string 7",
"global_period_day_cnt": 8,
"created_dt": "2026-02-04T02:50:47.2742415+00:00",
"created_by": "0b068031-985e-4664-a112-d061a97c7898",
"updated_dt": "2026-02-04T02:50:47.2742415+00:00",
"updated_by": "b2da3a37-c506-44fa-9052-8b204cb66c66",
"name_txt": "sample string 13"
}
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. |