Table of Contents

Description

The ResponseStatus object contains the general data of the system response.

Structure

KeywordOccursTypeFormatDescription
code1string

The result code of the response.

text1string

The text representation of the result code.

type1enumStatusTypeType of response according to the status of the order.

JSON Example

JSON
{
   "stid": "20190702-STID",
   "status": {
      "code": "N400101",
      "text": "Certificate order was started successfully.",
      "type": "NOTIFY"
   },
   "object": {
      "type": "Certificate",
      "value": "domain.de"
   },
   "data": [
      {
         "id": 4297543967
      }
   ]
}