Skip to main content

Claim by identifier

Information

Use this endpoint to assert that a specific business entity, identified by its identifier, is managed by you.


By using this endpoint, you establish a relationship between your account and the business entity, indicating that the business entity is under your management.

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

POST/v1/config/business/entity/scheme/{identifierScheme}/value/{identifierValue}/claim

Path parameters
identifierSchemestring - Required



Body parameters
dataobject




Request

POST /v1/config/business/entity/scheme/:identifierScheme/value/:identifierValue/claim


curl -X 'GET'
'https://api.ppd.iopole.fr//v1/config/business/entity/scheme/0002/value/123456789/claim'
-H 'accept: application/json'
-H 'Authorization: Bearer ${TOKEN}'

Response

Status: 201 - application/json

Description: Business entity configuration done

Schema:

  • type: enum
    The type of the response object.
  • id: string
    The unique identifier for the created element.

Examples:

{
  "type": "BUSINESS_ENTITY",
  "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}

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.