Skip to main content

Version 2.12.0

· 6 min read

What's Changed

  • Corporates: Two new objects registrationAddress and a businessAddress have been added to the corporate's information. The registrationAddress refers to the address submitted to the state's registry (example CompaniesHouse in the UK), while the businessAddress refers to the address where the business is currently operating.

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create
  • Corporates: The companyRegistrationAddress and a companyBusinessAddress have been marked as deprecated as they will be replaced by the new address objects registrationAddress and a businessAddress.

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create
  • Corporates: The MANUFACTURINGPR_MARKETING property within the industry enum has been split up into 2 properties MANUFACTURING and PR_MARKETING.

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create

What's Changed

POST /corporates/{id}/get
Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property registrationAddress (object)

      • Property addressLine1 (string)

        Address of the identity

      • Property addressLine2 (string)

        Continued address of the identity

      • Property city (string)

        City of the identity

      • Property country (string)

        Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string)

        Post code of the identity

      • Property state (string)

        State of the identity

    • Added property businessAddress (object)

      • Property addressLine1 (string)

        Address of the identity

      • Property addressLine2 (string)

        Continued address of the identity

      • Property city (string)

        City of the identity

      • Property country (string)

        Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string)

        Post code of the identity

      • Property state (string)

        State of the identity

    • Changed property companyRegistrationAddress (string)

      The company's registration address

    • Changed property companyBusinessAddress (string)

      The company's business address

    • Changed property industry (string)

      Industry of the corporate.

      Added enum values:

      • MANUFACTURING

      • PR_MARKETING Removed enum value:

      • MANUFACTURINGPR_MARKETING

POST /corporates/{id}/update
Request

Changed content type : application/json

  • Added property registrationAddress (object)

    • Property addressLine1 (string)

      Address of the identity

    • Property addressLine2 (string)

      Continued address of the identity

    • Property city (string)

      City of the identity

    • Property country (string)

      Country of the identity - using ISO 3166 alpha-2

    • Property postCode (string)

      Post code of the identity

    • Property state (string)

      State of the identity

  • Added property businessAddress (object)

    • Property addressLine1 (string)

      Address of the identity

    • Property addressLine2 (string)

      Continued address of the identity

    • Property city (string)

      City of the identity

    • Property country (string)

      Country of the identity - using ISO 3166 alpha-2

    • Property postCode (string)

      Post code of the identity

    • Property state (string)

      State of the identity

  • Changed property companyRegistrationAddress (string)

    The company's registered address

  • Changed property companyBusinessAddress (string)

    The company's business address

  • Changed property industry (string)

    Industry of the corporate.

    Added enum values:

    • MANUFACTURING

    • PR_MARKETING Removed enum value:

    • MANUFACTURINGPR_MARKETING

Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property registrationAddress (object)

      • Property addressLine1 (string)

        Address of the identity

      • Property addressLine2 (string)

        Continued address of the identity

      • Property city (string)

        City of the identity

      • Property country (string)

        Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string)

        Post code of the identity

      • Property state (string)

        State of the identity

    • Added property businessAddress (object)

      • Property addressLine1 (string)

        Address of the identity

      • Property addressLine2 (string)

        Continued address of the identity

      • Property city (string)

        City of the identity

      • Property country (string)

        Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string)

        Post code of the identity

      • Property state (string)

        State of the identity

    • Changed property companyRegistrationAddress (string)

      The company's registration address

    • Changed property companyBusinessAddress (string)

      The company's business address

    • Changed property industry (string)

      Industry of the corporate.

      Added enum values:

      • MANUFACTURING

      • PR_MARKETING Removed enum value:

      • MANUFACTURINGPR_MARKETING

POST /corporates/_/create
Request

Changed content type : application/json

  • Added property registrationAddress (object)

    • Property addressLine1 (string)

      Address of the identity

    • Property addressLine2 (string)

      Continued address of the identity

    • Property city (string)

      City of the identity

    • Property country (string)

      Country of the identity - using ISO 3166 alpha-2

    • Property postCode (string)

      Post code of the identity

    • Property state (string)

      State of the identity

  • Added property businessAddress (object)

    • Property addressLine1 (string)

      Address of the identity

    • Property addressLine2 (string)

      Continued address of the identity

    • Property city (string)

      City of the identity

    • Property country (string)

      Country of the identity - using ISO 3166 alpha-2

    • Property postCode (string)

      Post code of the identity

    • Property state (string)

      State of the identity

  • Changed property companyRegistrationAddress (string)

    The company registered address

  • Changed property companyBusinessAddress (string)

    The company business address

  • Changed property industry (string)

    Industry of the corporate.

    Added enum values:

    • MANUFACTURING

    • PR_MARKETING Removed enum value:

    • MANUFACTURINGPR_MARKETING

Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property registrationAddress (object)

      • Property addressLine1 (string)

        Address of the identity

      • Property addressLine2 (string)

        Continued address of the identity

      • Property city (string)

        City of the identity

      • Property country (string)

        Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string)

        Post code of the identity

      • Property state (string)

        State of the identity

    • Added property businessAddress (object)

      • Property addressLine1 (string)

        Address of the identity

      • Property addressLine2 (string)

        Continued address of the identity

      • Property city (string)

        City of the identity

      • Property country (string)

        Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string)

        Post code of the identity

      • Property state (string)

        State of the identity

    • Changed property companyRegistrationAddress (string)

      The company's registration address

    • Changed property companyBusinessAddress (string)

      The company's business address

    • Changed property industry (string)

      Industry of the corporate.

      Added enum values:

      • MANUFACTURING

      • PR_MARKETING Removed enum value:

      • MANUFACTURINGPR_MARKETING