Sales APIs
Add a new output condition to the customers output control
HTTP method | POST |
URI | https://api.rambase.net/sales/customers/{customerId}/output-control |
Supported formats | Xml, Html, Json (ex. $format=json) |
- URI parameter {customerId} |
Customer identifier
Integer, minimum 10000 |
Successful HTTP status code | 201 |
API resource identifier | 2205, version 7 |
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.
OutputBy
Required/mandatory field
Output type
Applicable domain values can be found here
>{String}</OutputBy>IsMandatory
True if output is mandatory, and cannot be removed from the output object
Default value: False
This field is optional.
>{Boolean}</IsMandatory>NumberOfCopies
Number of copies to output
Minimum value: 0
Maximum value: 99
This field is optional.
>{Integer}</NumberOfCopies>OutputObjectDefinitionId
Required/mandatory field
Output object definition identifier
Minimum value: 10000
>{Integer}</OutputObjectDefinitionId>OutputDesign
This field is optional.
>OutputDesignId
Output design identifier
Minimum value: 100000
This field is optional.
>{Integer}</OutputDesignId>Recipient
The destination of the output
This field is optional.
>Reference
This field is optional.
>ObjectType
Type of object
This field is optional.
>{String}</ObjectType>ObjectId
Identifier of the object
This field is optional.
>{Integer}</ObjectId>ItemId
Item-number of the object
This field is optional.
>{Integer}</ItemId>ItemType
Type of item
This field is optional.
>{String}</ItemType>OutputBy
Required/mandatory field
Output type
Applicable domain values can be found here
": "{String}",IsMandatory
True if output is mandatory, and cannot be removed from the output object
Default value: False
This field is optional.
": "{Boolean}",NumberOfCopies
Number of copies to output
Minimum value: 0
Maximum value: 99
This field is optional.
": "{Integer}",OutputObjectDefinitionId
Required/mandatory field
Output object definition identifier
Minimum value: 10000
": "{Integer}"OutputDesign
This field is optional.
": {OutputDesignId
Output design identifier
Minimum value: 100000
This field is optional.
": "{Integer}"Recipient
The destination of the output
This field is optional.
": {Reference
This field is optional.
": {ObjectType
Type of object
This field is optional.
": "{String}",ObjectId
Identifier of the object
This field is optional.
": "{Integer}",ItemId
Item-number of the object
This field is optional.
": "{Integer}",ItemType
Type of item
This field is optional.
": "{String}"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. |
$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] |
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.
Please note that some fields may be removed from the response, based on user roles/duties/permissions.
OutputConditionId
Output condition identifier
>{Integer}</OutputConditionId>CreatedAt
Date and time of creation
>{Datetime}</CreatedAt>IsMandatory
True if output is mandatory, and cannot be removed from the output object
>{Boolean}</IsMandatory>NumberOfCopies
Number of copies to output
>{Integer}</NumberOfCopies>OutputObjectDefinitionId
Output object definition identifier
>{Integer}</OutputObjectDefinitionId>Name
Name of the Output Object
>{String}</Name>Description
Description of the Output Object Definition
>{String}</Description>OutputObjectDefinitionLink
Output object definition reference
>{String}</OutputObjectDefinitionLink>OutputDesignId
Output design identifier
>{Integer}</OutputDesignId>Name
Name of the output design
>{String}</Name>OutputDesignLink
Output design reference
>{String}</OutputDesignLink>Recipient
The destination of the output
>Details
Details of recipient. Ex. the email address when output by is EMAIL.
>{String}</Details>ObjectType
Type of object
>{String}</ObjectType>ObjectId
Identifier of the object
>{Integer}</ObjectId>ObjectLink
API reference to the object
>{String}</ObjectLink>ItemId
Item-number of the object
>{Integer}</ItemId>ItemType
Type of item
>{String}</ItemType>ItemLink
API reference to the item
>{String}</ItemLink>OutputConditionId
Output condition identifier
": "{Integer}",OutputBy
Output type
Possible domain values can be found here
": "{String}",CreatedAt
Date and time of creation
": "{Datetime}",IsMandatory
True if output is mandatory, and cannot be removed from the output object
": "{Boolean}",NumberOfCopies
Number of copies to output
": "{Integer}",OutputObjectDefinitionId
Output object definition identifier
": "{Integer}",Name
Name of the Output Object
": "{String}",Description
Description of the Output Object Definition
": "{String}",OutputObjectDefinitionLink
Output object definition reference
": "{String}"OutputDesignId
Output design identifier
": "{Integer}",Name
Name of the output design
": "{String}",OutputDesignLink
Output design reference
": "{String}"Recipient
The destination of the output
": {Details
Details of recipient. Ex. the email address when output by is EMAIL.
": "{String}",ObjectType
Type of object
": "{String}",ObjectId
Identifier of the object
": "{Integer}",ObjectLink
API reference to the object
": "{String}",ItemId
Item-number of the object
": "{Integer}",ItemType
Type of item
": "{String}",ItemLink
API reference to the item
": "{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 101015 HTTP 404 | Permission not found |
Error 101376 HTTP 400 | ShippingService is not active (status 4) |
Error 101375 HTTP 400 | Direction of the Shipping Service mismatch with type of transaction document |
Error 101399 HTTP 400 | Customer account in shipping service mismatch with this customer account |
Error 101385 HTTP 400 | The carrier that offers this shipping service is not activ (status 4) |
Error 100936 HTTP 400 | Default invoice- and shipping address is required |