POST api/office/add

Request Information

URI Parameters

None.

Body Parameters

OfficeModel
NameDescriptionTypeAdditional 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": "3911d5c6-afce-45ee-a58f-d2ecd4899b9f",
  "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-19T19:01:05.7195587+00:00",
  "created_by": "614920d0-4a05-4870-a7b2-6c438c1afd32",
  "updated_dt": "2025-08-19T19:01:05.7195587+00:00",
  "updated_by": "81bdc234-d2d4-4e31-9bdf-43d4650ff5d9",
  "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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.