post
POST /einsurance/Send/Model/Preview HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 1235

{
  "Insurance": {
    "InsuranceInfo": {
      "UUID": "123e4567-e89b-12d3-a456-426614174000",
      "TemplateUUID": "123e4567-e89b-12d3-a456-426614174000",
      "TemplateBase64String": "text",
      "InsuranceSerieOrNumber": "text",
      "IssueDate": "2025-04-28T11:29:06.631Z",
      "CurrencyCode": "text",
      "ExchangeRate": 1,
      "InvoicePeriod": {
        "StartDate": "2025-04-28T11:29:06.631Z",
        "StartTime": "text",
        "EndDate": "2025-04-28T11:29:06.631Z",
        "EndTime": "text",
        "DurationMeasureValue": 1,
        "Description": "text"
      }
    },
    "CompanyInfo": {
      "TaxNumber": "text",
      "Name": "text",
      "TaxOffice": "text",
      "PartyIdentifications": [
        {
          "SchemeID": "text",
          "Value": "text"
        }
      ],
      "AgentPartyIdentifications": [
        {
          "SchemeID": "text",
          "Value": "text"
        }
      ],
      "Address": "text",
      "District": "text",
      "City": "text",
      "Country": "text",
      "PostalCode": "text",
      "Phone": "text",
      "Fax": "text",
      "Mail": "text",
      "WebSite": "text"
    },
    "CustomerInfo": {
      "TaxNumber": "text",
      "Name": "text",
      "TaxOffice": "text",
      "PartyIdentifications": [
        {
          "SchemeID": "text",
          "Value": "text"
        }
      ],
      "AgentPartyIdentifications": [
        {
          "SchemeID": "text",
          "Value": "text"
        }
      ],
      "Address": "text",
      "District": "text",
      "City": "text",
      "Country": "text",
      "PostalCode": "text",
      "Phone": "text",
      "Fax": "text",
      "Mail": "text",
      "WebSite": "text"
    },
    "InsuranceLines": [
      {
        "Name": "text",
        "CancelledCommissionAmount": 1,
        "IssuedCommissionAmount": 1
      }
    ],
    "Notes": [
      "text"
    ]
  }
}
text