Skip to main content

Request Facility Creation

POST 

/api/v2/public/facilities/request

This endpoint allows users to request a facility to be created in our application. Once the request is submitted, a Nursa employee will review and either accept or reject the request.

If the request is accepted the connection between the user and the facility will be created automatically Therefore, there is no need to Request a Facility Connection for the user who created the facility.

Users can also create a Webhook in our system to receive notifications when the facility creation request is accepted or rejected.

Request

Body

required
    name stringrequired

    Name of the facility

    type stringrequired

    Type of the facility

    category stringrequired

    Category of the facility

    numberOfBeds integerrequired

    Possible values: <= 999

    Number of beds in the facility

    streetAddress stringrequired

    Street address of the facility

    cityName stringrequired

    Name of the city where the facility is located

    zipCode ##### | #####-####required

    Zip code of the facility

    stateCode stringrequired

    State Abbreviation of the facility in ANSI standard

    county stringrequired

    Name of the county where the facility is located

    contactPhone +1##########required

    Telephone number of the facility

    billingInformation objectrequired
    contactName stringrequired

    Name of the contact

    contactEmail stringrequired

    Email of the contact

    contactPhone +1##########required

    Telephone number of the contact

    specialty stringrequired

    Name of the facility specialty

    websiteUrl string

    Website URL of the facility

Responses

Schema
    data object
    requestId stringrequired

    Id of the Facility Creation Request

    name stringrequired

    Name of the facility

    type stringrequired

    Type of the facility

    category stringrequired

    Category of the facility

    numberOfBeds numberrequired

    Possible values: <= 999

    Number of beds in the facility

    streetAddress stringrequired

    Street address of the facility

    cityName stringrequired

    Name of the city where the facility is located

    zipCode ##### | #####-####required

    Zip code of the facility

    stateCode stringrequired

    State Abbreviation of the facility in ANSI standard

    county stringrequired

    Name of the county where the facility is located

    contactPhone +1##########required

    Telephone number of the facility

    billingInformation objectrequired
    contactName stringrequired

    Name of the contact

    contactEmail stringrequired

    Email of the contact

    contactPhone +1##########required

    Telephone number of the contact

    specialty stringrequired

    Name of the facility specialty

    websiteUrl stringrequired

    Website URL of the facility

Loading...