Search Nace Sectors

get

Ready to test

Search Nace Sectors for Legal Entity

Authorizations
Query parameters
descriptionstringOptional

Nace sector description

Responses
200
OK
application/json
get
GET /customers/legal-entities/search/nace-sectors HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "section": "text",
    "code": "text",
    "description": "text"
  }
]

Search Nace Sectors for Natural Person

get

Ready to test

Search Nace Sectors for Natural Person

Authorizations
Query parameters
descriptionstringOptional

Nace sector description

Responses
200
OK
application/json
get
GET /customers/natural-persons/search/nace-sectors HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "section": "text",
    "description": "text"
  }
]

Last updated