Search Results for

    Show / Hide Table of Contents

    BlanketOrderPurchases

    Queryable, Introduced in version 23.8

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

    Represents a blanket order for purchase.

    GUID

    A1F017C3-02E1-4E05-A36E-514BDA5D1BF5
    

    Required permission

    Show blanket order
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the blanket order.
    LifeCycleState Int32 The life cycle state of the blanket order.

    • Transient: 1
    • Persistent: 10
    • History: 20
    • RemovableCandidate: 99
    OrderNumber String The human readable identifier of the blanket order.

    • Not nullable
    • Unique
    • Max length is 15
    OrderTypeId Int64? The business key identifier of the blanket order's type.

    • References BlanketOrderPurchaseTypes
    BusinessContactId Int64? The business key identifier of the blanket order's supplier.

    • References Suppliers
    SuppliersOrderNumber String The supplier's order number of the blanket order.

    • Max length is 30
    BusinessContactReferenceId Int64? The business key identifier of the blanket order's business contact reference.

    • References BusinessContactReferences
    BusinessContactReference BusinessContactReferences The business contact reference of the blanket order.

    • Expandable
    BusinessContactReferenceName String The business contact reference name of the blanket order.

    • Max length is 80
    OurReferenceId Int64? The business key identifier of the blanket order's our reference.

    • References Persons
    OurReference Persons Our reference of the blanket order.

    • Expandable
    OurReferenceName String Our reference name of the blanket order.

    • Max length is 80
    ValidationPeriod Int32 Specifies the validation period of the blanket order.

    • OrderDate: 0
    • DeliveryDate: 1
    ValidFrom DateTimeOffset The valid from date of the blanket order.
    ValidThrough DateTimeOffset The valid through date of the blanket order.
    Priority Int32 The priority of the blanket order.
    Status Int32 The status of the blanket order.

    • Registered: 1
    • Printed: 2
    • PartiallyCalledOf: 7
    • FullyCalledOf: 8
    • History: 9
    CategoryString String The category string of the blanket order.

    • Max length is 20
    UseForwardRate Boolean Specifies if the blanket order use forward rate.
    ExchangeRate Decimal The exchange rate of the blanket order.
    CurrencyId Int64? The business key identifier of the blanket order's currency.

    • References Currencies
    Currency Currencies The currency of the blanket order.

    • Expandable
    OrderDate DateTimeOffset The order date of the blanket order.
    DefaultOrderPrintoutVia Int32 The default order printout method of the blanket order.

    • Printer: 0
    • Email: 1
    • Edi: 2
    • None: 9
    MailingAddressId Int64? The business key identifier of the blanket order's mailing address.

    • References Addresses
    MailingAddress Addresses The mailing address of the blanket order.

    • Expandable
    InternalCommentId Int64? The business key identifier of the blanket order's internal comment.

    • References Comments
    InternalComment Comments The internal comment of the blanket order.

    • Expandable
    ExternalCommentId Int64? The business key identifier of the blanket order's external comment.

    • References Comments
    ExternalComment Comments The external comment of the blanket order.

    • Expandable
    CurrencyExchangeTypeId Int64? The business key identifier of the blanket order's currency exchange type.

    • References CurrencyExchangeTypes
    CurrencyExchangeType CurrencyExchangeTypes The currency exchange type of the blanket order.

    • Expandable
    Rows BlanketOrderPurchaseRows[] The rows of the blanket order.

    • Expandable

    Example

    {
      "Id": 0,
      "LifeCycleState": 0,
      "OrderNumber": null,
      "OrderTypeId": null,
      "BusinessContactId": null,
      "SuppliersOrderNumber": null,
      "BusinessContactReferenceId": null,
      "BusinessContactReference": null,
      "BusinessContactReferenceName": null,
      "OurReferenceId": null,
      "OurReference": null,
      "OurReferenceName": null,
      "ValidationPeriod": 0,
      "ValidFrom": "0001-01-01T00:00:00+00:00",
      "ValidThrough": "0001-01-01T00:00:00+00:00",
      "Priority": 0,
      "Status": 0,
      "CategoryString": null,
      "UseForwardRate": false,
      "ExchangeRate": 0.0,
      "CurrencyId": null,
      "Currency": null,
      "OrderDate": "0001-01-01T00:00:00+00:00",
      "DefaultOrderPrintoutVia": 0,
      "MailingAddressId": null,
      "MailingAddress": null,
      "InternalCommentId": null,
      "InternalComment": null,
      "ExternalCommentId": null,
      "ExternalComment": null,
      "CurrencyExchangeTypeId": null,
      "CurrencyExchangeType": null,
      "Rows": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB