POST
/
public
/
v1
/
patient-place-of-services
curl --request POST \
  --url https://api.silnahealth.com/public/v1/patient-place-of-services/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "patient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "provider_place_of_service_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
Patient Place of Service Create Response

Patient Place of Service Create Response

patient_id
string
required

Patient Id

provider_place_of_service_id
string
required

Provider Place Of Service Id

Response

201
application/json
Patient Place of Service Create Response

Patient Place of Service Create Response

id
string
required

Patient Place of Service Id