ChangePartnerInfo

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
Token* String
Company String
Address String
Phone String
Currency Currency
Contact1 String
Contact2 String
City String
State String
Zipcode String
Country Country
FirstName String
LastName String
VatNumber String
Website String
Language Language
CustomerNumber String Unique identifier used by the owner of the partner account

Note: Only for distributors and Sales accounts!
Output Parameter Type Description
Success Boolean True or false

*=required

CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ChangePartnerInfo&Token=roonjfjg6i97tpueonv5tk9f27&Country=Belgium&FirstName=MyFirstName'
RESPONSE
<Response>
    <Status>1</Status>
    <Message>Success</Message>
</Response>