# Create a new quote Create a new quote by schema, you can get schema in Schemes section Endpoint: POST /api/v1/ledger/sales/policies/create Version: 1.0 Security: bearerAuth ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" - `Accept-Language` (string, required) Chosen language ## Response 422 fields (application/json): - `message` (string) Example: "The given data was invalid." - `errors` (object) Example: {"schema.type":["The schema.type field is required."],"schema.name":["The schema.name field is required."],"policy.dateInception":["The policy.date inception is not a valid date."]} ## Response 500 fields (application/json): - `message` (string) Example: "Server Error"