UpsertServiceMappingRequest
Request to map an external service template to a Sodium BillableService
Properties
| Name | Type | Description |
|---|---|---|
| externalServiceId* | string | The external platform's service template ID (e.g., Socket's availableProposalLineId) |
The external platform's service template ID (e.g., Socket's availableProposalLineId) | ||
| externalServiceName | string | The display name of the service on the external platform (cached for display) |
The display name of the service on the external platform (cached for display) | ||
| billableServiceCode* | string | The Sodium BillableService code to map to |
The Sodium BillableService code to map to | ||
JSON Example
{
"externalServiceId": "string",
"externalServiceName": "string",
"billableServiceCode": "string"
}