Introduction
API stands for Application Programming Interface. In basic terms, APIs are a set of functions and procedures that allow for the creation of applications that access data and features of other applications, services, or operating systems.
In our case, you can use our API easily though our nugget package nugget available for .NET Application
Authentificate
Lock file
Usefull Class Information
ResponseApi
In all your calls, the Nugget package will send you an ResponseApi object.
The class is defined as follow :
| Attribute | Type | Description |
| ErrorCode | string | An error code sent by the server. If there is an error in your request, this attribute will be instantiated. It will always contain a number with an index of the ErrorCode Enum below this table. |
| Status | int | Http status code |
| Detail | List | Error message list |
| Result | T (depends of the Rqs) | Dto model result |