Skip to main content

Version 2.13.27

· One min read

Re-introducing mandatory corporate details

When creating a corporate you will be required to specify the following fields:

  • companyName
  • companyRegistrationNumber
  • registrationCountry

API ChangeLog

What's Changed


POST /corporates/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    New required properties:

    • companyRegistrationNumber
    • name
    • registrationCountry
POST /corporates/{id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    New required properties:

    • companyRegistrationNumber
    • name
    • registrationCountry
POST /corporates/_/create
Request:

Changed content type : application/json

New required properties:

  • companyName
  • companyRegistrationNumber
  • registrationCountry
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    New required properties:

    • companyRegistrationNumber
    • name
    • registrationCountry
POST /corporates/{id}/users/get
Request:

Changed content type : application/json

  • Changed property email (string)
POST /consumers/{id}/update
Request:

Changed content type : application/json

  • Added property tag (string)

    Ignore field