|
Response Variables
WebService Consumers
Response variables are available through the dataset returned (i.e.:
DS.table(0))
HttpPost/HttpGet
Response variables may be collected via the Request object.
The following parameters are returned by each method.
|
Module |
Method |
Variables |
| Company |
INSERT |
ResponseCode |
| Company |
UPDATE |
ResponseCode |
| Company |
RETRIEVE |
CompanyCode
CompanyName
CompanyAddress
CompanyCity
CompanyState
CompanyZipCode
CompanyTel1
CompanyTel2
CompanyCell
CompanyFax
CompanyEmail
CompanyWebsite
CompanyComments |
| Company |
GETLIST |
Same as RETRIEVE |
| InvoiceReceipt |
CREATE |
ResponseCode
DocNumber
DocURL |
| InvoiceReceipt |
SEND |
ResponseCode |
* Please note that by using our HttpPost.aspx form all input variables are
collected and returned.
|