Welcome to the Kern Steel Fabrication Web API

The KSF Purchase Orders API contains the /document/country/,/document/file/{id} and /document/mill/ resources.

You can use a REST client such as Postman to test the POST methods in your API to create a new Purchase Order. Use the sample body below to send the POST request:

{
    "type" : "application/excel",
    "file" :  "document"
}