Commit an order. An order contains one or an infinite number of orderitems.

Please be aware

If you invoke monitoring for a company that is found in the Worldbox index, the win number is mandatory.

If you invoke monitoring for a company not found in the index and therefore win-number is not yet defined, enter the companyrequestid which is returned from "Send CompanyRequest".

Important: To invoke monitoring either a WIN number or an existing companyrequestid must be specified. If you send a WIN number and a companyrequestid in the same request the WIN number is taken and companyrequestid is ignored.

The price and currency will be taken from your worldbox pricetable and account settings! If you don't have a customer pricetable the official retail price is taken.

  • All reports will be in XML format only.

  • Intervals indicate the number of reports during the monitoring period. For example, "Interval=3" indicates one report approx. each 120 days

  • The price and currency will be taken from your worldbox pricetable and account settings! If you don't have a customer pricetable the official retail price is taken.

Attention
Access to the Worldbox index for company data is restricted on the test server. Only reports for the following companies will be produced on the test server:

  • US0000020449 Apple Inc
  • CN0000309021 Zhejiang Dade Pharmaceutical Group Zhejiang Medicine Co., Ltd
  • CH0007711951 EXAMPLE WATCH AG
  • HK0000023426 Cathay Pacific Airways Limited

RequestBody
The web service expects a real JSON-string in the request-body with content-type:application/json.

Example JSON-request for company request without win-number
Use case: The company is not found in the Worldbox index and has therefore not yet a win-number. A "Company Request" has to be send before in order to get a "companyrequestid".

{
    "companyrequestid": "8ac743855f4f59cc015f4f6188e80006",
    "win":"",
    "productcode": "REM593",
    "language":"EN",
    "customerreference":"Your referencenumber",
    "additionalinfo":"Place some info for our stuff"
}

Results

{
    "reports": [
        {
            "language": "EN",
            "company": "WORLDBOX RISK MANAGEMENT AG",
            "itemnumber": "1707B0112",
            "estimated production time": "5 days",
            "reference": "Your referencenumber",
            "status": "processing",
            "datecreated": "2017-07-13T13:20:11Z",
            "statuscode": 3,
            "name": "Credit/Investigation report normal (offline)",
            "comment": "",
            "productcode": "REO110",
            "format": "XML"
        }
    ],
    "monitoring": {
        "enddate": "2018-07-13T13:20:09Z",
        "startdate": "2017-07-13T13:20:09Z",
        "intervals": 3,
        "code": "REM593",
        "name": "MON Normal Full report 4 months",
        "charge": "CHF 93.95",
        "ordernumber": "8582335846"
    }
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!