POST api/orderprocesses/Get/Products

Request Information

URI Parameters

None.

Body Parameters

QuestionnaireRequest
NameDescriptionTypeAdditional information
ID

integer

None.

OrderProcessID

integer

None.

ShortDescription

string

None.

Description

string

None.

Order

integer

None.

IsChildGroup

boolean

None.

ChildGroupOrder

integer

None.

ChildGroupDescription

string

None.

ChildGroupShortDescription

string

None.

ListingID

integer

None.

UserTaskID

integer

None.

UserTaskIsCompleted

boolean

None.

OrderID

integer

None.

Completed

boolean

None.

OrderProcessCategoryID

integer

None.

OrderProcessTypeID

integer

None.

OrderProcessTypeDescr

string

None.

QuestionnaireID

integer

None.

OrderProcessSaveTypeID

integer

None.

OrderProcessSaveTypeDescr

string

None.

Required

boolean

None.

ProcessColor

integer

None.

LinkID

integer

None.

LinkOrder

integer

None.

PrevProcessID

integer

None.

PrevProcessShortDescr

string

None.

PrevProcessDescr

string

None.

PrevProcessTypeID

integer

None.

PrevProcessTypeDescr

string

None.

PrevListingID

integer

None.

NextProcessID

integer

None.

NextProcessShortDescr

string

None.

NextProcessDescr

string

None.

NextProcessTypeID

integer

None.

NextProcessTypeDescr

string

None.

NextListingID

integer

None.

OrderProcessGroupID

integer

None.

ManufacturerID

integer

None.

AddDescription

string

None.

AnswerSessionID

integer

None.

AnswerManufacturerID

integer

None.

SignatureDataID

integer

None.

DateModified

date

None.

OutletID

integer

None.

OutletDescr

string

None.

PlannedTime

date

None.

JobscheduleID

integer

None.

ActivityID

integer

None.

ActivityTypeID

integer

None.

IsListed

boolean

None.

DoProcessTracking

boolean

None.

ProcessTrackingPriorityID

integer

None.

IsRandom

boolean

None.

SequenceAllow

boolean

None.

SequenceCanEdit

boolean

None.

SequenceOrder

integer

None.

SequenceEnabled

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "OrderProcessID": 2,
  "ShortDescription": "sample string 3",
  "Description": "sample string 4",
  "Order": 5,
  "IsChildGroup": true,
  "ChildGroupOrder": 7,
  "ChildGroupDescription": "sample string 8",
  "ChildGroupShortDescription": "sample string 9",
  "ListingID": 10,
  "UserTaskID": 11,
  "UserTaskIsCompleted": true,
  "OrderID": 13,
  "Completed": true,
  "OrderProcessCategoryID": 15,
  "OrderProcessTypeID": 16,
  "OrderProcessTypeDescr": "sample string 17",
  "QuestionnaireID": 18,
  "OrderProcessSaveTypeID": 19,
  "OrderProcessSaveTypeDescr": "sample string 20",
  "Required": true,
  "ProcessColor": 22,
  "LinkID": 23,
  "LinkOrder": 24,
  "PrevProcessID": 25,
  "PrevProcessShortDescr": "sample string 26",
  "PrevProcessDescr": "sample string 27",
  "PrevProcessTypeID": 28,
  "PrevProcessTypeDescr": "sample string 29",
  "PrevListingID": 30,
  "NextProcessID": 31,
  "NextProcessShortDescr": "sample string 32",
  "NextProcessDescr": "sample string 33",
  "NextProcessTypeID": 34,
  "NextProcessTypeDescr": "sample string 35",
  "NextListingID": 36,
  "OrderProcessGroupID": 37,
  "ManufacturerID": 38,
  "AddDescription": "sample string 39",
  "AnswerSessionID": 40,
  "AnswerManufacturerID": 41,
  "SignatureDataID": 42,
  "DateModified": "2025-12-06T05:32:10.068921+02:00",
  "OutletID": 44,
  "OutletDescr": "sample string 45",
  "PlannedTime": "2025-12-06T05:32:10.068921+02:00",
  "JobscheduleID": 47,
  "ActivityID": 48,
  "ActivityTypeID": 49,
  "IsListed": true,
  "DoProcessTracking": true,
  "ProcessTrackingPriorityID": 52,
  "IsRandom": true,
  "SequenceAllow": true,
  "SequenceCanEdit": true,
  "SequenceOrder": 56,
  "SequenceEnabled": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.