Create Operation
POST
/v1/operations/{id}/laancLast modified: a month ago
Scope: laanc:create
This method will create a new LAANC Operation.
Request
Path Params
id
string
required
UUID of the parent Airspace Link global operation
Body Params application/json
No schema defined
Example
{
"license": "LICENSE_PART_107",
"fixedAltitude": false,
"pointOfContact": {
"firstName": "Bob",
"lastName": "Jones",
"phoneNumber": "540-867-5309",
"emailAddress": "bobjones@email.com"
}
}
Request samples
Responses
OK(200)
Forbidden(403)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
A successful response.
Data Schema
No schema defined
Example
Not configured
Last modified: a month ago