Skip to content

Company User Master Data Api (1.0)

Download OpenAPI description
Languages
Servers
https://www.developers.traceone.com/

Companies

Operations

Users

Operations

Registrations

Operations

Get the status of a registration

Request

Get the status of a registration

Security
Bearer
Path
registrationIdstring(uuid)required
curl -i -X GET \
  'https://www.developers.traceone.com/api/v1.0/companies/registrations/{registrationId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
registrationIdstring(uuid)
senderCompanyIdstring or null(uuid)
statusstring or null
companyIdstring or null(uuid)
companyDisplayNamestring or null
companyPostalCodestring or null
companyCountrystring or null
userIdstring or null(uuid)
userEmailstring or null
errorCodestring or null
errorDescriptionstring or null
companyExternalIdentifierstring or null
Response
application/json
{ "registrationId": "cb67e1cd-0e53-4115-9a51-243e5b471e8b", "senderCompanyId": "b1aeedc5-dce4-40d6-84b4-852cfa2e2c0f", "status": "string", "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda", "companyDisplayName": "string", "companyPostalCode": "string", "companyCountry": "string", "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "userEmail": "string", "errorCode": "string", "errorDescription": "string", "companyExternalIdentifier": "string" }

Request the registration of a new Company

Request

Request the registration of a new Company

Security
Bearer
Body
userCivilitystringnon-emptyrequired
userFirstNamestringnon-emptyrequired
userLastNamestringnon-emptyrequired
userEmailstringnon-emptyrequired
userLanguagePreferencestringnon-emptyrequired
userJobTitleIdinteger(int32)required
userPhoneNumberstringnon-emptyrequired
companyLegalNamestringnon-emptyrequired
companyDisplayNamestringnon-emptyrequired
companyAddressstring or null
companyAddressComplementstring or null
companyPostalCodestring or null
companyCitystring or null
companyCountrystringnon-emptyrequired
companyDunsstring or null
companyActivityinteger(int32)required
companyStatestring or null
companyPhonestring or null
companyFaxstring or null
companyEmailstring or null
companyExternalIdentifierstring or null
companyExternalNamestring or null
applicationTypeIdArray of integers or null(int32)(List`1)
contactEmailstring or null
curl -i -X POST \
  https://www.developers.traceone.com/api/v1.0/companies/registrations \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "userCivility": "string",
    "userFirstName": "string",
    "userLastName": "string",
    "userEmail": "string",
    "userLanguagePreference": "string",
    "userJobTitleId": 0,
    "userPhoneNumber": "string",
    "companyLegalName": "string",
    "companyDisplayName": "string",
    "companyAddress": "string",
    "companyAddressComplement": "string",
    "companyPostalCode": "string",
    "companyCity": "string",
    "companyCountry": "string",
    "companyDuns": "string",
    "companyActivity": 0,
    "companyState": "string",
    "companyPhone": "string",
    "companyFax": "string",
    "companyEmail": "string",
    "companyExternalIdentifier": "string",
    "companyExternalName": "string",
    "applicationTypeId": [
      0
    ],
    "contactEmail": "string"
  }'

Responses

Success

Response
No content

Company Relations

Operations