Skip to main content

Company Information - Bolivia

Description

Retrieve company information from Bolivia including commercial registration number, company name, and publication date.

HTTP method POST

Endpoint

https://lu0lfdczmd.execute-api.us-west-2.amazonaws.com/api/companies
info

This endpoint requires AWS IAM Signature authentication. Contact IT support to get credentials (ACCESS KEY ID, SECRET ACCESS KEY).

  • REGION: us-west-2
  • SERVICE: execute-api

Request header parameter

NAMEREQUIREDTYPEDESCRIPTION
Content-Typestringapplication/json

Request body parameters

NAMEREQUIREDTYPEDESCRIPTION
countrystringBOL (Bolivia)
taxIDobjectTax identification object
taxID.identityNumberstringCommercial registration number
taxID.checkDigitstringNot applicable for Bolivia
companyNamestringCompany name (required if searchType=2)
searchTypenumber1 (by tax ID) or 2 (by company name)
authTokenstringToken access for request

Request example

{
"country": "BOL",
"taxID": {
"identityNumber": "",
"checkDigit": ""
},
"companyName": "FABRICA DE TEJIDOS TRICOTEX SRL",
"searchType": 2,
"authToken": "c0444aba-d507-11ea-87d0-0242ac130003"
}

Status code responses

CodeDescription
200OK
400Bad request
401Unauthorized
500Internal server error

Response 200 status code

{
"trackingId": "1289580121575923712",
"data": {
"result": 1,
"companyList": [
{
"id": 123,
"matriculacomercial": "00007083",
"companyName": "FABRICA DE TEJIDOS TRICOTEX SRL",
"publicationdate": "28/05/2013"
}
]
}
}

Error codes

CodeMessageAdditional Info
E001Token to do request is missing or invalidCheck authToken parameter
E002Token expired, contact with your administratorContact IT support
E102Field companyName is required and length > 4 charactersRequired when searchType=2
E104You have exceeded the daily query limitLimit: 10000 requests/day