Show / Hide Table of Contents

    PurchaseOrderAdvices

    Queryable, Introduced in version 22.2

    GET https://localhost:8001/sv/001.1/api/v1/Purchase/PurchaseOrderAdvices
    

    Represents a purchase order advice.

    GUID

    3020A4C1-7B63-497D-BB9D-A9E265EDD125
    

    Required permission

    Show arrival
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the purchase order advice.
    SupplierId Int64 The business key identifier of the supplier for the advice.

    • References Suppliers
    Status Int32 The status of the advice.

    • Registered: 1
    • PartiallyDelivered: 5
    • History: 9
    DispatchDate DateTimeOffset The dispatch date of the advice.
    DeliveryNoteNumber String The delivery note number of the advice.

    • Max length is 35
    • Not nullable
    ShipmentNumber String The shipment number of the advice.

    • Max length is 35
    GoodsTrackingUrl String The gods tracking url of the advice.

    • Max length is 255

    Example

    {
      "Id": 0,
      "SupplierId": 0,
      "Status": 0,
      "DispatchDate": "0001-01-01T00:00:00+00:00",
      "DeliveryNoteNumber": null,
      "ShipmentNumber": null,
      "GoodsTrackingUrl": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB