Search Results for

    Show / Hide Table of Contents

    SalesAgreementBasisRows

    Queryable, Introduced in version 26.4

    GET https://localhost:8001/sv/001.1/api/v1/Sales/SalesAgreementBasisRows
    

    Represents a sales agreement basis row.

    GUID

    1e49a395-9918-4583-9a00-ffe5d1be4efd
    

    Required permission

    Show agreement
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the agreement basis row.
    ParentRowId Int64? The business key identifier of the parent row.

    • References SalesAgreementBasisRows
    ParentAgreementBasisId Int64 The business key identifier of the parent agreement basis.

    • References SalesAgreementBases
    AgreementRowId Int64 The business key identifier of the source agreement row.

    • References SalesAgreementRows
    CustomerOrderRowId Int64 The business key identifier of the generated customer order row.

    • References CustomerOrderRows
    OrderRowType Int32 The order row type of the row.

    • Part: 1
    • Additional: 2
    • Sum: 3
    • FreeText: 4
    PartId Int64? The business key identifier of the row's part.

    • References Parts
    EntityIdentityString String The entity identity string of the row.

    • Max length is 20
    AdditionalRowDescription String The additional row description of the row.
    FreeTextHtml String The free text formatted as rich text HTML of the row.
    FreeText String The free text as raw text of the row.
    Quantity Decimal The quantity of the row.
    ConversionFactor Decimal The conversion factor of the row.
    UnitId Int64? The business key identifier of the row's unit.

    • References Units
    Unit Units The unit of the row.

    • Expandable
    MileageHours Decimal The mileage hours of the row.
    Price Decimal? The price of the row.
    PriceCurrencyId Int64? The business key identifier of the row's price currency.

    • References Currencies
    PriceCurrency Currencies The price currency of the row.

    • Expandable
    PriceInCompanyCurrency Decimal? The price in company currency of the row.
    PriceInCompanyCurrencyCurrencyId Int64? The business key identifier of the company currency.

    • References Currencies
    PriceInCompanyCurrencyCurrency Currencies The company currency of the row's price.

    • Expandable
    Discount Decimal The discount of the row.
    StandardPrice Decimal? The standard price of the row.
    StandardPriceCurrencyId Int64? The business key identifier of the row's standard price currency.

    • References Currencies
    StandardPriceCurrency Currencies The standard price currency of the row.

    • Expandable
    Amount Decimal The total amount of the row.
    AmountInCompanyCurrency Decimal The total amount in company currency of the row.
    VatRateId Int64 The business key identifier of the row's VAT rate.

    • References VatRates
    IsOneTimeCost Boolean Indicates if the row is a one-time cost.
    PeriodStart DateTimeOffset? The period start date of the row.
    PeriodEnd DateTimeOffset? The period end date of the row.

    Example

    {
      "Id": 0,
      "ParentRowId": null,
      "ParentAgreementBasisId": 0,
      "AgreementRowId": 0,
      "CustomerOrderRowId": 0,
      "OrderRowType": 0,
      "PartId": null,
      "EntityIdentityString": null,
      "AdditionalRowDescription": null,
      "FreeTextHtml": null,
      "FreeText": null,
      "Quantity": 0.0,
      "ConversionFactor": 0.0,
      "UnitId": null,
      "Unit": null,
      "MileageHours": 0.0,
      "Price": null,
      "PriceCurrencyId": null,
      "PriceCurrency": null,
      "PriceInCompanyCurrency": null,
      "PriceInCompanyCurrencyCurrencyId": null,
      "PriceInCompanyCurrencyCurrency": null,
      "Discount": 0.0,
      "StandardPrice": null,
      "StandardPriceCurrencyId": null,
      "StandardPriceCurrency": null,
      "Amount": 0.0,
      "AmountInCompanyCurrency": 0.0,
      "VatRateId": 0,
      "IsOneTimeCost": false,
      "PeriodStart": null,
      "PeriodEnd": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB