POST api/insurance/add
Request Information
URI Parameters
None.
Body Parameters
InsuranceModelName | Description | Type | Additional information |
---|---|---|---|
insurance_id | globally unique identifier |
None. |
|
display_txt | string |
None. |
|
address1_txt | string |
None. |
|
address2_txt | string |
None. |
|
city_txt | string |
None. |
|
state_txt | string |
None. |
|
zip_txt | string |
None. |
|
type_val | integer |
None. |
|
payer_name_txt | string |
None. |
|
claim_type_txt | string |
None. |
|
modify_charge_pct | decimal number |
None. |
|
active_ind | boolean |
None. |
|
created_dt | date |
None. |
|
created_by | globally unique identifier |
None. |
|
updated_dt | date |
None. |
|
updated_by | globally unique identifier |
None. |
|
phone_txt | string |
None. |
|
fax_txt | string |
None. |
|
payer_id_txt | string |
None. |
|
rep_phone_txt | string |
None. |
|
password_txt | string |
None. |
|
rep_name_txt | string |
None. |
|
rep_email_txt | string |
None. |
|
rep_website_txt | string |
None. |
|
user_id_txt | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "insurance_id": "3e48c403-d028-4ae7-8155-84c2165ebbdd", "display_txt": "sample string 2", "address1_txt": "sample string 3", "address2_txt": "sample string 4", "city_txt": "sample string 5", "state_txt": "sample string 6", "zip_txt": "sample string 7", "type_val": 8, "payer_name_txt": "sample string 9", "claim_type_txt": "sample string 10", "modify_charge_pct": 11.1, "active_ind": true, "created_dt": "2025-08-29T03:10:33.9597432+00:00", "created_by": "f5681a03-c8e5-4587-a8cf-e30b5b24e142", "updated_dt": "2025-08-29T03:10:33.9597432+00:00", "updated_by": "a1c72120-5a11-42bf-a6e3-07b78c55c305", "phone_txt": "sample string 17", "fax_txt": "sample string 18", "payer_id_txt": "sample string 19", "rep_phone_txt": "sample string 20", "password_txt": "sample string 21", "rep_name_txt": "sample string 22", "rep_email_txt": "sample string 23", "rep_website_txt": "sample string 24", "user_id_txt": "sample string 25" }
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. |