# Issue quote Issue quote, after got success please check process status by /api/v1/ledger/requests/{requestId} you can find it in this doc Endpoint: POST /api/v1/ledger/sales/policies/{id}/issue Version: 1.0 Security: bearerAuth ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" ## Path parameters: - `id` (string, required) id of quote ## Response 202 fields (application/json): - `requestId` (string) Example: "64ff614a-551f-4b38-a7ba-37b7285c9562" ## 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"