WSDL Page: http://<your_domain_here>/api/1/edit.asmx?op=Buyer
Parameter Summary:
api_key / STRING = Admin API Key
buyer_id / INT = Buyer ID
account_status_id / INT (unsignedByte) = Buyer Account Status ID ["0" = NO CHANGE] {See get.asmx > AccountStatuses}
credit_limit / DECIMAL = Buyer Credit Limit
Parameter Types:
api_key - ID
buyer_id - ID
account_status_id - ASSIGNABLE
credit_limit - ASSIGNABLE
Sample GET Call:
http://demo.cakemarketing.com/api/1/edit.asmx/Buyer?api_key=dNJFmId9rI&buyer_id=1&account_status_id=1&credit_limit=1500.00
Sample XML Response:
<string>buyer_status_updated_successfully</string>