API

Production APIs

GET production/planned-operations

List of planned production operations

HTTP method GET
URI https://api.rambase.net/production/planned-operations
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 3589, version 26

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.
UpdatedAt Datetime Date and time of update. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()

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
UpdatedAt Datetime Date and time of update

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
          <UpdatedAt
UpdatedAt

Date and time of update

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

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

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

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

>
{Datetime}</PlannedFinishedAt>
9
          <Quantity
Quantity

Quantity of the work order operation

>
{Decimal}</Quantity>
10
          <HasPriority
HasPriority

Flag which indicates if Work Order Operation has been prioritized

>
{Boolean}</HasPriority>
11
          <IsLineProduction
IsLineProduction

True if this product is planned and manufactured in line production.

>
{Boolean}</IsLineProduction>
12
          <IsOperationLocked
IsOperationLocked

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

>
{Boolean}</IsOperationLocked>
13
          <IsChanged
IsChanged

Is changed by Planning system and waiting to be updated in 'worklist' (WOO).

>
{Boolean}</IsChanged>
14
          <IsPendingExternalPlanning
IsPendingExternalPlanning

Is transfered to Planning system and the operation is waiting for update from the planning system. This does only apply if the setting 'Wait for external planner to start operation' is on. PWOs with one or more operations with this flag on can not be released for production unless the flag is set to 0 for the operations in the PWOCRITICALDATE (operations list) application at the PWO.|

>
{Boolean}</IsPendingExternalPlanning>
15
          <PlannedStartAtMargin
PlannedStartAtMargin

Critical days

>
{Integer}</PlannedStartAtMargin>
16
          <LatestStartAt
LatestStartAt

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

>
{Datetime}</LatestStartAt>
17
          <ProductStructureOperation>
18
               <ProductStructureOperationId
ProductStructureOperationId

Product structure operation identifier

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

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

>
{Integer}</SequenceNumber>
20
               <WaitTime
WaitTime

The wait time is used to specify if the products needs to wait before continuing to the next operation. A typical example is the time required for drying after the application of paint. The wait time is specified in hours.

>
{Decimal}</WaitTime>
21
               <Processing>
22
                    <RunTime
RunTime

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

>
{Decimal}</RunTime>
23
               </Processing>
24
               <Changeover>
25
                    <SetupTime
SetupTime

Changeover pre/setup time in hours

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

Changeover post/cleanup time in hours

>
{Decimal}</CleanupTime>
27
               </Changeover>
28
               <ProductionOperation>
29
                    <ProductionOperationId
ProductionOperationId

Production operation identifier

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

Name of production operation

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

Production operation reference

>
{String}</ProductionOperationLink>
32
               </ProductionOperation>
33
               <OutsourcedOperation>
34
                    <IsOutsourced
IsOutsourced

A flag to indicate if production operation is outsourced

>
{Boolean}</IsOutsourced>
35
               </OutsourcedOperation>
36
               <ProductStructure>
37
                    <ProductStructureId
ProductStructureId

Product structure identifier

>
{Integer}</ProductStructureId>
38
                    <ProductStructureLink
ProductStructureLink

Product structure reference

>
{String}</ProductStructureLink>
39
               </ProductStructure>
40
               <ProductStructureVersion>
41
                    <ProductStructureVersionId
ProductStructureVersionId

Product structure identifier

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

Product structure reference

>
{String}</ProductStructureVersionLink>
43
               </ProductStructureVersion>
44
          </ProductStructureOperation>
45
          <Source
Source

The document who is the source this element. In this version it is a WordOrder document, but in future implementations it could be other document types that have tasks and need planning

>
46
               <Database
Database

Database of the object

>
{String}</Database>
47
               <IsCompleted
IsCompleted

