Skip to main content
API Family:Default
Version:24.200.001
Screen ID:FS300100

Properties

Select a row for its DAC field
PropertyTypeData Type
AddressSrvOrdAddressSrvOrdAddress
DAC Field:Not mapped to a DAC field
Description:No description available
AppointmentDurationStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.ApptDurationTotal
Description:No description available
AppointmentsListSrvOrdAppointments
DAC Field:Not mapped to a DAC field
Description:No description available
AppointmentsNeededBooleanValueboolean
DAC Field:PX.Objects.FS.FSServiceOrder.AppointmentsNeeded
Description:No description available
AttributesListSrvOrdAttributes
DAC Field:Not mapped to a DAC field
Description:No description available
BillableTotalDecimalValuedecimal
DAC Field:PX.Objects.FS.FSServiceOrder.CuryEffectiveBillableDocTotal
Description:No description available
BranchLocationStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.BranchLocationID
Description:No description available
ContactSrvOrdContactSrvOrdContact
DAC Field:Not mapped to a DAC field
Description:No description available
ContractInfoSrvOrdContractInfoSrvOrdContractInfo
DAC Field:Not mapped to a DAC field
Description:No description available
CurrencyStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.CuryID
Description:No description available
CustomerStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.CustomerID
Description:No description available
CustomerOrderStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.CustPORefNbr
Description:No description available
DateDateTimeValueDateTime
DAC Field:PX.Objects.FS.FSServiceOrder.OrderDate
Description:No description available
DefaultProjectTaskStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.DfltProjectTaskID
Description:No description available
DefaultStaffListSrvOrdDefaultStaff
DAC Field:Not mapped to a DAC field
Description:No description available
DescriptionStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.DocDesc
Description:No description available
DetailsListSrvOrdDetails
DAC Field:Not mapped to a DAC field
Description:No description available
EstimatedDurationStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.EstimatedDurationTotal
Description:No description available
ExternalReferenceStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.CustWorkOrderRefNbr
Description:No description available
FinancialDetailsSrvOrdFinancialDetailsSrvOrdFinancialDetails
DAC Field:Not mapped to a DAC field
Description:No description available
HoldBooleanValueboolean
DAC Field:PX.Objects.FS.FSServiceOrder.Hold
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.FS.FSServiceOrder.LastModifiedDateTime
Description:No description available
LocationStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.LocationID
Description:No description available
OtherInformationSrvOrdOtherInformationSrvOrdOtherInformation
DAC Field:Not mapped to a DAC field
Description:No description available
OverrideBooleanValueboolean
DAC Field:PX.Objects.FS.FSServiceOrder.AllowOverrideContactAddress
Description:No description available
PrepaymentsListSrvOrdPrepayments
DAC Field:Not mapped to a DAC field
Description:No description available
PriorityStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.Priority
Description:No description available
ProblemStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.ProblemID
Description:No description available
ProjectStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.ProjectID
Description:No description available
ServiceOrderNbrStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.RefNbr
Description:No description available
ServiceOrderTotalDecimalValuedecimal
DAC Field:PX.Objects.FS.FSServiceOrder.CuryDocTotal
Description:No description available
ServiceOrderTypeStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.SrvOrdType
Description:No description available
SeverityStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.Severity
Description:No description available
SLADateTimeValueDateTime
DAC Field:Not mapped to a DAC field
Description:No description available
SLATimeDateTimeValueDateTime
DAC Field:Not mapped to a DAC field
Description:No description available
StatusStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.Status
Description:No description available
SupervisorStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.AssignedEmpID
Description:No description available
TaxDetailsListSrvOrdTaxDetails
DAC Field:Not mapped to a DAC field
Description:No description available
TaxTotalDecimalValuedecimal
DAC Field:PX.Objects.FS.FSServiceOrder.CuryTaxTotal
Description:No description available
TotalsSrvOrdTotalsSrvOrdTotals
DAC Field:Not mapped to a DAC field
Description:No description available
WaitingforPurchasedItemsBooleanValueboolean
DAC Field:PX.Objects.FS.FSServiceOrder.WaitingForParts
Description:No description available
WorkflowStageStringValuestring
DAC Field:PX.Objects.FS.FSServiceOrder.WFStageID
Description:No description available

Minimum Payload

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

2 required fields
{
  "Customer": {
    "value": "string"
  },
  "Project": {
    "value": "string"
  },
  "Details": [
    {
      "LineType": {
        "value": "string"
      },
      "UOM": {
        "value": "string"
      }
    }
  ]
}

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

Details is the detail-lines collection (SrvOrdDetails); one example row is included above because a document usually has lines, and each row needs LineTypeUOM of its own.

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.

  • Attributesa list of SrvOrdAttributesrequired if you include one:Attribute
  • DefaultStaffa list of SrvOrdDefaultStaffrequired if you include one:StaffMemberIDsupplied by the parent:ServiceOrderNbr
  • FinancialDetailsa nested SrvOrdFinancialDetailsrequired if you include one:BillingCycle
  • Prepaymentsa list of SrvOrdPrepaymentsrequired if you include one:Type
  • TaxDetailsa list of SrvOrdTaxDetailsrequired if you include one:TaxIDsupplied by the parent:ServiceOrderNbr

Available in Versions