Docpier IDP API
  1. element
Docpier IDP API
  • IDP API
  • Webhook
  • Endpoints
    • Agent Login (client credential flow)
    • Upload a document
    • Retrieve structured data
    • Provide feedback
  • Schemas
    • Schemas
      • api
        • UploadResponse
        • ApiError
        • DocumentInProgressResponse
        • FeedbackRequest
        • ProcessIssue
        • DocumentResponse
      • document
        • element
          • Amount
          • Identification
          • PaymentMethod
          • AllowanceInfo
          • PaymentDetailsInfo
          • LegalEntityInfo
          • Address Schema
          • TaxId
          • VAT Details Schema
          • DiscountInfo
          • InvoiceItemInfo
          • AccountTransactionDetails
          • AccountTransaction
          • PolicyItemInfo
          • PolicyInfo
          • CreditCardTransaction
          • CreditCardInfo
        • Unknown
        • Core Document
        • Invoice
        • Reminder
        • Receipt
        • Credit Note
        • Account Statement
        • CreditCard Statement
        • Insurance Policy
        • Policy Adjustment
      • workspace
        • Workspace
        • Membership
        • Document
        • FlowLog
        • Error
  1. element

PolicyInfo

{
    "insuranceType": "VEHICLE_INSURANCE",
    "policyHolder": {
        "name": "Invoice Beneficiary SA",
        "address": {
            "addressSupplement": "Attn: Accounting Dept.",
            "street": "Musterstrasse",
            "streetNumber": "12A",
            "poBox": "PO Box 123",
            "zipCode": "8001",
            "city": "Zürich",
            "country": "CHE"
        },
        "phoneNumbers": [
            "string"
        ],
        "emails": [
            "string"
        ],
        "taxIds": [
            {
                "type": "UID",
                "value": "CHE-999.999.999"
            }
        ],
        "legalForm": "SOLE_PROPRIETORSHIP"
    },
    "broker": {
        "name": "Invoice Beneficiary SA",
        "address": {
            "addressSupplement": "Attn: Accounting Dept.",
            "street": "Musterstrasse",
            "streetNumber": "12A",
            "poBox": "PO Box 123",
            "zipCode": "8001",
            "city": "Zürich",
            "country": "CHE"
        },
        "phoneNumbers": [
            "string"
        ],
        "emails": [
            "string"
        ],
        "taxIds": [
            {
                "type": "UID",
                "value": "CHE-999.999.999"
            }
        ],
        "legalForm": "SOLE_PROPRIETORSHIP"
    },
    "policyItems": {
        "insuranceType": "VEHICLE_INSURANCE",
        "coverageLimit": {
            "currency": "CHF",
            "value": 42.5
        },
        "objectReference": "string",
        "netPremium": {
            "currency": "CHF",
            "value": 42.5
        },
        "periodFrom": "2019-08-24",
        "periodTo": "2019-08-24"
    },
    "totalNetPremium": {
        "currency": "CHF",
        "value": 42.5
    },
    "totalGrossPremium": {
        "currency": "CHF",
        "value": 42.5
    }
}
Built with