post

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create New Print Order

This POST call to our End Point will create your print orders.

 --header 'Accept: application/json' 
 --header 'Content-Type: application/json' 
 --header 'x-api-key: 'contact your account manager'
 --Authorization: Bearer Token received from the authenticate call

This post call requires API Key. Please contact your Send2Print account manager for API Key. This Key to be passed over the header with "x-api-key".

{
  "Business_Order_ID":"000000025",
  "Desired_Delivery_Date":"07-07-2022",
  "Reciever":{
      "FirstName": "Krishna",
      "LastName": "Kulkarni", 
      "Apt_No": "1002",
      "Addressline_1": "Silver County Rd, ",
      "Addressline_2": "Lakedew Residency- Phase 2, Haralur",
      "City": "Bangalore",
      "Pin_Code": "560068",
      "LandMark": "Purva Skywoood",
      "State": "KARNATAKA",
      "Phone_no": "8888888888",  
      "EmailAddress": "[email protected]"},
 "Sender":{
      "First_Name": "Krishna",
      "Last_name": "Kulkarni",
      "Apt_No": "10028",
      "Addressline_1": "Silver County Rd, ",
      "Addressline_2": "Lakedew Residency- Phase 2, Haralur",
      "Business_name": " ABC Info Tech",
      "Phone_no": "8888888888",
      "City": "Bangalore",
      "Pin_Code": "560068",
      "State": "karnataka"},
  "isConfidential": "Yes",
  "Delivery_type": "Courier",
  "Line_Items":[  {"File":"https://s3.amazonaws.com/appforest_uf/f1654002705665x846439231774474600/Main_document_1_2.pdf",
"Print":{"Color":"Black","Side":"Both Side","Copies":1,"Paper_Size":"A4","GSM":75,"Start_Page":1,"End_Page":49},
"Binding": {"Type":"Spiral Binding","Cover_page":"https://s3.amazonaws.com/appforest_uf/f1654002705665x846439231774474600/Main_document_1_2.pdf"}}
]
}
Body Params
string
required
string
Reciever
object
required
Sender
object
required
string
string
required
Line_Items
array of objects
required
The Line_Items Schema*
Headers
string
required
string
required
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json