POST api/insurance/update
Request Information
URI Parameters
None.
Body Parameters
InsuranceModel| Name | 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": "41b159ff-1b90-4e2e-85b0-9a49ec4ee7e8",
"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": "2026-02-04T02:53:19.6133948+00:00",
"created_by": "f7ea0205-0d03-4a28-89d1-5944f0e4e44f",
"updated_dt": "2026-02-04T02:53:19.6133948+00:00",
"updated_by": "7ad13849-3bbf-407e-8a39-2e77e7e60029",
"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
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. |