Taxonomy extension

OpenAPI V2

Generate taxonomy extension.

post

Generate taxonomy extension based on taxonomy metadata information and taxonomy extension elements (extension linkroles, extension concepts, extension arcs, extension labels and extension references).

Authorizations
Header parameters
x-api-versionstringRequired
ApplicationNameanyOptional

Name of the application to integrates with API’s to Semansys.Next.

PartnerNameanyOptional

Contract owner (organization) name that have embedded the API’s.

PartnerIDanyOptional

Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.

CustomerNameanyOptional

Customer (organization) name (ie. accounting firm, intermediary, ....).

CustomerIDanyOptional

Business Identification Number (BIN) of the customer.

ClientNameanyOptional

Client (organization) name of the customer of the accounting firm, intermediary...

ClientIDanyOptional

Business Identification Number (BIN) of the client.

Body
Responses
200
OK
Responsestring · byte
post
POST /taxonomy/taxonomy-extension HTTP/1.1
Host: 
Authorization: Bearer JWT
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 763

{
  "taxonomyExtensionMetaData": {
    "targetNamespaceURI": "text",
    "namespacePrefix": "text",
    "baseTaxonomyEntryPoint": "text"
  },
  "extensionLinkRoles": [
    {
      "id": "text",
      "definition": "text",
      "usedOnPresentation": true,
      "usedOnCalculation": true,
      "usedOnDefinition": true
    }
  ],
  "extensionConcepts": [
    {
      "id": "text",
      "name": "text",
      "dataType": "text",
      "dataTypeNamespace": "text",
      "periodType": "text",
      "abstract": true,
      "prefix": "text",
      "nillable": true,
      "balance": "text",
      "schemaLocation": "text"
    }
  ],
  "extensionArcs": [
    {
      "usedOn": "text",
      "id": "text",
      "role": "text",
      "arcrole": "text",
      "from": "text",
      "to": "text",
      "isProhibition": true,
      "priority": 1,
      "order": 1,
      "weight": 1
    }
  ],
  "labels": [
    {
      "label": "text",
      "language": "text",
      "labelRole": "text",
      "conceptId": "text"
    }
  ],
  "references": [
    {
      "conceptId": "text",
      "name": "text",
      "content": "text"
    }
  ]
}
Ynl0ZXM=

Was this helpful?