post https://staging-api.athelas.com/enterprise/v1/sites/create
Create a site object. Sites are associated with a set of patients.
Log in to see full request history
Responses
Create a site object. Sites are associated with a set of patients.
xxxxxxxxxx
14curl --request POST \
--url https://staging-api.athelas.com/enterprise/v1/sites/create \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5d' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"name": "Valley Clinic",
"address": "160 S Whisman Rd, Mountain View, 94041",
"active": true,
"user_id": 1,
"organization_id": 1
}
'
Try It!
to start a request and see the response here! Or choose an example: