Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Projects are a user created item that will be have a print order placed. A Project is only visible to the user who created it (enforced by the session).

Requires:

Actions

URLVerbInformation
/projectsGET

Returns a list of all existing projects for the currently logged in user

/projectPOSTCreates a new project
/project/{Guid}PUTUpdates an existing project
/project/{Guid}GETRetrieves the details of an existing project
/project/{Guid}DELETEDeletes an existing project

Attributes

The following attributes are for creating or updating a project.

FieldData TypeRequiredInformation
NameStringYUsed for the user to identify the project
ProductIdIntegerYProduct type of the project

The following details are returned about a project

FieldData TypeRequiredInformation
    
    

 

 

  • No labels