POST api/procedure/add
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": "2293fbb4-ea40-4bde-80a8-e514d07bb4d2", "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-24T03:11:15.2869533+00:00", "created_by": "17763c66-c250-4543-907a-779a6ed6ee80", "updated_dt": "2025-08-24T03:11:15.2869533+00:00", "updated_by": "17d9694f-1903-4ec0-ac3d-3fef748c98ea", "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. |