Create provider spec
post
Create a spec object for find-providers2
using a description
of the intended use of the network.
Body
querystringOptional
description of the intended use of the connection
Responses
200Success
application/json
post
POST /network/create-provider-spec HTTP/1.1
Host: api.bringyour.com
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"query": "text"
}
200Success
{
"specs": [
{
"location_id": "text",
"location_group_id": "text",
"client_id": "text",
"best_available": true
}
]
}
Was this helpful?