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.
|
|
| ParentAgreementBasisId | Int64 | The business key identifier of the parent agreement basis.
|
|
| AgreementRowId | Int64 | The business key identifier of the source agreement row.
|
|
| CustomerOrderRowId | Int64 | The business key identifier of the generated customer order row.
|
|
| OrderRowType | Int32 | The order row type of the row.
|
|
| PartId | Int64? | The business key identifier of the row's part.
|
|
| EntityIdentityString | String | The entity identity string of the row.
|
|
| 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.
|
|
| Unit | Units | The unit of the row.
|
|
| 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.
|
|
| PriceCurrency | Currencies | The price currency of the row.
|
|
| PriceInCompanyCurrency | Decimal? | The price in company currency of the row. |
|
| PriceInCompanyCurrencyCurrencyId | Int64? | The business key identifier of the company currency.
|
|
| PriceInCompanyCurrencyCurrency | Currencies | The company currency of the row's price.
|
|
| 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.
|
|
| StandardPriceCurrency | Currencies | The standard price currency of the row.
|
|
| 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.
|
|
| 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
}