The Spanish version is the authoritative reference. View in Spanish
getAccount
GET /api/account/getAccount/{countryId}?taxId={taxId}
Retrieves the complete data of a specific account.
SBX
https://gosocket-onboarding-api-sbx.gosocket.net/api/account/getAccount/{countryId}PRD
https://global-apim-prd.gosocket.net/ms-onboardingapi/api/account/getAccount/{countryId}| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | path | Required | ISO country code |
taxId | query | Required | Company TaxId |
getAccount
{
"value": {
"code": "{{taxId}}",
"name": "Nombre Organización",
"description": "",
"address": "",
"city": "",
"province": "",
"phone": "",
"fax": ""
},
"isSuccess": true
}