API Docs / Operations / External Proposals / Map External Service

Map External Service

PUT /tenants/{tenant}/external-proposals/service-mapping

Maps an external service template to a Sodium BillableService. Creates or updates the mapping.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "externalServiceId": "string",
  "externalServiceName": "string",
  "billableServiceCode": "string"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key