API Docs / Schemas / ExternalProposalLineDto

ExternalProposalLineDto

A line item on an external proposal

Properties

Name Type Description
idstring

External platform line ID

External platform line ID

serviceTemplateIdstring

Service template ID on the external platform (used for service mapping)

Service template ID on the external platform (used for service mapping)

titlestring

Line item title / service name

Line item title / service name

descriptionstring

Line item description

Line item description

isRecurringboolean

Whether this is a recurring charge

Whether this is a recurring charge

pricenumber

Price for this line

Price for this line

billingMethodstring

Billing method (e.g., "fixed", "hourly")

Billing method (e.g., "fixed", "hourly")

mappedServiceCodeAndNameDto
isAssignedToClientboolean

Whether this mapped service has already been assigned to the client

Whether this mapped service has already been assigned to the client

clientServiceStatusenum

Active Inactive Paused Proposed

Active Inactive Paused Proposed

JSON Example

{
  "id": "string",
  "serviceTemplateId": "string",
  "title": "string",
  "description": "string",
  "isRecurring": false
}

Contained in Schemas