A Designer Associate has access to edit a Designer's games and receive a percentage share of a Designer's earnings. Complete details in DesignerAssociateProperties.
The unique id for this designer associate. It will never change.
designerassociate
A User id. The unique id of the associate user.
A Designer id. The unique id of the designer to which this associate is a member.
The percentage of profit (expressed as a decimal) that this associate is entitled to.
The methods used to fetch and manipulate designer associates.
POST /api/designerassociate
Required. The unique session id provided by a Session method.
Required.
Required.
Optional.
Returns:
{
"id" : "xxx",
"share_percent" : "0.10",
...
}
PUT /api/designerassociate/xxx
See Create Designer Associate for details.
DELETE /api/designer/xxx
Required. The unique session id provided by a Session method.
Returns:
{
"success" : 1
}
GET /api/designerassociate/xxx
Optional. The unique session id provided by a Session method.
Optional. See "Relationships" in Intro and Designer Associate Relationships above for details.
Returns:
{
"id" : "xxx",
"share_percent" : "0.10",
...
}