PUT api/InsuranceOffices/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| _insuranceOffice | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"InsuranceOfficeID": 1,
"InsuranceOfficeName": "sample string 2",
"InsuranceOfficeNameE": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.