Show / Hide Table of Contents

    Bookings

    Queryable, Introduced in version 2.44

    GET https://localhost:8001/sv/001.1/api/v1/Accounting/Bookings
    

    Represents a booking.

    GUID

    9c0f59b7-6d48-4099-8e4b-c95ced9cd87d
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the booking.
    ParentClass Guid The GUID of the booking’s owner type.
    ParentId Int64 The business key identifier of the booking owner.
    Rows BookingRows[] The rows that belong to the booking.

    • Expandable

    Example

    {
      "Id": 0,
      "ParentClass": "00000000-0000-0000-0000-000000000000",
      "ParentId": 0,
      "Rows": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB