Skip to main content
API Family:Default
Version:22.200.001
Screen ID:CS204100

Properties

Select a row for its DAC field and description
PropertyTypeData Type
SalesTerritoryIDStringValuestring
DAC Field:PX.Objects.CS.SalesTerritory.SalesTerritoryID
Description:The primary key.
SalesTerritoryNameStringValuestring
DAC Field:PX.Objects.CS.SalesTerritory.Name
Description:The name of Sales territory.
ActiveBooleanValueboolean
DAC Field:PX.Objects.CS.SalesTerritory.IsActive
Description:Indicates (if set to true) that the sales territory is active.
TerritoryTypeStringValuestring
DAC Field:PX.Objects.CS.SalesTerritory.SalesTerritoryType
Description:Type of sales territory SalesTerritoryTypeAttribute.
CountryStringValuestring
DAC Field:PX.Objects.CS.SalesTerritory.CountryID
Description:The Address.CountryID identifier for Sales Territories of type SalesTerritoryTypeAttribute.byState
CountriesListCountryDetail
DAC Field:Not mapped to a DAC field
Description:No description available
CountryStatesListStateDetail
DAC Field:Not mapped to a DAC field
Description:No description available

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

2 required fields
{
  "SalesTerritoryID": {
    "value": "string"
  },
  "SalesTerritoryName": {
    "value": "string"
  }
}

For every property this entity accepts, see the properties table.

Optional Children

None of these child collections is required — a payload without them is valid. If you do include one, these are the fields each row of it needs; keys the parent record supplies are named separately and must not be sent.

  • Countriesa list of CountryDetailrequired if you include one:CountryIDCountryName
  • CountryStatesa list of StateDetailrequired if you include one:StateID

Available in Versions