Submit a Ticket My Tickets
Welcome
Login  Sign up

[Export] Buyers (V1) - Admin

WSDL Page:  http://<your_domain_here>/api/1/export.asmx?op=Buyers

 

Parameter Summary:

api_key / STRING = Admin API Key {See get.asmx > GetAPIKey}

status_id / INT (unsignedByte) = Buyer Status ["0" = ALL Buyer Statuses] {See get.asmx > AccountStatuses}

buyer_id / INT = Buyer ID ["0" = ALL Buyers] {See export.asmx > Buyers}

 

Parameter Types:

api_key - ID

status_id - ID

buyer_id - ID

 

Sample GET Call:

http://demo.cakemarketing.com/api/1/export.asmx/Buyers?api_key=dNJFmId9rI&status_id=0&buyer_id=485

 

Sample XML Response:

<ArrayOfBuyer>
  <Buyer>
    <buyer_id>485</buyer_id>
    <buyer_name>Buyer 485</buyer_name>
    <status_name>Active</status_name>
    <website>www.cakemarketing.com</website>
    <billing_cycle>Weekly</billing_cycle>
    <credit_limit>0.0000</credit_limit>
    <credit_balance>783.6700</credit_balance>
    <tags/>
    <date_created>2011-07-21T12:31:51.397</date_created>
  </Buyer>
</ArrayOfBuyer>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.