API | Description |
---|---|
POST api/email/SendProof/{programid}/{userId} |
Sends out a proof email |
POST api/email/GetGeneratedDynamicEmail/{programid}/{userId}/{orderId} |
No documentation available. |
POST api/email/ViewBrowser/{orderid}/{email} |
Get the body of an html email |
Orders
Inventories
API | Description |
---|---|
GET api/inventories/get/{programid}?keyword={keyword}&state={state}&line={line}&category={category}&category2={category2}&options={options} |
Returns back all inventory items match the keyword supplied |
Cms
API | Description |
---|---|
POST api/cms/render/{programid}/{userId} |
Wrapper function to render CMS html templates |
Job
Methods releated to flow jobs
API | Description |
---|---|
POST api/flow/job/Create |
Add a job into flow |
POST api/flow/job/CreateJobItems |
Creates all of the services for a given job |
GET api/Job?completed={completed} |
Method for getting all jobs |
GET api/Job?jobId={jobId} |
Method for getting data about a single job |
Pcs
Api for PcsRecords
API | Description |
---|---|
POST api/Pcs/Create |
Creates a record in pcs |
Cart
API | Description |
---|---|
GET api/cart/CreateCart/{programid}?userId={userId}&inventoryId={inventoryId} |
Create cart without any associated order |
GET api/cart/CreateCartEmailSingleRecipient/{programid}?userId={userId}&inventoryId={inventoryId} |
Create cart without any associated order |
GET api/cart/CancelCart/{programid}?cartId={cartId}&userid={userid} |
Cancel a given cart |
Endicia
API | Description |
---|---|
POST api/endicia/post |
Add records to the endicia db |
GET api/endicia/get?jobId={jobId} |
Get records that have a given Job Id |
ImageConversion
Image conversion tool for EPS, PDF to Image files
API | Description |
---|---|
POST api/convert/EpsImage |
Convert EPS file to an Image |