Skip to content

Latest commit

 

History

History
165 lines (159 loc) · 6.17 KB

File metadata and controls

165 lines (159 loc) · 6.17 KB

ProgramSearch

Properties

Name Type Description Notes
Id Int32[] [optional]
CustomerNumber Int32[] [optional]
Status String[] [optional]
ProgramDefinitionID Int32[] [optional]
Size DecimalRange [optional]
SourceCode Int32[] [optional]
DateSold DateTimeRange [optional]
TechnicianNote String [optional]
TechnicianNoteExpiration DateTimeRange [optional]
CustomerNote String [optional]
CustomerNoteExpiration DateTimeRange [optional]
EstimateRequestDate DateTimeRange [optional]
Route String [optional]
DayCode String [optional]
Sequence Int32 [optional]
SoldBy1 StringRange [optional]
SoldBy2 StringRange [optional]
DiscountCode String [optional]
StandardPrice DecimalRange [optional]
AveragePrice DecimalRange [optional]
Price DecimalRange [optional]
NumberOfServices IntRange [optional]
BillingType String [optional]
RejectCode Int32 [optional]
RejectDate DateTimeRange [optional]
CancelCode Int32 [optional]
CancelDate DateTimeRange [optional]
CanceledBy String [optional]
HoldCOde Int32 [optional]
HoldBegin DateTimeRange [optional]
HoldDate DateTimeRange [optional]
LatestDependentServiceCompletionDate DateTimeRange [optional]
EstimateRequestTakenBy String [optional]
EstimatedBy String [optional]
EstimatePrinted DateTimeRange [optional]
EstimateGiven DateTimeRange [optional]
ContactDate DateTimeRange [optional]
CallBackDate DateTimeRange [optional]
CustomerLetterID Int32 [optional]
IncludeInConfirmationLetter Boolean [optional]
AverageTime IntRange [optional]
Complete Boolean [optional]
Repeat String [optional]
RepeatEvery Int32 [optional]
EndOn DateTimeRange [optional]
RepeatBy String [optional]
CallAhead Int32 [optional]
ContractID Int32 [optional]
MaximumRepetitions Int32 [optional]
DoneToDate IntRange [optional]
IsAutoRenew Boolean [optional]
NextDate DateTimeRange [optional]
TemporaryRoute String [optional]
TemporarySequence Int32 [optional]
TemporaryDaycode String [optional]
EstimateRequestedBy String [optional]
EstimateReferredBy Int32 [optional]
LastPriceChange DateTimeRange [optional]
ServiceYear IntRange [optional]
Difficulty DecimalRange [optional]
ConfirmationDate DateTimeRange [optional]
PurchaseOrderNumber String [optional]
ConfirmedBy String [optional]
IsRenewed Boolean [optional]
WorkOrderPricing Double [optional]
IsFullProgram Boolean [optional]
PaymentPlanByEmployee String [optional]
PaymentPlanDate DateTimeRange [optional]
LockSchedule Boolean [optional]
Records Int32 [optional]
Offset Int32 [optional]
Created DateTimeRange [optional]
Updated DateTimeRange [optional]

Examples

  • Prepare the resource
$ProgramSearch = Initialize-RealGreenSaPSProgramSearch  -Id null `
 -CustomerNumber null `
 -Status null `
 -ProgramDefinitionID null `
 -Size null `
 -SourceCode null `
 -DateSold null `
 -TechnicianNote null `
 -TechnicianNoteExpiration null `
 -CustomerNote null `
 -CustomerNoteExpiration null `
 -EstimateRequestDate null `
 -Route null `
 -DayCode null `
 -Sequence null `
 -SoldBy1 null `
 -SoldBy2 null `
 -DiscountCode null `
 -StandardPrice null `
 -AveragePrice null `
 -Price null `
 -NumberOfServices null `
 -BillingType null `
 -RejectCode null `
 -RejectDate null `
 -CancelCode null `
 -CancelDate null `
 -CanceledBy null `
 -HoldCOde null `
 -HoldBegin null `
 -HoldDate null `
 -LatestDependentServiceCompletionDate null `
 -EstimateRequestTakenBy null `
 -EstimatedBy null `
 -EstimatePrinted null `
 -EstimateGiven null `
 -ContactDate null `
 -CallBackDate null `
 -CustomerLetterID null `
 -IncludeInConfirmationLetter null `
 -AverageTime null `
 -Complete null `
 -Repeat null `
 -RepeatEvery null `
 -EndOn null `
 -RepeatBy null `
 -CallAhead null `
 -ContractID null `
 -MaximumRepetitions null `
 -DoneToDate null `
 -IsAutoRenew null `
 -NextDate null `
 -TemporaryRoute null `
 -TemporarySequence null `
 -TemporaryDaycode null `
 -EstimateRequestedBy null `
 -EstimateReferredBy null `
 -LastPriceChange null `
 -ServiceYear null `
 -Difficulty null `
 -ConfirmationDate null `
 -PurchaseOrderNumber null `
 -ConfirmedBy null `
 -IsRenewed null `
 -WorkOrderPricing null `
 -IsFullProgram null `
 -PaymentPlanByEmployee null `
 -PaymentPlanDate null `
 -LockSchedule null `
 -Records null `
 -Offset null `
 -Created null `
 -Updated null
  • Convert the resource to JSON
$ProgramSearch | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]