Recommend this page to a friend! |
Classes of Francesco Danti | Scloby Client API | docs/Api/EInvoiceApi.md | Download |
|
![]() Swagger\Client\EInvoiceApiAll URIs are relative to https://api.scloby.com/v2 Method | HTTP request | Description ------------- | ------------- | ------------- salesEInvoiceCheckPost | POST /sales/e_invoice/check | Check e-invoice status sendEInvoiceIdGet | GET /send_e_invoice/{id} | Send e-invoice salesEInvoiceCheckPost> \Swagger\Client\Model\InlineResponse2002 salesEInvoiceCheckPost($body) Check e-invoice status Return a JSON of the sale Example
ParametersName | Type | Description | Notes ------------- | ------------- | ------------- | ------------- body | \Swagger\Client\Model\Sales| Object of the Sale | Return type\Swagger\Client\Model\InlineResponse2002 AuthorizationNo authorization required HTTP request headers- Content-Type: application/json - Accept: application/json [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) sendEInvoiceIdGet> \Swagger\Client\Model\Sales sendEInvoiceIdGet($id) Send e-invoice In this case you must specify the id of the sale in the URL Example
ParametersName | Type | Description | Notes ------------- | ------------- | ------------- | ------------- id | string| id of the sale | Return typeAuthorizationHTTP request headers- Content-Type: Not defined - Accept: application/json [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) |