API

Production APIs

GET production/work-orders/{productionWorkOrderId}/planned-operations

Planned operations for production work order

HTTP method GET
URI https://api.rambase.net/production/work-orders/{productionWorkOrderId}/planned-operations
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {productionWorkOrderId} Production work order identifier
Integer, minimum 100000
Maximum page size ($top) 50
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 5039, version 12

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

ContainingPlannedOperationUsageDate Date Show all planned operations documents containing planned operation usage date. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
IsOutsourced Boolean A flag to indicate if production operation is outsourced.
IsProcessingCompleted Boolean True if processing is completed.
OutsourcedPurchaseOrderSupplier Integer RamBase supplier identifier.
PlannedFinishedAt Datetime Date and time planned to finish. Specified by the planned work order operation.. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
PlannedStartAt Datetime Date and time planned to start. Specified by the planned work order operation.. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ProductionResourceGroupId Integer Production resource group identifier.
ProductionResourceId Integer Production resource identifier.
ProductStructureOperationSequence Integer Work order operation's task identifier.
PurchaseOrderId Integer Purchase order identifier.
SourceObjectId String Identifier of the object.
SourceType String Type of object.
Status Integer Production work order operation status.

Read more about filters and sorting on how to use sortable parameters

ContainingPlannedOperationUsageDate Date Show all planned operations documents containing planned operation usage date
IsOutsourced Boolean A flag to indicate if production operation is outsourced
IsProcessingCompleted Boolean True if processing is completed
OutsourcedPurchaseOrderSupplier Integer RamBase supplier identifier
PlannedFinishedAt Datetime Date and time planned to finish. Specified by the planned work order operation.
PlannedStartAt Datetime Date and time planned to start. Specified by the planned work order operation.
ProductionResourceGroupId Integer Production resource group identifier
ProductionResourceId Integer Production resource identifier
ProductStructureOperationSequence Integer Work order operation's task identifier
PurchaseOrderId Integer Purchase order identifier
SourceObjectId String Identifier of the object
SourceType String Type of object
Status Integer Production work order operation status

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<PlannedOperations>
2
     <PlannedOperation>
3
          <PlannedOperationId
PlannedOperationId

Planned work order operation identifier

>
{Integer}</PlannedOperationId>
4
          <Status
Status

Status of planned operation

Possible domain values can be found here

>
{Integer}</Status>
5
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
6
          <PlannedStartAt
PlannedStartAt

Date and time planned to start. Specified by the planned work order operation.

>
{Datetime}</PlannedStartAt>
7
          <PlannedFinishedAt
PlannedFinishedAt

Date and time planned to finish. Specified by the planned work order operation.

>
{Datetime}</PlannedFinishedAt>
8
          <PlannedStartAtMargin
PlannedStartAtMargin

Critical days

>
{Integer}</PlannedStartAtMargin>
9
          <IsOperationLocked
IsOperationLocked

Is locked, must not be moved. Can be due to inspection by external source.

>
{Boolean}</IsOperationLocked>
10
          <LatestStartAt
LatestStartAt

late start represents the latest an activity can start without affecting the planned production / project finish date

>
{Datetime}</LatestStartAt>
11
          <ProductStructureOperation>
12
               <ProductStructureOperationId
ProductStructureOperationId

Product structure operation identifier

>
{Integer}</ProductStructureOperationId>
13
               <SequenceNumber
SequenceNumber

Sequence number of the product structure operation. Unique within a product structure.

>
{Integer}</SequenceNumber>
14
               <Processing>
15
                    <RunTime
RunTime

Runtime of the product structure operation. Changeover time is not included here.

>
{Decimal}</RunTime>
16
               </Processing>
17
               <Changeover>
18
                    <SetupTime
SetupTime

Changeover pre/setup time in hours

>
{Decimal}</SetupTime>
19
                    <CleanupTime
CleanupTime

Changeover post/cleanup time in hours

