Search Results for

    Show / Hide Table of Contents

    Deferred Income / Prepayment

    A deferred profile can be specified for Deferred Income and Prepayment document lines.

    The document type and account must be configured to support Deferred Income/Prepayment.

    Each deferred line must have the profile, the number of periods and from/to dates specified.

    {
        "docTypeId": "SISTD",
        ...
        "details": [
          {
            ...
            "isDeferred": true,
            "deferredDistribution": {
               "profileId":"c093459c-cf93-4076-ab54-238aa18d69db",
               "dateFrom":"2023-12-01",
               "dateTo":"2024-06-01",
               "periods":6
              }
          },
          {
            ...
            "isDeferred": true,
            "deferredDistribution": {
               "profileId":"a45f56ca-7498-456a-9d00-48f745df8794",
               "dateFrom":"2023-12-01",
               "dateTo":"2024-12-01",
               "periods":12
              }
          }
       ]
    }
    
    
    In this article
    Back to top Generated by DocFX