This app requires JavaScript! api Web Service Documentation

POSitive Anywhere

Web Service Documentation
Service: api
Method: customer_address_list
Retrieves billing and shipping addresses for a specific customer.
You must be logged in to use this method.
Basic Authentication is supported.
Parameters
Group: request
localcustomerid
(string[60])
 
customerid
(string[60])
 
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])
 
localcustomerid
(string[60])
 
customerid
(long integer)
 
Group: billing
localaddressid
(long integer)
 
addressid
(long integer)
 
company
(string[60])
 
contact
(string[60])
 
type
(string[60])
 
defaultaddress
(string[5])
 
address1
(string[35])
 
address2
(string[35])
 
address3
(string[35])
 
city
(string[30])
 
region
(string[30])
 
postcode
(string[10])
 
countrycode
(string[10])
 
email
(string[160])
 
phone
(string[20])
 
taxgroupid
(long integer)
 
List: shipping
localaddressid
(long integer)
 
addressid
(long integer)
 
company
(string[60])
 
contact
(string[60])
 
type
(string[60])
 
defaultaddress
(string[5])
 
address1
(string[35])
 
address2
(string[35])
 
address3
(string[35])
 
city
(string[30])
 
region
(string[30])
 
postcode
(string[10])
 
countrycode
(string[10])
 
email
(string[160])
 
phone
(string[20])
 
taxgroupid
(long integer)
 
JSON POST (JSON Response)
HTTP GET (JSON Response)
REST GET (JSON Response)