POST api/procedure/update
Request Information
URI Parameters
None.
Body Parameters
ProcedureModelName | 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": "891b3907-ab3b-4f64-9526-d7204192e364", "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": "2025-08-29T03:14:02.1535129+00:00", "created_by": "ff84bb9d-379d-4cfa-bc26-e37a248be057", "updated_dt": "2025-08-29T03:14:02.1535129+00:00", "updated_by": "8ab71931-a8a2-45b8-ba51-c7175435dd99", "name_txt": "sample string 15" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |