POST api/procedure/update
Request Information
URI Parameters
None.
Body Parameters
ProcedureModel| Name | Description | Type | Additional information |
|---|---|---|---|
| procedure_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. |
|
| patient_charge_amt | decimal number |
None. |
|
| active_ind | boolean |
None. |
|
| code_txt | string |
None. |
|
| global_period_day_cnt | integer |
None. |
|
| version_txt | string |
None. |
|
| practice_specific_ind | boolean |
None. |
|
| commission_pct | decimal number |
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:
{
"procedure_id": "812088ff-032c-4188-a09b-bcb2a3055062",
"description_txt": "sample string 2",
"default_place_of_service_txt": "sample string 3",
"lab_procedure_ind": true,
"taxable_ind": true,
"charge_amt": 1.1,
"patient_charge_amt": 1.1,
"active_ind": true,
"code_txt": "sample string 7",
"global_period_day_cnt": 8,
"version_txt": "sample string 9",
"practice_specific_ind": true,
"commission_pct": 1.1,
"created_dt": "2026-06-20T20:33:17.7309407+00:00",
"created_by": "fc58661f-1fa0-4cda-a971-daa7150ec312",
"updated_dt": "2026-06-20T20:33:17.7309407+00:00",
"updated_by": "a08bdcf8-702f-4a9b-b6b8-ad6820eecb67",
"name_txt": "sample string 15"
}
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. |