Post Document


Endpoint to post JSON data, informing SMART Documents system of incoming zip document.


Endpoint URL

https://smartdoc.myhumatrix.com/post/doc


Post JSON Example

[  
   {  
	  "TransactionID":"xxx000001",
	  "IDCard":"1100800086797",
	  "FileName":"1100800086797-160820181340.zip",
	  "CheckSum":"test",
	  "FileList":[  
		 {  
			"Documentype":"APP1",
			"RevNo":"ver00001",
			"Filename":"1100800086799-APP1-001.pdf"
		 },
		 {  
			"Documentype":"APP2",
			"RevNo":"ver00001",
			"Filename":"1100800086799-APP2-001.pdf"
		 }
	  ]
   }
]

Response

[  
   {  
      "TransactionID":"xxx000001",
      "Status":"SBMD",
      "Message":"Success"
   }
]