Release Notes: Public API 2.109.0
about 1 year ago by Svetoslav Mitov
- Public API Improvements to facilitate ISO 15118 functionalities:
- Provisioning Certificates - expose object (List, Create, Read, Update)
- name
string, required - pcid
string, required - vehicleType
string, required
enum:company
,private
- userId
integer, required
- name
- Issue EMAID (Action)
https://{{baseUrl}}/public-api/actions/provisioning-certificate/v1.0/{{provisioningCertificate}/issue-emaid
Properties:- paymentMethod
string
description:The payment method that will be associated with the ID Tag.
- For credit/debit cards the
paymentMethodId
should be provided - For Corporate billing -
corporate:{id}
- For last used the value should be
null
- For credit/debit cards the
- paymentMethod
- Reissue EMAID (Action)
https://{{baseUrl}}/public-api/actions/id-tag/v1.0/{idTag}/reissue-emaid
- Provisioning Certificates - expose object (List, Create, Read, Update)