Already discovered a few interesting gotchas for NFS exports at least, which stop you using the exact JSON blob you get querying an export to create an export.
Namely, specifying any of the following fields at all:
conflicting_paths
unresolved_clients
Defining the snapshot field as it is returned, i.e.:
"snapshot" : "-"
Also, defining both "map_all" and "map_root"is faulted. Other than that, managed to create an NFS export from a REST client nice and easily.
Deleting my test export with a DELETE was easy too.
John