Request the creation of a company in case the company search didn't return the SICID of a company but returned one of its external IDs.

In order to be able to request a cover on an invoice, both SICIDs sellerId and buyerId need to be provided in the request.

When performing a company search, if the company is known in our system the API will return its SICID but if not, an empty SICID in the format "00000000-0000-0000-0000-000000000000" is returned and in that case this service can be called to created the company.

The company creation service will be done in 2 steps:

  1. Request the company creation in SIC for a specific External Id (the endpoint on this page) .
    The API will start the asynchronous company creation process and return a request confirmation Id.

  2. Check the progress of the creation request and retrieve the SICID of the newly created company

  • If the company is graded and created in SIC, it’s SICID is returned
  • If the company is not yet created in SIC, a pending status is returned
Language
Authorization
Header
Click Try It! to start a request and see the response here!