ShippingTerm
3 properties
Properties
Select a row for its DAC field| Property | Type | Data Type | |
|---|---|---|---|
Description | StringValue | string | |
DAC Field: PX.Objects.CS.ShipTerms.DescriptionDescription:No description available | |||
Details | List | ShippingTermDetail | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
TermID | StringValue | string | |
DAC Field: PX.Objects.CS.ShipTerms.ShipTermsIDDescription:No description available | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"TermID": {
"value": "string"
},
"Details": [
{
"LineNbr": {
"value": 0
}
}
]
}For every property this entity accepts, see the properties table.
Details is the detail-lines collection (ShippingTermDetail); one example row is included above because a document usually has lines, and each row needs LineNbr of its own.