Skip to main content

Create new Delegated

This endpoint creates a new delegated which is linked to an intermediary .

[POST] /api/v1/{itemId}/intermediary/{taxId}/delegated

Reminder : One intermediary can have many delegates

Header

Header used on this API are those taken from header standards of TS Digital.

Content-type is accepted in application/json

Query Parameters

Parameters used to make a successful request.

  • itemId: Unique personal identification of the item associated with the Intermediary requested. Mandatory for personal or technical users. (required)
  • taxId: Unique fiscal code of the item associated with Intermediary requested. (required)

Body

Body request for this endpoint is a JSON in a format described below

{
  "taxId": "stringstringstri",
  "firstName": "string",
  "lastName": "string",
  "description": "string"
}
    taxId: Unique fiscal code of the Delegated which is being requested. firstName: First name of the item which is requesting Delegated. lastName: Last name of the item which is requesting Delegated. description: Description associated with the Delegated which is being processed.