This app requires JavaScript! api Web Service Documentation

POSitive Anywhere

Web Service Documentation
Service: api
Method: transaction_invoice_list
Returns invoice headers
You must be logged in to use this method.
Basic Authentication is supported.
Parameters
Group: request
block
(long integer)
 
blocksize
(long integer)
 
divisionid
(long integer)
 
localtransactionid
(string[60])
 
transactionid
(string[60])
 
transactionnumber
(long integer)
 
localcustomerid
(string[60])
 
customerid
(long integer)
 
startdatetime
(string[30])
 
endtime
(string[30])
 
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])
 
total_records
(long integer)
 
total_blocks
(long integer)
 
blocksize
(long integer)
 
block_returned
(long integer)
 
returned_records
(long integer)
 
List: transactions
localtransactionid
(string[60])
 
transactionid
(string[60])
 
transactionnumber
(long integer)
 
divisionid
(long integer)
 
divisionname
(string[60])
 
type
(string[60])
 
localcustomerid
(string[60])
 
customerid
(long integer)
 
localshippingaddressid
(string[60])
 
shippingaddressid
(string[60])
 
created_at
(string[20])
 
purchaseordernumber
(string[60])
 
taxamount
(string[20])
 
total
(string[60])
 
originalpendingtransactionID
(string[16])
 
originalpendinglocaltransactionid
(string[60])
 
originalpendingtransactionnumber
(long integer)
 
JSON POST (JSON Response)
HTTP GET (JSON Response)
REST GET (JSON Response)