Production APIs
Updates the production work order data
HTTP method | PUT |
URI | https://api.rambase.net/production/work-orders/{productionWorkOrderId} |
Supported formats | Xml, Html, Json (ex. $format=json) |
- URI parameter {productionWorkOrderId} |
Production work order identifier
Integer, minimum 100000 |
Custom fields | Custom fields supported |
Successful HTTP status code | 200 |
API resource identifier | 4389, version 27 |
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.
ProductionWorkOrder
This field is optional.
>RequestedCompletionDate
The requested date of completion for the production work order.
This field is optional.
>{Date}</RequestedCompletionDate>ConfirmedCompletionDate
The confirmed date of completion for the production work order
This field is optional.
>{Date}</ConfirmedCompletionDate>IsConfirmedCompletionDateLocked
If true, confirmed delivery date is locked.
This field is optional.
>{Boolean}</IsConfirmedCompletionDateLocked>ScheduledStartDate
Scheduled/planned date of production start
This field is optional.
>{Date}</ScheduledStartDate>ScheduledCompletionDate
Scheduled/planned date of production completion
This field is optional.
>{Date}</ScheduledCompletionDate>Quantity
The quantity that will be (or has been) produced
Minimum value: 0
This field is optional.
>{Decimal}</Quantity>IsManufacturedInBatches
Is Production Work Order is batch type production
This field is optional.
>{Boolean}</IsManufacturedInBatches>ManufacturedProductName
Name of production work order item
This field is optional.
>{String}</ManufacturedProductName>ProductUnitMarkingSpecification
Describes how to mark the product unit
This field is optional.
>{String}</ProductUnitMarkingSpecification>Department
This field is optional.
>DepartmentId
Department identifier
Minimum value: 1
This field is optional.
>{Integer}</DepartmentId>FinanceProject
This field is optional.
>FinanceProjectId
Finance project identifier
Minimum value: 1
This field is optional.
>{Integer}</FinanceProjectId>ProductionPlanner
This field is optional.
>EmployeeId
Employee identifier
Minimum value: 100
This field is optional.
>{Integer}</EmployeeId>Management
This field is optional.
>ProjectLeader
Reference to the employee who is a production management project leader.
This field is optional.
>EmployeeId
Employee identifier
Minimum value: 100
This field is optional.
>{Integer}</EmployeeId>DocumentController
Reference to the employee who is a production management document controller.
This field is optional.
>EmployeeId
Employee identifier
Minimum value: 100
This field is optional.
>{Integer}</EmployeeId>ProductionWorkOrder
This field is optional.
": {RequestedCompletionDate
The requested date of completion for the production work order.
This field is optional.
": "{Date}",ConfirmedCompletionDate
The confirmed date of completion for the production work order
This field is optional.
": "{Date}",IsConfirmedCompletionDateLocked
If true, confirmed delivery date is locked.
This field is optional.
": "{Boolean}",ScheduledStartDate
Scheduled/planned date of production start
This field is optional.
": "{Date}",ScheduledCompletionDate
Scheduled/planned date of production completion
This field is optional.
": "{Date}",Quantity
The quantity that will be (or has been) produced
Minimum value: 0
This field is optional.
": "{Decimal}",IsManufacturedInBatches
Is Production Work Order is batch type production
This field is optional.
": "{Boolean}",ManufacturedProductName
Name of production work order item
This field is optional.
": "{String}",ProductUnitMarkingSpecification
Describes how to mark the product unit
This field is optional.
": "{String}",Department
This field is optional.
": {DepartmentId
Department identifier
Minimum value: 1
This field is optional.
": "{Integer}"FinanceProject
This field is optional.
": {FinanceProjectId
Finance project identifier
Minimum value: 1
This field is optional.
": "{Integer}"ProductionPlanner
This field is optional.
": {EmployeeId
Employee identifier
Minimum value: 100
This field is optional.
": "{Integer}"Management
This field is optional.
": {ProjectLeader
Reference to the employee who is a production management project leader.
This field is optional.
": {EmployeeId
Employee identifier
Minimum value: 100
This field is optional.
": "{Integer}"DocumentController
Reference to the employee who is a production management document controller.
This field is optional.
": {EmployeeId
Employee identifier
Minimum value: 100
This field is optional.
": "{Integer}"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.
$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 |
$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. |
$showCustomFields Boolean, optional | Set to "true" to include custom fields. Default value is false. |
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.
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 102529 HTTP 404 | RamBase event type not found |
Error 105991 HTTP 400 | Event is not of the same type as event set on the automated flow |
Error 104869 HTTP 404 | Default account not found |
Error 102494 HTTP 400 | None of the items could be forwarded. Try forwarding one item at a time for more details. |
Error 100199 HTTP 404 | Location is not found |
Error 106493 HTTP 400 | Currencies of document and recurring price should always match |
Error 105820 HTTP 400 | Expected end date should come after start date |
Error 105784 HTTP 400 | Only subscription products can be added to subscription items |
Error 106957 HTTP 400 | Only rental or subscription products can be used in recurring contract's lines |
Error 105760 HTTP 400 | You cannot attach a recurring price to a sales order item |
Error 106302 HTTP 404 | Product revision not found |