POST api/office/update
Request Information
URI Parameters
None.
Body Parameters
OfficeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| office_id | globally unique identifier |
None. |
|
| name_txt | string |
None. |
|
| address_1_txt | string |
None. |
|
| address_2_txt | string |
None. |
|
| city_txt | string |
None. |
|
| state_txt | string |
None. |
|
| zip_txt | string |
None. |
|
| phone_1_txt | string |
None. |
|
| license_txt | string |
None. |
|
| ein_txt | string |
None. |
|
| upin_txt | string |
None. |
|
| chart_no_prefix_txt | string |
None. |
|
| chart_no_end_val | integer |
None. |
|
| chart_no_start_val | integer |
None. |
|
| ship_to_txt | string |
None. |
|
| bill_to_txt | string |
None. |
|
| place_of_service_code_txt | string |
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. |
|
| default_ind | boolean |
None. |
|
| host_txt | string |
None. |
|
| tax_rate_amt | decimal number |
None. |
|
| email_address_txt | string |
None. |
|
| npi_txt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"office_id": "aca0b2c8-79a6-414b-860d-eb0c595b8b16",
"name_txt": "sample string 2",
"address_1_txt": "sample string 3",
"address_2_txt": "sample string 4",
"city_txt": "sample string 5",
"state_txt": "sample string 6",
"zip_txt": "sample string 7",
"phone_1_txt": "sample string 8",
"license_txt": "sample string 9",
"ein_txt": "sample string 10",
"upin_txt": "sample string 11",
"chart_no_prefix_txt": "sample string 12",
"chart_no_end_val": 1,
"chart_no_start_val": 1,
"ship_to_txt": "sample string 13",
"bill_to_txt": "sample string 14",
"place_of_service_code_txt": "sample string 15",
"active_ind": true,
"created_dt": "2026-09-19T10:57:31.6503986+00:00",
"created_by": "694fdeb7-24ce-4294-bca3-fe2634267d3a",
"updated_dt": "2026-09-19T10:57:31.6503986+00:00",
"updated_by": "89614490-fbe3-4ff8-b4c7-ec4e814bd7ae",
"default_ind": true,
"host_txt": "sample string 22",
"tax_rate_amt": 1.0,
"email_address_txt": "sample string 23",
"npi_txt": "sample string 24"
}
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. |