POST /v4/organizations/create
(Last updated: 20/12/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.fr/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)finessNr
: Finess number (string)cipNr
: CIP-GERS number (string)
Response
Body
-
product
:id
,type
, ...: organization information (same as organizations query results)