Skip to main content
Version: 1.0.0

Update business entities by batch

Information

Use this endpoint to claim, register, and create one or multiple business entities in batch.

This endpoint is assynchronous
The role admin is needed in order to use this endpoint
Endpoints

POST/v1/config/business/entity/batch

Body parameters
businessEntityarray

businessEntityIdentifiersarray

businessEntityRegistrationsarray




Request

POST /v1/config/business/entity/batch


curl -X 'POST'
'https://api.ppd.iopole.fr//v1/config/business/entity/32c9aec1-e6d6-4ddf-82a0-42dfa29268f8/claim'
-H 'accept: application/json'
-H 'Authorization: Bearer ${TOKEN}'

Response

Status: 204

Description: Business entity batch processed

Status: 401

Description: Unauthorized - Authentication is required and has failed or has not yet been provided.

Status: 403

Description: Forbidden - The server understood the request, but it refuses to authorize it. Note: This endpoint requires an admin account.