>
{Decimal}</CleanupTime>
20
               </Changeover>
21
               <ProductionOperation>
22
                    <ProductionOperationId
ProductionOperationId

Production operation identifier

>
{Integer}</ProductionOperationId>
23
                    <Name
Name

Name of production operation

>
{String}</Name>
24
                    <ProductionOperationLink
ProductionOperationLink

Production operation reference

>
{String}</ProductionOperationLink>
25
               </ProductionOperation>
26
               <OutsourcedOperation>
27
                    <IsOutsourced
IsOutsourced

A flag to indicate if production operation is outsourced

>
{Boolean}</IsOutsourced>
28
               </OutsourcedOperation>
29
               <ProductStructureVersion>
30
                    <ProductStructureVersionId
ProductStructureVersionId

Product structure identifier

>
{Integer}</ProductStructureVersionId>
31
                    <ProductStructureVersionLink
ProductStructureVersionLink

Product structure reference

>
{String}</ProductStructureVersionLink>
32
               </ProductStructureVersion>
33
          </ProductStructureOperation>
34
          <ProductionResourceGroup>
35
               <ProductionResourceGroupId
ProductionResourceGroupId

Production resource group identifier

>
{Integer}</ProductionResourceGroupId>
36
               <Name
Name

Name of production resource group

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.ProductionResourceGroup.Name in your request URI to get this field

>
{String}</Name>
37
               <ProductionResourceGroupLink
ProductionResourceGroupLink

Production resource group reference

>
{String}</ProductionResourceGroupLink>
38
          </ProductionResourceGroup>
39
          <ProductionResource>
40
               <ProductionResourceId
ProductionResourceId

Production resource identifier

>
{Integer}</ProductionResourceId>
41
               <Name
Name

Name of production resource

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.ProductionResource.Name in your request URI to get this field

>
{String}</Name>
42
               <ProductionResourceLink
ProductionResourceLink

Production resource reference

>
{String}</ProductionResourceLink>
43
          </ProductionResource>
44
          <OutsourcedOperationPurchaseOrderItem>
45
               <PurchaseOrderItemId
PurchaseOrderItemId

Item-/line-number of the purchase order

>
{Integer}</PurchaseOrderItemId>
46
               <PurchaseOrder>
47
                    <PurchaseOrderId
PurchaseOrderId

Purchase order identifier

>
{Integer}</PurchaseOrderId>
48
                    <Supplier>
49
                         <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
50
                         <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
51
                         <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
52
                    </Supplier>
53
                    <PurchaseOrderLink
PurchaseOrderLink

Purchase order reference

>
{String}</PurchaseOrderLink>
54
               </PurchaseOrder>
55
               <PurchaseOrderItemLink
PurchaseOrderItemLink

Purchase order item reference

>
{String}</PurchaseOrderItemLink>
56
          </OutsourcedOperationPurchaseOrderItem>
57
          <WorkOrderOperation
WorkOrderOperation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
58
               <WorkOrderOperationId
WorkOrderOperationId

Production work order operation identifier

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Integer}</WorkOrderOperationId>
59
               <Status
Status

Production work order operation status

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Integer}</Status>
60
               <ExtendedStatus
ExtendedStatus

Extended Work Order Operation status information

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{String}</ExtendedStatus>
61
               <ReadyAt
ReadyAt

Earliest date and time for starting the work order operation. This is typically when the previous operation was completed. Comparing EarliestStartAt with StartedAt might give insight for improvements.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Datetime}</ReadyAt>
62
               <StartedAt
StartedAt

Date and time work order operation actually started

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Datetime}</StartedAt>
63
               <FinishedAt
FinishedAt

Date and time of completion

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Datetime}</FinishedAt>
64
               <AdditionalManHours
AdditionalManHours

Additional labour hours or man hours in this work order operation.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</AdditionalManHours>
65
               <Processing
Processing

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
66
                    <RunTime
RunTime

