afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/FulfillmentOrderItemTax.json

170 lines
5.5 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "FulfillmentOrderItemTax - Data API",
"description": "Represents the tax on a FulfillmentOrderLineItem or FulfillmentOrderItemAdjustment. Corresponds to an OrderItemTaxLineItemSummary. This object is available in API version 48.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Amount": {
"type": "currency",
"properties": "Create, Filter, Sort",
"description": "Amount of tax represented by the FulfillmentOrderItemTax."
},
"CurrencyIsoCode": {
"type": "picklist",
"properties": "Defaulted on create, Filter, Group, Restricted picklist, Sort",
"description": "ISO code for the currency of the FulfillmentOrderLineItem to which the tax applies. The default value is USD. Possible values are: DKK—Danish Krone EUR—Euro GBP—British Pound USD—U.S. Dollar This field is available in API version 49.0 and later."
},
"Description": {
"type": "textarea",
"properties": "Create, Nillable, Update",
"description": "Description of the FulfillmentOrderItemTax."
},
"FulfillmentOrderId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the associated FulfillmentOrder."
},
"FulfillmentOrderItemAdjustId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "If this object represents tax on an adjustment, this value is the ID of the FulfillmentOrderItemAdjustment to which the tax applies. If this value is null, the adjustment applies to a FulfillmentOrderLineItem."
},
"FulfillmentOrderItemTaxNumber": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "ID of the FulfillmentOrderItemTax."
},
"FulfillmentOrderLineItemId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "If this object represents tax on a FulfillmentOrderLineItem, this value is the ID of that FulfillmentOrderLineItem. If this object represents tax on an adjustment, this value is the ID of the FulfillmentOrderLineItem to which the adjustment applies."
},
"OrderItemTaxLineItemSummaryId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "ID of the OrderItemTaxLineItemSummary associated with the OrderItemSummary that corresponds to the FulfillmentOrderLineItem to which the tax applies."
},
"Rate": {
"type": "percent",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Tax rate used to calculate the Amount."
},
"TaxEffectiveDate": {
"type": "date",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Date on which the Amount was calculated. Important due to tax rate changes over time."
},
"Type": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "Indicates whether the Amount is actual or estimated. Possible values are: Actual Estimated"
}
},
"special_access_rules": "This object is only available in Salesforce Order Management orgs.",
"field_reference": {
"Amount": {
"field_label": "Amount",
"type": "currency",
"precision": "18",
"scale": "2"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Currency ISO Code",
"type": "picklist",
"length": "3"
},
"Description": {
"field_label": "Description",
"type": "textarea",
"length": "2000"
},
"FulfillmentOrderId": {
"field_label": "Fulfillment Order ID",
"type": "reference",
"length": "18"
},
"FulfillmentOrderItemAdjustId": {
"field_label": "Fulfillment Order Item Adjustment ID",
"type": "reference",
"length": "18"
},
"FulfillmentOrderItemTaxNumber": {
"field_label": "Name",
"type": "string",
"length": "255"
},
"FulfillmentOrderLineItemId": {
"field_label": "Fulfillment Order Product ID",
"type": "reference",
"length": "18"
},
"Id": {
"field_label": "Fulfillment Order Item Tax ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"OrderItemTaxLineItemSummaryId": {
"field_label": "Order Product Tax Line Item Summary ID",
"type": "reference",
"length": "18"
},
"Rate": {
"field_label": "Rate",
"type": "percent",
"precision": "5",
"scale": "2"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TaxEffectiveDate": {
"field_label": "Tax Effective Date",
"type": "date"
},
"Type": {
"field_label": "Type",
"type": "picklist",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"precision",
"scale",
"length"
]
}