Accounts receivable endpoint

This topic provides a quick reference for the method signatures of accounts receivable API methods.

Location: http://smile.example.com:port/stage/smile/ws/v2/accountsreceivable

WSDL: http://smile.example.com:port/stage/smile/ws/v2/accountsreceivable?wsdl

Table 1. Accounts receivable API methods
Method Method signature Purpose
getItemDescription()
LineItemDescription getItemDescription(
 int company,
 string itemCode)
Returns an item description for the given company and item code.
getItemDescriptionByID()
LineItemDescription getItemDescriptionById(
 string itemDescriptionId)
Returns details of an item description.