POST api/office/update
Request Information
URI Parameters
None.
Body Parameters
OfficeModelName | 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": "4f21d0d2-4ea2-4662-8e5b-bd7a68d21995", "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": "2025-08-29T03:08:00.148409+00:00", "created_by": "9861d1f1-fcd9-4841-9f8f-e431e9e159d2", "updated_dt": "2025-08-29T03:08:00.148409+00:00", "updated_by": "3548becc-89d4-444c-9204-720514d8bc46", "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
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. |