Add new integration between customer and third party
x-ms-visibility: "important"
Use this endpoint to create integrations.
Path Parameters
integrationType string required
Integration type that is created, currently available OCPI, UtilityCloud and Salesforce
application/json
Request Body
Basic integration data. For OCPI, Initialrole is SENDER or RECEIVER and CustomerRoles is CPO or EMSP or both.
integrationName string
approvedPartyId int64
Responses
- 200
- 400
- 401
- 404
Returns the ok message and created integrationId
application/json
Schema
Example (from schema)
response
Schema
id string
{
"id": "string"
}
{"id":"123"}
Something went wrong
Not authorised
Customer not found
Loading...