Product APIs
Details for provided product structure version's operation
| HTTP method | GET |
| URI | https://api.rambase.net/product/structure-versions/{productStructureVersionId}/operations/{productStructureOperationId} |
| Supported formats | Xml, Html, Json (ex. $format=json) |
| - URI parameter {productStructureVersionId} |
Product structure identifier
Integer, minimum 100000 |
| - URI parameter {productStructureOperationId} |
Product structure operation identifier
Integer, minimum 1 |
| Successful HTTP status code | 200 |
| API resource identifier | 3951, version 16 |
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.
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 |
| $format String, optional | Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json" |
| $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. |
| $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. |
| $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. |
Read more about filters and sorting on how to use filter parameters and named filters.
Read more about filters and sorting on how to use sortable parameters
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.
ProductStructureOperationId
Product structure operation identifier
>{Integer}</ProductStructureOperationId>CreatedAt
Date and time of creation
>{Datetime}</CreatedAt>SequenceNumber
Sequence number of the product structure operation. Unique within a product structure.
>{Integer}</SequenceNumber>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>NoteToOperator
Operation information to operator
>{String}</NoteToOperator>RunTime
Runtime of the product structure operation. Changeover time is not included here.
>{Decimal}</RunTime>SetupTime
Changeover pre/setup time in hours
>{Decimal}</SetupTime>CleanupTime
Changeover post/cleanup time in hours
>{Decimal}</CleanupTime>ProductionOperationId
Production operation identifier
>{Integer}</ProductionOperationId>Name
Name of production operation
>{String}</Name>RequirePickingBeforeCompletion
If this is checked, then all parts for this and preivous operations must be be picked before current operation can be completed
>{Boolean}</RequirePickingBeforeCompletion>RequireSerialNumberBeforeCompletion
If this is checked, then all items in the tracelist for all product units needs to have serial number assigned
>{Boolean}</RequireSerialNumberBeforeCompletion>Value
Value for degree of completion you require in order to automatically set next operation as ready
>{Decimal}</Value>Unit
Unit for degree of completion you require in order to automatically set next operation as ready
>{String}</Unit>ProductId
Product identifier
>{String}</ProductId>Name
Name of the product
>{String}</Name>ProductLink
Product identifier
>{String}</ProductLink>HasCheckpoint
Has the value of 1 if the production operation has a checkpoint set
>{Boolean}</HasCheckpoint>Description
The checkpoint text
>{String}</Description>ProductionOperationLink
Production operation reference
>{String}</ProductionOperationLink>IsOutsourced
A flag to indicate if production operation is outsourced
>{Boolean}</IsOutsourced>Note
Purchase order note for external operation, copied to the Note field at PO item
>{String}</Note>IsPerformedOnSite
Flag to indicate if product structure's operation is performed in house
>{Boolean}</IsPerformedOnSite>LeadTime
Material lead time in days for external operations
>{Integer}</LeadTime>ProductionResourceGroupId
Production resource group identifier
>{Integer}</ProductionResourceGroupId>ProductionResourceGroupLink
Production resource group reference
>{String}</ProductionResourceGroupLink>ProductionResourceId
Production resource identifier
>{Integer}</ProductionResourceId>ProductionResourceLink
Production resource reference
>{String}</ProductionResourceLink>ProductStructureOperationId
Product structure operation identifier
": "{Integer}",CreatedAt
Date and time of creation
": "{Datetime}",SequenceNumber
Sequence number of the product structure operation. Unique within a product structure.
": "{Integer}",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}",NoteToOperator
Operation information to operator
": "{String}",RunTime
Runtime of the product structure operation. Changeover time is not included here.
": "{Decimal}"SetupTime
Changeover pre/setup time in hours
": "{Decimal}",CleanupTime
Changeover post/cleanup time in hours
": "{Decimal}"ProductionOperationId
Production operation identifier
": "{Integer}",Name
Name of production operation
": "{String}",Type
Type of operation
Possible domain values can be found here
": "{String}",RequirePickingBeforeCompletion
If this is checked, then all parts for this and preivous operations must be be picked before current operation can be completed
": "{Boolean}",RequireSerialNumberBeforeCompletion
If this is checked, then all items in the tracelist for all product units needs to have serial number assigned
": "{Boolean}",Value
Value for degree of completion you require in order to automatically set next operation as ready
": "{Decimal}",Unit
Unit for degree of completion you require in order to automatically set next operation as ready
": "{String}"ProductId
Product identifier
": "{String}",Name
Name of the product
": "{String}",ProductLink
Product identifier
": "{String}"HasCheckpoint
Has the value of 1 if the production operation has a checkpoint set
": "{Boolean}",Description
The checkpoint text
": "{String}"ProductionOperationLink
Production operation reference
": "{String}"IsOutsourced
A flag to indicate if production operation is outsourced
": "{Boolean}",Note
Purchase order note for external operation, copied to the Note field at PO item
": "{String}",IsPerformedOnSite
Flag to indicate if product structure's operation is performed in house
": "{Boolean}",LeadTime
Material lead time in days for external operations
": "{Integer}",ProductionResourceGroupId
Production resource group identifier
": "{Integer}",ProductionResourceGroupLink
Production resource group reference
": "{String}"ProductionResourceId
Production resource identifier
": "{Integer}",ProductionResourceLink
Production resource reference
": "{String}"
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. |
| Error 100207 HTTP 404 | Production resource not found {0} |