This app requires JavaScript! api Web Service Documentation

POSitive Anywhere

Web Service Documentation
Service: api
Method: transaction_create
Creates a transaction header.
You must be logged in to use this method.
Basic Authentication is supported.
Parameters
Group: transaction
localtransactionid
(string[60])
 
localcustomerid
(string[60])
 
customerid
(long integer)
 
localshippingaddressid
(string[60])
 
addressid
(long integer)
 
transactiontype
(string[2])
 
created_at
(string[20])
 
updated_at
(string[20])
 
deliverydate
(string[20])
 
deliverymethod
(string[1])
 
purchaseordernumber
(string[60])
 
taxamount
(string[20])
 
total
(decimal)
 
note
(string[5000])
 
This parameter is Optional
List: linedetail
local_line_id
(string[60])
 
localproductid
(string[100])
 
productid
(long integer)
 
sku
(string[20])
 
description
(string[40])
 
quantity
(decimal)
 
price
(decimal)
 
taxamount
(decimal)
 
discountpercent
(decimal)
 
linetotal
(decimal)
 
note
(string[5000])
 
status
(string[10000])
 
This parameter is Optional
Possible Return Data

List: ErrorQueue
ErrorNumber
(long integer)
 
ErrorPosition
(string[255])
 
ErrorRecordId
(string[255])
 
ErrorDescription
(string[255])
 
ErrorRecommendation
(string[255])
 
Group: result
status
(string[5000])
 
localtransactionid
(string[60])
 
transactionid
(long integer)
 
List: transaction_create_errors
local_line_id
(string[60])
 
localproductid
(string[100])
 
productid
(long integer)
 
sku
(string[20])
 
description
(string[40])
 
quantity
(decimal)
 
price
(decimal)
 
taxamount
(decimal)
 
discountpercent
(decimal)
 
linetotal
(decimal)
 
note
(string[5000])
 
status
(string[10000])
 
JSON POST (JSON Response)
HTTP GET (JSON Response)
REST GET (JSON Response)