API

Sales APIs

GET sales/customers/{customerId}/output-control/{outputConditionId}

Details of output condition

HTTP method GET
URI https://api.rambase.net/sales/customers/{customerId}/output-control/{outputConditionId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {customerId} Customer identifier
Integer, minimum 10000
- URI parameter {outputConditionId} Output condition identifier
Integer, minimum 1
Successful HTTP status code 200
API resource identifier 2203, version 3

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
$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.

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.

Format:
1
<OutputCondition>
2
     <OutputConditionId
OutputConditionId

Output condition identifier

>
{Integer}</OutputConditionId>
3
     <OutputBy
OutputBy

Output type

Possible domain values can be found here

>
{String}</OutputBy>
4
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
5
     <IsMandatory
IsMandatory

True if output is mandatory, and cannot be removed from the output object

>
{Boolean}</IsMandatory>
6
     <NumberOfCopies
NumberOfCopies

Number of copies to output

>
{Integer}</NumberOfCopies>
7
     <OutputObjectDefinition>
8
          <OutputObjectDefinitionId
OutputObjectDefinitionId

Output object definition identifier

>
{Integer}</OutputObjectDefinitionId>
9
          <Name
Name

Name of the Output Object

>
{String}</Name>
10
          <Description
Description

Description of the Output Object Definition

>
{String}</Description>
11
          <OutputObjectDefinitionLink
OutputObjectDefinitionLink

Output object definition reference

>
{String}</OutputObjectDefinitionLink>
12
     </OutputObjectDefinition>
13
     <OutputDesign>
14
          <OutputDesignId
OutputDesignId

Output design identifier

>
{Integer}</OutputDesignId>
15
          <Name
Name

Name of the output design

>
{String}</Name>
16
          <OutputDesignLink
OutputDesignLink

Output design reference

>
{String}</OutputDesignLink>
17
     </OutputDesign>
18
     <Recipient
Recipient

The destination of the output

>
19
          <Details
Details

Details of recipient. Ex. the email address when output by is EMAIL.

>
{String}</Details>
20
          <Reference>
21
               <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
22
               <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
23
               <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
24
               <ItemId
ItemId

Item-number of the object

>
{Integer}</ItemId>
25
               <ItemType
ItemType

Type of item

>
{String}</ItemType>
26
               <ItemLink
ItemLink

API reference to the item

>
{String}</ItemLink>
27
          </Reference>
28
     </Recipient>
29
</OutputCondition>
1
{
2
     "outputCondition": {
3
          "outputConditionId
OutputConditionId

Output condition identifier

":
"{Integer}",
4
          "outputBy
OutputBy

Output type

Possible domain values can be found here

":
"{String}",
5
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
6
          "isMandatory
IsMandatory

True if output is mandatory, and cannot be removed from the output object

":
"{Boolean}",
7
          "numberOfCopies
NumberOfCopies

Number of copies to output

":
"{Integer}",
8
          "outputObjectDefinition": {
9
               "outputObjectDefinitionId
OutputObjectDefinitionId

Output object definition identifier

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

Name of the Output Object

":
"{String}",
11
               "description
Description

Description of the Output Object Definition

":
"{String}",
12
               "outputObjectDefinitionLink
OutputObjectDefinitionLink

Output object definition reference

":
"{String}"
13
          },
14
          "outputDesign": {
15
               "outputDesignId
OutputDesignId

Output design identifier

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

Name of the output design

":
"{String}",
17
               "outputDesignLink
OutputDesignLink

Output design reference

":
"{String}"
18
          },
19
          "recipient
Recipient

The destination of the output

":
{
20
               "details
Details

Details of recipient. Ex. the email address when output by is EMAIL.

":
"{String}",
21
               "reference": {
22
                    "objectType
ObjectType

Type of object

":
"{String}",
23
                    "objectId
ObjectId

Identifier of the object

":
"{Integer}",
24
                    "objectLink
ObjectLink

API reference to the object

":
"{String}",
25
                    "itemId
ItemId

Item-number of the object

":
"{Integer}",
26
                    "itemType
ItemType

Type of item

":
"{String}",
27
                    "itemLink
ItemLink

API reference to the item

":
"{String}"
28
               }
29
          }
30
     }
31
}

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 101114 HTTP 404 Output object setting not found
Error 100055 HTTP 403 You have only admittance to your own objects