Skip to main content
POST
Create Service Location

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
provider_id
string<uuid>
required

The provider's Silna identifier

provider_group_id
string<uuid>
required

The provider group's Silna identifier

name
string
required

Location name

address_line_1
string
required

Primary address line

Example:

"54 Broome St"

city
string
required

City name

Example:

"New York"

state
string
required

Two-letter state code

Example:

"NY"

zip_code
string
required

ZIP code

Example:

"10001"

address_line_2
string | null

Secondary address line

Example:

"Apt 3"

source_id
string | null

An API client's (internal) identifier for a service location

Example:

"my-unique-id-123"

Response

id
string<uuid>
required

The newly created service location's Silna identifier