The functions of the eMSP API are not included in any subscription by default. If you are interested in using them, please contact your direct sales contact. |
The eMSP API has been extended in the GET/invoices endpoint to include the "response field" VAT number. This means that in future you will also be able to obtain this information, if available, when querying CRM contacts via the eMSP API.
"contact": {
"id": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"street": "string",
"state": "string",
"zip": "string",
"city": "string",
"vat": "string",
"externalReference": "string"
In addition, the GET/charging-processes endpoint can now be filtered for the "invoice id". The "invoice id" can be queried via GET/invoices. This way, all charging processes belonging to a specific invoice can be queried via the eMSP API.
Furthermore, you can filter on the "additionalFieldSlug" in the GET/invoices endpoint. Thus, it is possible to filter specifically for invoices in the query which have this field set.
You can view more information about eMSP API by clicking this link.
Version: 2023-05-25 06:28:18 UTC
Comments
0 comments
Article is closed for comments.