Set when the source process is completed. (If the source process is a work order - then set if the work order is completed.

>
{Boolean}</IsCompleted>
48
               <Object>
49
                    <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
50
                    <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
51
                    <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
52
               </Object>
53
          </Source>
54
          <ProductionResourceGroup>
55
               <ProductionResourceGroupId
ProductionResourceGroupId

Production resource group identifier

>
{Integer}</ProductionResourceGroupId>
56
               <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>
57
               <ProductionResourceGroupLink
ProductionResourceGroupLink

Production resource group reference

>
{String}</ProductionResourceGroupLink>
58
          </ProductionResourceGroup>
59
          <ProductionResource>
60
               <ProductionResourceId
ProductionResourceId

Production resource identifier

>
{Integer}</ProductionResourceId>
61
               <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>
62
               <ProductionResourceLink
ProductionResourceLink

Production resource reference

>
{String}</ProductionResourceLink>
63
          </ProductionResource>
64
          <Planner>
65
               <EmployeeId
EmployeeId

Employee identifier

>
{Integer}</EmployeeId>
66
               <Name
Name

Last name of employee

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

>
{String}</Name>
67
               <EmployeeLink
EmployeeLink

Employee reference

>
{String}</EmployeeLink>
68
          </Planner>
69
          <OutsourcedOperationPurchaseOrderItem>
70
               <PurchaseOrderItemId
PurchaseOrderItemId

Item-/line-number of the purchase order

>
{Integer}</PurchaseOrderItemId>
71
               <RequestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the buyer/purchaser

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

>
{Date}</RequestedDeliveryDate>
72
               <ScheduledShippingDateToSupplier
ScheduledShippingDateToSupplier

Shceduled date of shipping goods or material to supplier for external work.

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

>
{Date}</ScheduledShippingDateToSupplier>
73
               <PurchaseOrder>
74
                    <PurchaseOrderId
PurchaseOrderId

Purchase order identifier

>
{Integer}</PurchaseOrderId>
75
                    <Supplier>
76
                         <SupplierId
SupplierId

RamBase supplier identifier

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

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

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

Supplier reference

>
{String}</SupplierLink>
79
                    </Supplier>
80
                    <PurchaseOrderLink
PurchaseOrderLink

Purchase order reference

>
{String}</PurchaseOrderLink>
81
               </PurchaseOrder>
82
               <PurchaseOrderItemLink
PurchaseOrderItemLink

Purchase order item reference

>
{String}</PurchaseOrderItemLink>
83
          </OutsourcedOperationPurchaseOrderItem>
84
          <OutsourcedOperationPurchaseOrderResponseItem
OutsourcedOperationPurchaseOrderResponseItem

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

>
85
               <PurchaseOrderResponseItemId
PurchaseOrderResponseItemId

Item-/linenumber of purchase order response

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

>
{Integer}</PurchaseOrderResponseItemId>
86
               <ConfirmedDeliveryDate
ConfirmedDeliveryDate

Confirmed delivery date

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

>
{Date}</ConfirmedDeliveryDate>
87
               <PurchaseOrderResponse
PurchaseOrderResponse

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

>
88
                    <PurchaseOrderResponseId
PurchaseOrderResponseId

Purchase order response identifier

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

>
{Integer}</PurchaseOrderResponseId>
89
               </PurchaseOrderResponse>
90
               <PurchaseOrderResponseItemLink
PurchaseOrderResponseItemLink

Purchase order response item reference

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

>
{String}</PurchaseOrderResponseItemLink>
91
          </OutsourcedOperationPurchaseOrderResponseItem>
92
          <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

>
93
               <ProductionWorkOrder
ProductionWorkOrder

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

>
94
                    <ManufacturedProductName
ManufacturedProductName

Name of production work order item

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}</ManufacturedProductName>
95
               </ProductionWorkOrder>
96
          </WorkOrderOperation>
97
          <PlannedOperationLink
PlannedOperationLink

Planned work order operation reference

>
{String}</PlannedOperationLink>
98
     </PlannedOperation>
99
     <Paging
Paging

Detailed paging information for this list.

>
100
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
103
          <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>
104
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
105
          <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>
106
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
107
          <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>
108
          <NextPage
NextPage

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

>
{String}</NextPage>
109
          <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>
110
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
112
     </Paging>
113
</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
               "updatedAt
UpdatedAt

Date and time of update

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

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

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

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

":
"{Datetime}",
10
               "quantity
Quantity

Quantity of the work order operation

":
"{Decimal}",
11
               "hasPriority
HasPriority

Flag which indicates if Work Order Operation has been prioritized

":
"{Boolean}",
12
               "isLineProduction
IsLineProduction

True if this product is planned and manufactured in line production.

":
"{Boolean}",
13
               "isOperationLocked
IsOperationLocked

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

":
"{Boolean}",
14
               "isChanged
IsChanged

Is changed by Planning system and waiting to be updated in 'worklist' (WOO).

":
"{Boolean}",
15
               "isPendingExternalPlanning
IsPendingExternalPlanning

Is transfered to Planning system and the operation is waiting for update from the planning system. This does only apply if the setting 'Wait for external planner to start operation' is on. PWOs with one or more operations with this flag on can not be released for production unless the flag is set to 0 for the operations in the PWOCRITICALDATE (operations list) application at the PWO.|

":
"{Boolean}",
16
               "plannedStartAtMargin
PlannedStartAtMargin

Critical days

":
"{Integer}",
17
               "latestStartAt
LatestStartAt

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

