Skip to main content

Get all of yours clients' addresses

GET 

/sint/address/

Get all of yours clients' addresses

Request

Responses

List every address, if it empty, there is no address in the database

Schema
  • Array [
  • UUID stringrequired

    UUID

    Address1 stringrequired

    Address1

    Address2 stringnullable

    Address2

    Address3 stringnullable

    Address3

    ZipCode stringnullable

    Zip Code

    Country stringrequired

    Country

    City stringnullable

    City

    AbstractEntityUUID stringrequired

    NaturalPerson or LegalEntity UUID

    Tag stringnullable

    Tag

    isPrincipalAddress booleannullable

    Default value: false

    isPrincipalAddress

  • ]
Loading...