File Upload
Get Order Files
GET
https://open-api.zortout.com/v4/Order/GetOrderFiles
Get list of files in order.
Query Parameters
id
Int
Order ID
*Must have either id or number
number
String
Order Number Require if id = 0 or null
*Must have either id or number
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
id
Int
File ID
fileName
String
File Name
type
String
File Type
Get Order File Detail
GET
https://open-api.zortout.com/v4/Order/GetOrderFileDetail
Get file detail and binary data of order.
Query Parameters
id
Int
Order ID
*Must have either id or number
number
String
Order Number Require if id = 0 or null
*Must have either id or number
fileid*
Int
File ID
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
id
Int
File ID
content
String
Base64 Encode Data
fileName
String
File Name
type
String
File Type
Add File to Order
POST
https://open-api.zortout.com/v4/Order/AddOrderFile
Add file to order.
Query Parameters
id
Int
Order ID
*Must have either id or number
number
String
Order Number Require if id = 0 or null
*Must have either id or number
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
Request Body
file*
File
File Binary Data
resCode
String
Response Code 200- Success
resDesc
String
Response Description
Get Purchase Order Files
GET
https://open-api.zortout.com/v4/PurchaseOrder/GetPurchaseOrderFiles
Get list of files in purchase order.
Query Parameters
id
Int
Purchase Order ID
*Must have either id or number
number
String
Purchase Order Number Require if id = 0 or null
*Must have either id or number
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
id
Int
File ID
fileName
String
File Name
type
String
File Type
Get Purchase Order File Detail
GET
https://open-api.zortout.com/v4/PurchaseOrder/GetPurchaseOrderFileDetail
Get file detail and binary data of purchase order.
Query Parameters
id
Int
Purchase Order ID
*Must have either id or number
number
String
Purchase Order Number Require if id = 0 or null
*Must have either id or number
fileid*
Int
File ID
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
id
Int
File ID
content
String
Base64 Encode Data
fileName
String
File Name
type
String
File Type
Add File to Purchase Order
POST
https://open-api.zortout.com/v4/PurchaseOrder/AddPurchaseOrderFile
Add file to purchase order.
Query Parameters
id
Int
Purchase Order ID
*Must have either id or number
number
String
Purchase Order Number Require if id = 0 or null
*Must have either id or number
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
Request Body
file*
File
File Binary Data
resCode
String
Response Code 200- Success
resDesc
String
Response Description
Last updated