This allows a User to designate that they would like to play a Prototype.
Prototype Interest is accessed via /api/prototypeinterest
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in PrototypeInterestProperties.
See "Related Objects" in Introduction for how to use them.
The Prototype this interest is referring to.
The services used to fetch and manipulate prototype interests.
POST /api/prototypeinterest
Returns the same as a normal read.
GET /api/prototypeinterest/xxx
Returns:
{ "id" : "xxx", "prototype_id" : "xxx", ... }
PUT /api/prototypeinterest/xxx
Returns the same as a normal read.
DELETE /api/prototypeinterest/xxx
Returns:
{ "success" : 1 }