The time required to process a piece or lot at a specific operation. Specified in hours.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</RunTime>
67
               </Processing>
68
               <Changeover
Changeover

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
69
                    <SetupTime
SetupTime

Time in hours used for setup changeover

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</SetupTime>
70
                    <CleanupTime
CleanupTime

Time in hours used for cleanup changeover

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</CleanupTime>
71
               </Changeover>
72
               <CostOverrun
CostOverrun

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
73
                    <HasCostOverrun
HasCostOverrun

Flag to indicate if product structure's operation has got cost deviation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Boolean}</HasCostOverrun>
74
                    <ApprovedAmount
ApprovedAmount

Cost overrun approved value

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</ApprovedAmount>
75
                    <Amount
Amount

Value of product structure's operation cost deviation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</Amount>
76
               </CostOverrun>
77
               <TimeOverrun
TimeOverrun

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
78
                    <HasTimeOverrun
HasTimeOverrun

Flag to indicate if product structure's operation has got worklog deviation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Boolean}</HasTimeOverrun>
79
                    <Percent
Percent

Percentage value of product structure's operation worklog deviation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</Percent>
80
               </TimeOverrun>
81
               <ProductStructureOperation
ProductStructureOperation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
82
                    <SequenceNumber
SequenceNumber

Sequence number of the product structure operation. Unique within a product structure.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Integer}</SequenceNumber>
83
                    <Processing
Processing

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
84
                         <RunTime
RunTime

Runtime of the product structure operation. Changeover time is not included here.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</RunTime>
85
                    </Processing>
86
                    <Changeover
Changeover

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
87
                         <SetupTime
SetupTime

Changeover pre/setup time in hours

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</SetupTime>
88
                         <CleanupTime
CleanupTime

Changeover post/cleanup time in hours

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Decimal}</CleanupTime>
89
                    </Changeover>
90
               </ProductStructureOperation>
91
               <OnHold
OnHold

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
92
                    <IsOnHold
IsOnHold

True if work order operation is on hold

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Boolean}</IsOnHold>
93
                    <OnHoldAt
OnHoldAt

Date and time work order operation was set on hold

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Datetime}</OnHoldAt>
94
                    <OnHoldTo
OnHoldTo

Date and time work order operation should be on hold to

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Datetime}</OnHoldTo>
95
                    <Category
Category

A category of work order operation on hold reason

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Integer}</Category>
96
                    <Reason
Reason

Reason for setting work order operation on hold

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{String}</Reason>
97
               </OnHold>
98
               <LatestOperator
LatestOperator

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
99
                    <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{Integer}</EmployeeId>
100
                    <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{String}</LastName>
101
                    <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{String}</FirstName>
102
                    <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{String}</EmployeeLink>
103
               </LatestOperator>
104
               <WorkOrderOperationLink
WorkOrderOperationLink

Work order operation reference

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

>
{String}</WorkOrderOperationLink>
105
          </WorkOrderOperation>
106
          <NumberOfScheduledTaskProcesses
NumberOfScheduledTaskProcesses

Number of scheduled production task processes for planned operation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.NumberOfScheduledTaskProcesses in your request URI to get this field

>
{Integer}</NumberOfScheduledTaskProcesses>
107
          <PlannedOperationLink
PlannedOperationLink

Planned work order operation reference

>
{String}</PlannedOperationLink>
108
     </PlannedOperation>
109
     <Paging
Paging

Detailed paging information for this list.

>
110
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
111
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
112
          <Page
Page

Page index

>
{Integer}</Page>
113
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
114
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
115
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
116
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
117
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
118
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
119
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
120
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
121
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
122
     </Paging>
