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": "1a1fcd49-510b-4378-9d1a-c7147ccd0cb6",
"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-08-04T22:22:06.8060841+00:00",
"created_by": "e75d7506-5fa6-4bac-94bc-40f114c12611",
"updated_dt": "2026-08-04T22:22:06.8060841+00:00",
"updated_by": "0b190f58-3240-4bc1-9fd1-52397cf11306",
"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. |