Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

List persons

Lists all not deleted persons

Call

HTTP GET till /persons

Filter

Name

Example

Datatype

personnumber

personnumber=121212-1212

Personnumber

emailemail=adam@brpsystems.seE-mail
firstnamefirstname=Adam
String
lastnamelastname=MarkussonString
shippingstreetshippingstreet=Storgatan 21String
shippingpostalshippingpostal=56342String
shippingcityshippingcity=LaholmString
billingstreetbillingstreet=MajsvägenString
billingpostalbillingpostal=45912String
billingcitybillingcity=Lilla EdetString
customernumbercustomernumber=10001String
cardnumbercardnumber=72857185String
organizationidorganizationid=3ID

...

Code Block
APIURL/persons.xml?apikey=338934897438&email=adam@brpsystems.se&firstname=Adam

Response

Same field as for persons

Code Block
<persons>
  <person>
    ...
  </person>
</persons>

Change personalia

Changes a persons personalia.


Parameters

The parameter newpassword=base62('new password') was previously used in order to change a password, but from 2014-09-02 we recomment using password=new password.

...