123
</PlannedOperations>
1
{
2
     "plannedOperations": [
3
          {
4
               "plannedOperationId
PlannedOperationId

Planned work order operation identifier

":
"{Integer}",
5
               "status
Status

Status of planned operation

Possible domain values can be found here

":
"{Integer}",
6
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
7
               "plannedStartAt
PlannedStartAt

Date and time planned to start. Specified by the planned work order operation.

":
"{Datetime}",
8
               "plannedFinishedAt
PlannedFinishedAt

Date and time planned to finish. Specified by the planned work order operation.

":
"{Datetime}",
9
               "plannedStartAtMargin
PlannedStartAtMargin

Critical days

":
"{Integer}",
10
               "isOperationLocked
IsOperationLocked

Is locked, must not be moved. Can be due to inspection by external source.

":
"{Boolean}",
11
               "latestStartAt
LatestStartAt

late start represents the latest an activity can start without affecting the planned production / project finish date

":
"{Datetime}",
12
               "productStructureOperation": {
13
                    "productStructureOperationId
ProductStructureOperationId

Product structure operation identifier

":
"{Integer}",
14
                    "sequenceNumber
SequenceNumber

Sequence number of the product structure operation. Unique within a product structure.

":
"{Integer}",
15
                    "processing": {
16
                         "runTime
RunTime

Runtime of the product structure operation. Changeover time is not included here.

":
"{Decimal}"
17
                    },
18
                    "changeover": {
19
                         "setupTime
SetupTime

Changeover pre/setup time in hours

":
"{Decimal}",
20
                         "cleanupTime
CleanupTime

Changeover post/cleanup time in hours

":
"{Decimal}"
21
                    },
22
                    "productionOperation": {
23
                         "productionOperationId
ProductionOperationId

Production operation identifier

":
"{Integer}",
24
                         "name
Name

Name of production operation

":
"{String}",
25
                         "productionOperationLink
ProductionOperationLink

Production operation reference

":
"{String}"
26
                    },
27
                    "outsourcedOperation": {
28
                         "isOutsourced
IsOutsourced

A flag to indicate if production operation is outsourced

":
"{Boolean}"
29
                    },
30
                    "productStructureVersion": {
31
                         "productStructureVersionId
ProductStructureVersionId

Product structure identifier

":
"{Integer}",
32
                         "productStructureVersionLink
ProductStructureVersionLink

Product structure reference

":
"{String}"
33
                    }
34
               },
35
               "productionResourceGroup": {
36
                    "productionResourceGroupId
ProductionResourceGroupId

Production resource group identifier

":
"{Integer}",
37
                    "name
Name

Name of production resource group

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.ProductionResourceGroup.Name in your request URI to get this field

":
"{String}",
38
                    "productionResourceGroupLink
ProductionResourceGroupLink

Production resource group reference

":
"{String}"
39
               },
40
               "productionResource": {
41
                    "productionResourceId
ProductionResourceId

Production resource identifier

":
"{Integer}",
42
                    "name
Name

Name of production resource

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.ProductionResource.Name in your request URI to get this field

":
"{String}",
43
                    "productionResourceLink
ProductionResourceLink

Production resource reference

":
"{String}"
44
               },
45
               "outsourcedOperationPurchaseOrderItem": {
46
                    "purchaseOrderItemId
PurchaseOrderItemId

Item-/line-number of the purchase order

":
"{Integer}",
47
                    "purchaseOrder": {
48
                         "purchaseOrderId
PurchaseOrderId

Purchase order identifier

":
"{Integer}",
49
                         "supplier": {
50
                              "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
51
                              "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
52
                              "supplierLink
SupplierLink

Supplier reference

":
"{String}"
53
                         },
54
                         "purchaseOrderLink
PurchaseOrderLink

Purchase order reference

":
"{String}"
55
                    },
56
                    "purchaseOrderItemLink
PurchaseOrderItemLink

Purchase order item reference

":
"{String}"
57
               },
58
               "workOrderOperation
WorkOrderOperation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
59
                    "workOrderOperationId
WorkOrderOperationId

Production work order operation identifier

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Integer}",
60
                    "status
Status

Production work order operation status

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Integer}",
61
                    "extendedStatus
ExtendedStatus

Extended Work Order Operation status information

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{String}",
62
                    "readyAt
ReadyAt

Earliest date and time for starting the work order operation. This is typically when the previous operation was completed. Comparing EarliestStartAt with StartedAt might give insight for improvements.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Datetime}",
63
                    "startedAt
