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": "e2126659-ed18-4747-a9cc-8f811e43ebc6",
"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-02-04T02:50:47.4495922+00:00",
"created_by": "22bfd818-35e1-43af-b79a-e52b77773636",
"updated_dt": "2026-02-04T02:50:47.4495922+00:00",
"updated_by": "4e24e74a-911c-4c42-a234-584cddbd919c",
"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. |