POST api/insurance/update
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": "2c18a63e-b79e-491c-835b-bc8815a7af27", "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:46.4700952+00:00", "created_by": "06258c6c-fafb-4f99-8a30-362d355ff27c", "updated_dt": "2025-08-29T03:10:46.4700952+00:00", "updated_by": "9897626d-9630-4cb5-9aa3-625fa215ceac", "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. |