StartedAt

Date and time work order operation actually started

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Datetime}",
64
                    "finishedAt
FinishedAt

Date and time of completion

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Datetime}",
65
                    "additionalManHours
AdditionalManHours

Additional labour hours or man hours in this work order operation.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}",
66
                    "processing
Processing

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
67
                         "runTime
RunTime

The time required to process a piece or lot at a specific operation. Specified in hours.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}"
68
                    },
69
                    "changeover
Changeover

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
70
                         "setupTime
SetupTime

Time in hours used for setup changeover

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}",
71
                         "cleanupTime
CleanupTime

Time in hours used for cleanup changeover

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}"
72
                    },
73
                    "costOverrun
CostOverrun

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
74
                         "hasCostOverrun
HasCostOverrun

Flag to indicate if product structure's operation has got cost deviation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Boolean}",
75
                         "approvedAmount
ApprovedAmount

Cost overrun approved value

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}",
76
                         "amount
Amount

Value of product structure's operation cost deviation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}"
77
                    },
78
                    "timeOverrun
TimeOverrun

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
79
                         "hasTimeOverrun
HasTimeOverrun

Flag to indicate if product structure's operation has got worklog deviation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Boolean}",
80
                         "percent
Percent

Percentage value of product structure's operation worklog deviation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}"
81
                    },
82
                    "productStructureOperation
ProductStructureOperation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
83
                         "sequenceNumber
SequenceNumber

Sequence number of the product structure operation. Unique within a product structure.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Integer}",
84
                         "processing
Processing

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
85
                              "runTime
RunTime

Runtime of the product structure operation. Changeover time is not included here.

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}"
86
                         },
87
                         "changeover
Changeover

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
88
                              "setupTime
SetupTime

Changeover pre/setup time in hours

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}",
89
                              "cleanupTime
CleanupTime

Changeover post/cleanup time in hours

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Decimal}"
90
                         }
91
                    },
92
                    "onHold
OnHold

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
93
                         "isOnHold
IsOnHold

True if work order operation is on hold

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Boolean}",
94
                         "onHoldAt
OnHoldAt

Date and time work order operation was set on hold

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Datetime}",
95
                         "onHoldTo
OnHoldTo

Date and time work order operation should be on hold to

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Datetime}",
96
                         "category
Category

A category of work order operation on hold reason

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Integer}",
97
                         "reason
Reason

Reason for setting work order operation on hold

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{String}"
98
                    },
99
                    "latestOperator
LatestOperator

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
{
100
                         "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{Integer}",
101
                         "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{String}",
102
                         "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{String}",
103
                         "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{String}"
104
                    },
105
                    "workOrderOperationLink
WorkOrderOperationLink

Work order operation reference

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.WorkOrderOperation in your request URI to get this field

":
"{String}"
106
               },
107
               "numberOfScheduledTaskProcesses
NumberOfScheduledTaskProcesses

Number of scheduled production task processes for planned operation

This field is greyed out because it is an expandable field. You have to add $expand=PlannedOperation.NumberOfScheduledTaskProcesses in your request URI to get this field

":
"{Integer}",
108
               "plannedOperationLink
PlannedOperationLink

Planned work order operation reference

":
"{String}"
109
          }
110
     ],
111
     "paging
Paging

Detailed paging information for this list.

":
{
112
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
113
          "position
Position

Position of the first element in the list

":
"{Integer}",
114
          "page
Page

Page index

":
"{Integer}",
115
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
116
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
117
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
118
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
119
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
120
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
121
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
122
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
123
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
124
     }
125
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100241 HTTP 404 Production work order {0} not found
Error 101231 HTTP 404 Production work order item not found