":
"{Datetime}",
18
               "productStructureOperation": {
19
                    "productStructureOperationId
ProductStructureOperationId

Product structure operation identifier

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

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

":
"{Integer}",
21
                    "waitTime
WaitTime

The wait time is used to specify if the products needs to wait before continuing to the next operation. A typical example is the time required for drying after the application of paint. The wait time is specified in hours.

":
"{Decimal}",
22
                    "processing": {
23
                         "runTime
RunTime

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

":
"{Decimal}"
24
                    },
25
                    "changeover": {
26
                         "setupTime
SetupTime

Changeover pre/setup time in hours

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

Changeover post/cleanup time in hours

":
"{Decimal}"
28
                    },
29
                    "productionOperation": {
30
                         "productionOperationId
ProductionOperationId

Production operation identifier

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

Name of production operation

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

Production operation reference

":
"{String}"
33
                    },
34
                    "outsourcedOperation": {
35
                         "isOutsourced
IsOutsourced

A flag to indicate if production operation is outsourced

":
"{Boolean}"
36
                    },
37
                    "productStructure": {
38
                         "productStructureId
ProductStructureId

Product structure identifier

":
"{Integer}",
39
                         "productStructureLink
ProductStructureLink

Product structure reference

":
"{String}"
40
                    },
41
                    "productStructureVersion": {
42
                         "productStructureVersionId
ProductStructureVersionId

Product structure identifier

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

Product structure reference

":
"{String}"
44
                    }
45
               },
46
               "source
Source

The document who is the source this element. In this version it is a WordOrder document, but in future implementations it could be other document types that have tasks and need planning

":
{
47
                    "database
Database

Database of the object

":
"{String}",
48
                    "isCompleted
IsCompleted

Set when the source process is completed. (If the source process is a work order - then set if the work order is completed.

":
"{Boolean}",
49
                    "object": {
50
                         "objectId
ObjectId

Identifier of the object

":
"{Integer}",
51
                         "objectType
ObjectType

Type of object

":
"{String}",
52
                         "objectLink
ObjectLink

API reference to the object

":
"{String}"
53
                    }
54
               },
55
               "productionResourceGroup": {
56
                    "productionResourceGroupId
ProductionResourceGroupId

Production resource group identifier

":
"{Integer}",
57
                    "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}",
58
                    "productionResourceGroupLink
ProductionResourceGroupLink

Production resource group reference

":
"{String}"
59
               },
60
               "productionResource": {
61
                    "productionResourceId
ProductionResourceId

Production resource identifier

":
"{Integer}",
62
                    "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}",
63
                    "productionResourceLink
ProductionResourceLink

Production resource reference

":
"{String}"
64
               },
65
               "planner": {
66
                    "employeeId
EmployeeId

Employee identifier

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

Last name of employee

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

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

Employee reference

":
"{String}"
69
               },
70
               "outsourcedOperationPurchaseOrderItem": {
71
                    "purchaseOrderItemId
PurchaseOrderItemId

Item-/line-number of the purchase order

":
"{Integer}",
72
                    "requestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the buyer/purchaser

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

":
"{Date}",
73
                    "scheduledShippingDateToSupplier
ScheduledShippingDateToSupplier

Shceduled date of shipping goods or material to supplier for external work.

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

":
"{Date}",
74
                    "purchaseOrder": {
75
                         "purchaseOrderId
PurchaseOrderId

Purchase order identifier

":
"{Integer}",
76
                         "supplier": {
77
                              "supplierId
SupplierId

RamBase supplier identifier

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

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

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

Supplier reference

":
"{String}"
80
                         },
81
                         "purchaseOrderLink
PurchaseOrderLink

Purchase order reference

":
"{String}"
82
                    },
83
                    "purchaseOrderItemLink
PurchaseOrderItemLink

Purchase order item reference

":
"{String}"
84
               },
85
               "outsourcedOperationPurchaseOrderResponseItem
OutsourcedOperationPurchaseOrderResponseItem

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

":
{
86
                    "purchaseOrderResponseItemId
PurchaseOrderResponseItemId

Item-/linenumber of purchase order response

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

":
"{Integer}",
87
                    "confirmedDeliveryDate
ConfirmedDeliveryDate

Confirmed delivery date

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

":
"{Date}",
88
                    "purchaseOrderResponse
PurchaseOrderResponse

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

":
{
89
                         "purchaseOrderResponseId
PurchaseOrderResponseId

Purchase order response identifier

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

":
"{Integer}"
90
                    },
91
                    "purchaseOrderResponseItemLink
PurchaseOrderResponseItemLink

Purchase order response item reference

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

":
"{String}"
92
               },
93
               "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

":
{
94
                    "productionWorkOrder
ProductionWorkOrder

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

":
{
95
                         "manufacturedProductName
ManufacturedProductName

Name of production work order item

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}"
96
                    }
97
               },
98
               "plannedOperationLink
PlannedOperationLink

Planned work order operation reference

":
"{String}"
99
          }
100
     ],
101
     "paging
Paging

Detailed paging information for this list.

":
{
102
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

":
"{Integer}",
105
          "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}",
106
          "firstPage
FirstPage

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

":
"{String}",
107
          "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}",
108
          "previousPage
PreviousPage

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

":
"{String}",
109
          "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}",
110
          "nextPage
NextPage

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

":
"{String}",
111
          "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}",
112
          "lastPage
LastPage

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

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

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

":
"{Integer}"
114
     }
115
}

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 103366 HTTP 404 Production resource group not found.