Medipim BE - API V4

Developer documentation

POST /v4/organizations/create

(Last updated: 25/04/2024)

Access to this feature is restricted and depends on your subscription type.

This endpoint allows for creating an organization.

Request

Method

POST

URL

https://api.medipim.be/v4/organizations/create

Headers

Body

  • settings:
    • isPublic: Flag to determine if the organization can be publicly seen in Medipim (boolean, optional; default is true)
  • profile:
    • name: Name of the organization (string, required)
    • address: Street address of the organization (string, optional)
    • zipCode: Zip code of the city (string, optional)
    • city: Name of the city (string, optional)
    • country: ISO2 code of the country where the organization is located (string, optional)
    • phone: Telephone number (string, optional)
    • url: Url of organization website (string, optional)
    • type: Type of organization ("supplier", "marketing", "medical_professional", "other")
    • vatNr: VAT number (string)
    • apbNr: APB number (string)
    • rizivNr: Riziv number (string)

Response

Body