← Back to docs

Project Info

Query and manage project records

GET /api/projectinfo

Returns the 10 most recent project info records.

GET /api/projectinfo?APIKEY=your-key&APIVERSION=1.0

Response Fields

FieldTypeDescription
IDnumberRecord ID
AdjutantIDnumberUnique project identifier
QuotenumberQuote number
CustomerstringCustomer name
ProjectNamestringName of the project
SalesPersonnumberEmployee ID of salesperson
ProjectManagernumberEmployee ID of project manager
ComplexitynumberComplexity rating
EstimatornumberEmployee ID of estimator
DateSubmitteddatetimeSubmission date
EstDateCompdatetimeEstimated completion date
BidDatedatetimeBid date

Try It

POST /api/projectinfo

Create or update a project info record.

Request Types

REQUESTTYPEDescription
NEWPROJECTINFOCreates a new project record (inserts if AdjutantID does not exist)
SAVEPROJECTINFOUpdates an existing project record (matched by AdjutantID)

Try It