{
  "info": {
    "_postman_id": "800ee4cd-b850-4831-94d7-3fee39fc2bbf",
    "name": "fiskaly SIGN IT (Version 2025-08-12) Postman Collection",
    "description": "This postman collection consists the basic workflow of SIGN IT lite (Version 2025-08-12). Further information is provided in the [developer documentation](https://workspace.fiskaly.com/api/sign-it).\n\nWhen this collection is executed with Postman, important parts of the results will be stored in the current selected Postman environment.\n\nPostman Collection Version 2.01",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "11988349"
  },
  "item": [
    {
      "name": "tokens (management)",
      "item": [
        {
          "name": "Create a Token",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"apiBearerToken\", data.content.authentication.bearer);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [""],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"{{apiKey}}\",\n    \"secret\": \"{{apiSecret}}\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/tokens",
              "host": ["{{apiBaseUrl}}"],
              "path": ["tokens"]
            },
            "description": "Create a token\n"
          },
          "response": [
            {
              "name": "Token response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\"\n  },\n  \"metadata\": {\n    \"dolor_ba\": \"<string>\",\n    \"velit_d7a\": \"<string>\",\n    \"sit_2\": \"<string>\",\n    \"culpa_81\": \"<string>\",\n    \"elitd08\": \"<string>\",\n    \"reprehenderit85d\": \"<string>\",\n    \"consectetur211\": \"<string>\",\n    \"fugiat_f27\": \"<string>\",\n    \"laboris_46\": \"<string>\",\n    \"eiusmod_f\": \"<string>\",\n    \"consectetur_d\": \"<string>\",\n    \"ipsum_5\": \"<string>\",\n    \"do_ad\": \"<string>\",\n    \"tempor_e\": \"<string>\",\n    \"occaecat13\": \"<string>\",\n    \"ut9\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/tokens",
                  "host": ["{{baseUrl}}"],
                  "path": ["tokens"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"cfc2c688-b4fa43c3-bf9e-571e0a03912b\",\n    \"authentication\": {\n      \"type\": \"JWT\",\n      \"bearer\": \"<string>\",\n      \"expires_at\": \"<dateTime>\",\n      \"issued_at\": \"<dateTime>\"\n    },\n    \"asset\": {\n      \"id\": \"5376be9294e0-4da4-9479-248a509a77ec\"\n    },\n    \"subject\": {\n      \"id\": \"970a7780-1435-44e2-85f0c2635f91e782\"\n    }\n  },\n  \"metadata\": {\n    \"nulla3\": \"<string>\",\n    \"magna_6\": \"<string>\",\n    \"cupidatat64\": \"<string>\",\n    \"labore041\": \"<string>\",\n    \"labore9c9\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\"\n  },\n  \"metadata\": {\n    \"dolor_ba\": \"<string>\",\n    \"velit_d7a\": \"<string>\",\n    \"sit_2\": \"<string>\",\n    \"culpa_81\": \"<string>\",\n    \"elitd08\": \"<string>\",\n    \"reprehenderit85d\": \"<string>\",\n    \"consectetur211\": \"<string>\",\n    \"fugiat_f27\": \"<string>\",\n    \"laboris_46\": \"<string>\",\n    \"eiusmod_f\": \"<string>\",\n    \"consectetur_d\": \"<string>\",\n    \"ipsum_5\": \"<string>\",\n    \"do_ad\": \"<string>\",\n    \"tempor_e\": \"<string>\",\n    \"occaecat13\": \"<string>\",\n    \"ut9\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/tokens",
                  "host": ["{{baseUrl}}"],
                  "path": ["tokens"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\"\n  },\n  \"metadata\": {\n    \"dolor_ba\": \"<string>\",\n    \"velit_d7a\": \"<string>\",\n    \"sit_2\": \"<string>\",\n    \"culpa_81\": \"<string>\",\n    \"elitd08\": \"<string>\",\n    \"reprehenderit85d\": \"<string>\",\n    \"consectetur211\": \"<string>\",\n    \"fugiat_f27\": \"<string>\",\n    \"laboris_46\": \"<string>\",\n    \"eiusmod_f\": \"<string>\",\n    \"consectetur_d\": \"<string>\",\n    \"ipsum_5\": \"<string>\",\n    \"do_ad\": \"<string>\",\n    \"tempor_e\": \"<string>\",\n    \"occaecat13\": \"<string>\",\n    \"ut9\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/tokens",
                  "host": ["{{baseUrl}}"],
                  "path": ["tokens"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\"\n  },\n  \"metadata\": {\n    \"dolor_ba\": \"<string>\",\n    \"velit_d7a\": \"<string>\",\n    \"sit_2\": \"<string>\",\n    \"culpa_81\": \"<string>\",\n    \"elitd08\": \"<string>\",\n    \"reprehenderit85d\": \"<string>\",\n    \"consectetur211\": \"<string>\",\n    \"fugiat_f27\": \"<string>\",\n    \"laboris_46\": \"<string>\",\n    \"eiusmod_f\": \"<string>\",\n    \"consectetur_d\": \"<string>\",\n    \"ipsum_5\": \"<string>\",\n    \"do_ad\": \"<string>\",\n    \"tempor_e\": \"<string>\",\n    \"occaecat13\": \"<string>\",\n    \"ut9\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/tokens",
                  "host": ["{{baseUrl}}"],
                  "path": ["tokens"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\"\n  },\n  \"metadata\": {\n    \"dolor_ba\": \"<string>\",\n    \"velit_d7a\": \"<string>\",\n    \"sit_2\": \"<string>\",\n    \"culpa_81\": \"<string>\",\n    \"elitd08\": \"<string>\",\n    \"reprehenderit85d\": \"<string>\",\n    \"consectetur211\": \"<string>\",\n    \"fugiat_f27\": \"<string>\",\n    \"laboris_46\": \"<string>\",\n    \"eiusmod_f\": \"<string>\",\n    \"consectetur_d\": \"<string>\",\n    \"ipsum_5\": \"<string>\",\n    \"do_ad\": \"<string>\",\n    \"tempor_e\": \"<string>\",\n    \"occaecat13\": \"<string>\",\n    \"ut9\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/tokens",
                  "host": ["{{baseUrl}}"],
                  "path": ["tokens"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "assets",
      "item": [
        {
          "name": "Create an Asset::UNIT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"assetUnitId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{apiBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              },
              {
                "key": "X-Scope-Identifier",
                "value": "f36c82aa-7193-467d-bb49-58610bc5d737",
                "type": "text",
                "disabled": true
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"UNIT\",\n    \"name\": \"{{$randomCompanyName}}\"\n  },\n  \"metadata\": {\n    \"key\": \"value\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/assets",
              "host": ["{{apiBaseUrl}}"],
              "path": ["assets"]
            },
            "description": "This endpoint is used to create Assets, which represent a given resource. The Asset creation allows the management of organizational structures and access permissions.\n"
          },
          "response": [
            {
              "name": "Asset response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"UNIT\",\n    \"asset\": {\n      \"id\": \"f414167e-c9f448239682-e13e8f9889a9\"\n    },\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"ut8c\": \"<string>\",\n    \"velit_1d\": \"<string>\",\n    \"ipsum_b6f\": \"<string>\",\n    \"commodo_9a\": \"<string>\",\n    \"exercitation807\": \"<string>\",\n    \"sitc6_\": \"<string>\",\n    \"occaecat5\": \"<string>\",\n    \"veniam_e8f\": \"<string>\",\n    \"dolore1a\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"asset\": {\n      \"id\": \"07ad161a-9e8a456a86b4405f90faf3a5\"\n    },\n    \"id\": \"1cc8d9276c74-4580-90335fd2b6ad81dd\",\n    \"name\": \"<string>\",\n    \"state\": \"REMOVED\",\n    \"type\": \"UNIT\"\n  },\n  \"metadata\": {\n    \"eu4e\": \"<string>\",\n    \"exe3\": \"<string>\",\n    \"tempor_3_\": \"<string>\",\n    \"laboref90\": \"<string>\",\n    \"Loremb0\": \"<string>\",\n    \"officia_9\": \"<string>\",\n    \"mollit1\": \"<string>\",\n    \"ipsum3\": \"<string>\",\n    \"ea_0\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"UNIT\",\n    \"asset\": {\n      \"id\": \"f414167e-c9f448239682-e13e8f9889a9\"\n    },\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"ut8c\": \"<string>\",\n    \"velit_1d\": \"<string>\",\n    \"ipsum_b6f\": \"<string>\",\n    \"commodo_9a\": \"<string>\",\n    \"exercitation807\": \"<string>\",\n    \"sitc6_\": \"<string>\",\n    \"occaecat5\": \"<string>\",\n    \"veniam_e8f\": \"<string>\",\n    \"dolore1a\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"UNIT\",\n    \"asset\": {\n      \"id\": \"f414167e-c9f448239682-e13e8f9889a9\"\n    },\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"ut8c\": \"<string>\",\n    \"velit_1d\": \"<string>\",\n    \"ipsum_b6f\": \"<string>\",\n    \"commodo_9a\": \"<string>\",\n    \"exercitation807\": \"<string>\",\n    \"sitc6_\": \"<string>\",\n    \"occaecat5\": \"<string>\",\n    \"veniam_e8f\": \"<string>\",\n    \"dolore1a\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"UNIT\",\n    \"asset\": {\n      \"id\": \"f414167e-c9f448239682-e13e8f9889a9\"\n    },\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"ut8c\": \"<string>\",\n    \"velit_1d\": \"<string>\",\n    \"ipsum_b6f\": \"<string>\",\n    \"commodo_9a\": \"<string>\",\n    \"exercitation807\": \"<string>\",\n    \"sitc6_\": \"<string>\",\n    \"occaecat5\": \"<string>\",\n    \"veniam_e8f\": \"<string>\",\n    \"dolore1a\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"UNIT\",\n    \"asset\": {\n      \"id\": \"f414167e-c9f448239682-e13e8f9889a9\"\n    },\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"ut8c\": \"<string>\",\n    \"velit_1d\": \"<string>\",\n    \"ipsum_b6f\": \"<string>\",\n    \"commodo_9a\": \"<string>\",\n    \"exercitation807\": \"<string>\",\n    \"sitc6_\": \"<string>\",\n    \"occaecat5\": \"<string>\",\n    \"veniam_e8f\": \"<string>\",\n    \"dolore1a\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"UNIT\",\n    \"asset\": {\n      \"id\": \"f414167e-c9f448239682-e13e8f9889a9\"\n    },\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"ut8c\": \"<string>\",\n    \"velit_1d\": \"<string>\",\n    \"ipsum_b6f\": \"<string>\",\n    \"commodo_9a\": \"<string>\",\n    \"exercitation807\": \"<string>\",\n    \"sitc6_\": \"<string>\",\n    \"occaecat5\": \"<string>\",\n    \"veniam_e8f\": \"<string>\",\n    \"dolore1a\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"UNIT\",\n    \"asset\": {\n      \"id\": \"f414167e-c9f448239682-e13e8f9889a9\"\n    },\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"ut8c\": \"<string>\",\n    \"velit_1d\": \"<string>\",\n    \"ipsum_b6f\": \"<string>\",\n    \"commodo_9a\": \"<string>\",\n    \"exercitation807\": \"<string>\",\n    \"sitc6_\": \"<string>\",\n    \"occaecat5\": \"<string>\",\n    \"veniam_e8f\": \"<string>\",\n    \"dolore1a\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve an Asset::UNIT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          },
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{apiBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": []
            },
            "url": {
              "raw": "{{apiBaseUrl}}/assets/{{assetUnitId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["assets", "{{assetUnitId}}"]
            },
            "description": "Retrieve one asset\n"
          },
          "response": [
            {
              "name": "Asset response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"asset\": {\n      \"id\": \"07ad161a-9e8a456a86b4405f90faf3a5\"\n    },\n    \"id\": \"1cc8d9276c74-4580-90335fd2b6ad81dd\",\n    \"name\": \"<string>\",\n    \"state\": \"REMOVED\",\n    \"type\": \"UNIT\"\n  },\n  \"metadata\": {\n    \"eu4e\": \"<string>\",\n    \"exe3\": \"<string>\",\n    \"tempor_3_\": \"<string>\",\n    \"laboref90\": \"<string>\",\n    \"Loremb0\": \"<string>\",\n    \"officia_9\": \"<string>\",\n    \"mollit1\": \"<string>\",\n    \"ipsum3\": \"<string>\",\n    \"ea_0\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Update an Asset::UNIT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{apiBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"name\": \"{{$randomCompanyName}} 2.0\"\n  },\n  \"metadata\": {\n    \"label\": \"kd8s0nd72jf\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/assets/{{assetUnitId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["assets", "{{assetUnitId}}"]
            },
            "description": "Asset update\n"
          },
          "response": [
            {
              "name": "Asset response\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"occaecat7\": \"<string>\",\n    \"sed_408\": \"<string>\",\n    \"est9\": \"<string>\",\n    \"mollit_b\": \"<string>\",\n    \"irurea\": \"<string>\",\n    \"occaecat__f\": \"<string>\",\n    \"exercitation_9\": \"<string>\",\n    \"ullamco17_\": \"<string>\",\n    \"ullamco_f1d\": \"<string>\",\n    \"ut5d\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"asset\": {\n      \"id\": \"07ad161a-9e8a456a86b4405f90faf3a5\"\n    },\n    \"id\": \"1cc8d9276c74-4580-90335fd2b6ad81dd\",\n    \"name\": \"<string>\",\n    \"state\": \"REMOVED\",\n    \"type\": \"UNIT\"\n  },\n  \"metadata\": {\n    \"eu4e\": \"<string>\",\n    \"exe3\": \"<string>\",\n    \"tempor_3_\": \"<string>\",\n    \"laboref90\": \"<string>\",\n    \"Loremb0\": \"<string>\",\n    \"officia_9\": \"<string>\",\n    \"mollit1\": \"<string>\",\n    \"ipsum3\": \"<string>\",\n    \"ea_0\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"occaecat7\": \"<string>\",\n    \"sed_408\": \"<string>\",\n    \"est9\": \"<string>\",\n    \"mollit_b\": \"<string>\",\n    \"irurea\": \"<string>\",\n    \"occaecat__f\": \"<string>\",\n    \"exercitation_9\": \"<string>\",\n    \"ullamco17_\": \"<string>\",\n    \"ullamco_f1d\": \"<string>\",\n    \"ut5d\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"occaecat7\": \"<string>\",\n    \"sed_408\": \"<string>\",\n    \"est9\": \"<string>\",\n    \"mollit_b\": \"<string>\",\n    \"irurea\": \"<string>\",\n    \"occaecat__f\": \"<string>\",\n    \"exercitation_9\": \"<string>\",\n    \"ullamco17_\": \"<string>\",\n    \"ullamco_f1d\": \"<string>\",\n    \"ut5d\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"occaecat7\": \"<string>\",\n    \"sed_408\": \"<string>\",\n    \"est9\": \"<string>\",\n    \"mollit_b\": \"<string>\",\n    \"irurea\": \"<string>\",\n    \"occaecat__f\": \"<string>\",\n    \"exercitation_9\": \"<string>\",\n    \"ullamco17_\": \"<string>\",\n    \"ullamco_f1d\": \"<string>\",\n    \"ut5d\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"occaecat7\": \"<string>\",\n    \"sed_408\": \"<string>\",\n    \"est9\": \"<string>\",\n    \"mollit_b\": \"<string>\",\n    \"irurea\": \"<string>\",\n    \"occaecat__f\": \"<string>\",\n    \"exercitation_9\": \"<string>\",\n    \"ullamco17_\": \"<string>\",\n    \"ullamco_f1d\": \"<string>\",\n    \"ut5d\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"occaecat7\": \"<string>\",\n    \"sed_408\": \"<string>\",\n    \"est9\": \"<string>\",\n    \"mollit_b\": \"<string>\",\n    \"irurea\": \"<string>\",\n    \"occaecat__f\": \"<string>\",\n    \"exercitation_9\": \"<string>\",\n    \"ullamco17_\": \"<string>\",\n    \"ullamco_f1d\": \"<string>\",\n    \"ut5d\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"occaecat7\": \"<string>\",\n    \"sed_408\": \"<string>\",\n    \"est9\": \"<string>\",\n    \"mollit_b\": \"<string>\",\n    \"irurea\": \"<string>\",\n    \"occaecat__f\": \"<string>\",\n    \"exercitation_9\": \"<string>\",\n    \"ullamco17_\": \"<string>\",\n    \"ullamco_f1d\": \"<string>\",\n    \"ut5d\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/assets/:asset_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets", ":asset_id"],
                  "variable": [
                    {
                      "key": "asset_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Assets",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{apiBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/assets",
              "host": ["{{apiBaseUrl}}"],
              "path": ["assets"],
              "query": [
                {
                  "key": "limit",
                  "value": "10",
                  "disabled": true
                },
                {
                  "key": "token",
                  "value": "8c2=",
                  "disabled": true
                }
              ]
            },
            "description": "List assets\n"
          },
          "response": [
            {
              "name": "Assets response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"asset\": {\n          \"id\": \"bcc68eefd591-4328a22e76603b2b5e6a\"\n        },\n        \"id\": \"b650794a-1c7a-40d58cf0-46a46e99e1ba\",\n        \"name\": \"<string>\",\n        \"state\": \"CREATED\",\n        \"type\": \"UNIT\"\n      },\n      \"metadata\": {\n        \"velit_de_\": \"<string>\",\n        \"Lorem_398\": \"<string>\",\n        \"adipisicing_c\": \"<string>\",\n        \"in_c4_\": \"<string>\",\n        \"labore_114\": \"<string>\",\n        \"eu_a09\": \"<string>\",\n        \"ullamco_b6\": \"<string>\",\n        \"culpa386\": \"<string>\",\n        \"anim874\": \"<string>\",\n        \"laborum_1\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"BiQ0xO9U6UvQtoYhld5iPIfnadGcIMLFqB==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/assets?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["assets"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "subjects",
      "item": [
        {
          "name": "Create a Subject::API_KEY",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"subjectApiKey\", data.content.credentials.key);",
                  "    pm.environment.set(\"subjectApiSecret\", data.content.credentials.secret);",
                  "    pm.environment.set(\"subjectApiKeyId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{apiBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              },
              {
                "key": "X-Scope-Identifier",
                "value": "{{assetUnitId}}",
                "description": "Scope identifier\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"name\": \"api-key-{{$timestamp}}\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/subjects",
              "host": ["{{apiBaseUrl}}"],
              "path": ["subjects"]
            },
            "description": "Create a subject"
          },
          "response": [
            {
              "name": "Asset response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "X-Scope-Identifier",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "Scope identifier\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"veniambad\": \"<string>\",\n    \"eu25\": \"<string>\",\n    \"aliqua9d\": \"<string>\",\n    \"velit_8\": \"<string>\",\n    \"occaecat4e\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                },
                {
                  "key": "X-Scope-Identifier",
                  "value": "af060171-840a-45798a371cdbe0f43e36",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"1320b048fb5d4a78-abddf03eb17706a6\",\n    \"name\": \"<string>\",\n    \"state\": \"REMOVED\",\n    \"type\": \"API_KEY\",\n    \"groups\": [\n      {\n        \"subject\": {\n          \"id\": \"809233d7ef78-46f4a54a0d538b174b98\"\n        }\n      },\n      {\n        \"subject\": {\n          \"id\": \"1feb38c99424-470f-943a0fa9a59ffb6b\"\n        }\n      }\n    ],\n    \"credentials\": {\n      \"key\": \"<string>\",\n      \"secret\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"dolore_781\": \"<string>\",\n    \"consectetur3\": \"<string>\",\n    \"euf\": \"<string>\",\n    \"incididunt608\": \"<string>\",\n    \"consequatc\": \"<string>\",\n    \"culpa7\": \"<string>\",\n    \"nulla_751\": \"<string>\",\n    \"et_782\": \"<string>\",\n    \"magna_8\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "X-Scope-Identifier",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "Scope identifier\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"veniambad\": \"<string>\",\n    \"eu25\": \"<string>\",\n    \"aliqua9d\": \"<string>\",\n    \"velit_8\": \"<string>\",\n    \"occaecat4e\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "X-Scope-Identifier",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "Scope identifier\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"veniambad\": \"<string>\",\n    \"eu25\": \"<string>\",\n    \"aliqua9d\": \"<string>\",\n    \"velit_8\": \"<string>\",\n    \"occaecat4e\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "X-Scope-Identifier",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "Scope identifier\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"veniambad\": \"<string>\",\n    \"eu25\": \"<string>\",\n    \"aliqua9d\": \"<string>\",\n    \"velit_8\": \"<string>\",\n    \"occaecat4e\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "X-Scope-Identifier",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "Scope identifier\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"veniambad\": \"<string>\",\n    \"eu25\": \"<string>\",\n    \"aliqua9d\": \"<string>\",\n    \"velit_8\": \"<string>\",\n    \"occaecat4e\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "X-Scope-Identifier",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "Scope identifier\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"veniambad\": \"<string>\",\n    \"eu25\": \"<string>\",\n    \"aliqua9d\": \"<string>\",\n    \"velit_8\": \"<string>\",\n    \"occaecat4e\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "X-Scope-Identifier",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "Scope identifier\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"veniambad\": \"<string>\",\n    \"eu25\": \"<string>\",\n    \"aliqua9d\": \"<string>\",\n    \"velit_8\": \"<string>\",\n    \"occaecat4e\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Subject::API_KEY",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{apiBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/subjects/{{subjectApiKeyId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["subjects", "{{subjectApiKeyId}}"]
            },
            "description": "Retrieve a subject"
          },
          "response": [
            {
              "name": "Asset response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                },
                {
                  "key": "X-Scope-Identifier",
                  "value": "af060171-840a-45798a371cdbe0f43e36",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"1320b048fb5d4a78-abddf03eb17706a6\",\n    \"name\": \"<string>\",\n    \"state\": \"REMOVED\",\n    \"type\": \"API_KEY\",\n    \"groups\": [\n      {\n        \"subject\": {\n          \"id\": \"809233d7ef78-46f4a54a0d538b174b98\"\n        }\n      },\n      {\n        \"subject\": {\n          \"id\": \"1feb38c99424-470f-943a0fa9a59ffb6b\"\n        }\n      }\n    ],\n    \"credentials\": {\n      \"key\": \"<string>\",\n      \"secret\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"dolore_781\": \"<string>\",\n    \"consectetur3\": \"<string>\",\n    \"euf\": \"<string>\",\n    \"incididunt608\": \"<string>\",\n    \"consequatc\": \"<string>\",\n    \"culpa7\": \"<string>\",\n    \"nulla_751\": \"<string>\",\n    \"et_782\": \"<string>\",\n    \"magna_8\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Update a Subject::API_KEY (not implemented yet)",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 501\", function () {",
                  "    pm.response.to.have.status(501);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{apiBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"name\": \"api-key-{{$timestamp}}\"\n  },\n  \"metadata\": {\n    \"key\": \"value\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/subjects/{{subjectApiKeyId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["subjects", "{{subjectApiKeyId}}"]
            },
            "description": "Update a subject"
          },
          "response": [
            {
              "name": "Asset response\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"elit_cb2\": \"<string>\",\n    \"cupidatatf20\": \"<string>\",\n    \"dolore_fb9\": \"<string>\",\n    \"consectetur__a1\": \"<string>\",\n    \"sunt_d3c\": \"<string>\",\n    \"incididunt4c\": \"<string>\",\n    \"nulla56f\": \"<string>\",\n    \"dolore51c\": \"<string>\",\n    \"voluptateb1\": \"<string>\",\n    \"enimff7\": \"<string>\",\n    \"Duis4_\": \"<string>\",\n    \"cillum7d0\": \"<string>\",\n    \"velit__\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                },
                {
                  "key": "X-Scope-Identifier",
                  "value": "af060171-840a-45798a371cdbe0f43e36",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"1320b048fb5d4a78-abddf03eb17706a6\",\n    \"name\": \"<string>\",\n    \"state\": \"REMOVED\",\n    \"type\": \"API_KEY\",\n    \"groups\": [\n      {\n        \"subject\": {\n          \"id\": \"809233d7ef78-46f4a54a0d538b174b98\"\n        }\n      },\n      {\n        \"subject\": {\n          \"id\": \"1feb38c99424-470f-943a0fa9a59ffb6b\"\n        }\n      }\n    ],\n    \"credentials\": {\n      \"key\": \"<string>\",\n      \"secret\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"dolore_781\": \"<string>\",\n    \"consectetur3\": \"<string>\",\n    \"euf\": \"<string>\",\n    \"incididunt608\": \"<string>\",\n    \"consequatc\": \"<string>\",\n    \"culpa7\": \"<string>\",\n    \"nulla_751\": \"<string>\",\n    \"et_782\": \"<string>\",\n    \"magna_8\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"elit_cb2\": \"<string>\",\n    \"cupidatatf20\": \"<string>\",\n    \"dolore_fb9\": \"<string>\",\n    \"consectetur__a1\": \"<string>\",\n    \"sunt_d3c\": \"<string>\",\n    \"incididunt4c\": \"<string>\",\n    \"nulla56f\": \"<string>\",\n    \"dolore51c\": \"<string>\",\n    \"voluptateb1\": \"<string>\",\n    \"enimff7\": \"<string>\",\n    \"Duis4_\": \"<string>\",\n    \"cillum7d0\": \"<string>\",\n    \"velit__\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"elit_cb2\": \"<string>\",\n    \"cupidatatf20\": \"<string>\",\n    \"dolore_fb9\": \"<string>\",\n    \"consectetur__a1\": \"<string>\",\n    \"sunt_d3c\": \"<string>\",\n    \"incididunt4c\": \"<string>\",\n    \"nulla56f\": \"<string>\",\n    \"dolore51c\": \"<string>\",\n    \"voluptateb1\": \"<string>\",\n    \"enimff7\": \"<string>\",\n    \"Duis4_\": \"<string>\",\n    \"cillum7d0\": \"<string>\",\n    \"velit__\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"elit_cb2\": \"<string>\",\n    \"cupidatatf20\": \"<string>\",\n    \"dolore_fb9\": \"<string>\",\n    \"consectetur__a1\": \"<string>\",\n    \"sunt_d3c\": \"<string>\",\n    \"incididunt4c\": \"<string>\",\n    \"nulla56f\": \"<string>\",\n    \"dolore51c\": \"<string>\",\n    \"voluptateb1\": \"<string>\",\n    \"enimff7\": \"<string>\",\n    \"Duis4_\": \"<string>\",\n    \"cillum7d0\": \"<string>\",\n    \"velit__\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"elit_cb2\": \"<string>\",\n    \"cupidatatf20\": \"<string>\",\n    \"dolore_fb9\": \"<string>\",\n    \"consectetur__a1\": \"<string>\",\n    \"sunt_d3c\": \"<string>\",\n    \"incididunt4c\": \"<string>\",\n    \"nulla56f\": \"<string>\",\n    \"dolore51c\": \"<string>\",\n    \"voluptateb1\": \"<string>\",\n    \"enimff7\": \"<string>\",\n    \"Duis4_\": \"<string>\",\n    \"cillum7d0\": \"<string>\",\n    \"velit__\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"elit_cb2\": \"<string>\",\n    \"cupidatatf20\": \"<string>\",\n    \"dolore_fb9\": \"<string>\",\n    \"consectetur__a1\": \"<string>\",\n    \"sunt_d3c\": \"<string>\",\n    \"incididunt4c\": \"<string>\",\n    \"nulla56f\": \"<string>\",\n    \"dolore51c\": \"<string>\",\n    \"voluptateb1\": \"<string>\",\n    \"enimff7\": \"<string>\",\n    \"Duis4_\": \"<string>\",\n    \"cillum7d0\": \"<string>\",\n    \"velit__\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"name\": \"<string>\"\n  },\n  \"metadata\": {\n    \"elit_cb2\": \"<string>\",\n    \"cupidatatf20\": \"<string>\",\n    \"dolore_fb9\": \"<string>\",\n    \"consectetur__a1\": \"<string>\",\n    \"sunt_d3c\": \"<string>\",\n    \"incididunt4c\": \"<string>\",\n    \"nulla56f\": \"<string>\",\n    \"dolore51c\": \"<string>\",\n    \"voluptateb1\": \"<string>\",\n    \"enimff7\": \"<string>\",\n    \"Duis4_\": \"<string>\",\n    \"cillum7d0\": \"<string>\",\n    \"velit__\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/subjects/:subject_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects", ":subject_id"],
                  "variable": [
                    {
                      "key": "subject_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Subjects",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{apiBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Scope-Identifier",
                "value": "{{assetUnitId}}",
                "description": "Scope identifier\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/subjects",
              "host": ["{{apiBaseUrl}}"],
              "path": ["subjects"],
              "query": [
                {
                  "key": "limit",
                  "value": "10",
                  "disabled": true
                },
                {
                  "key": "token",
                  "value": "8c2=",
                  "disabled": true
                }
              ]
            },
            "description": "List subjects"
          },
          "response": [
            {
              "name": "Subjects response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"id\": \"24379771-9bcf-477f-8093-b997f2b3f3e3\",\n        \"name\": \"<string>\",\n        \"state\": \"REMOVED\",\n        \"type\": \"API_KEY\",\n        \"groups\": [\n          {\n            \"subject\": {\n              \"id\": \"eb8ddc7b-7191-4890-8f80-c4b59d803258\"\n            }\n          },\n          {\n            \"subject\": {\n              \"id\": \"0bc82917-b11c495d90d08fe8243e34fa\"\n            }\n          }\n        ],\n        \"credentials\": {\n          \"key\": \"<string>\",\n          \"secret\": \"<string>\"\n        }\n      },\n      \"metadata\": {\n        \"Loremc2\": \"<string>\",\n        \"id_fc_\": \"<string>\",\n        \"enim_a0\": \"<string>\",\n        \"tempor152\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"R0fHNczOPPb4GOAInK5GgvEotIziddHgiUh/Bt/uhrV=\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/subjects?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["subjects"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "tokens (operation)",
      "item": [
        {
          "name": "Create a Token",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"subjectBearerToken\", data.content.authentication.bearer);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [""],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"{{subjectApiKey}}\",\n    \"secret\": \"{{subjectApiSecret}}\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/tokens",
              "host": ["{{apiBaseUrl}}"],
              "path": ["tokens"]
            },
            "description": "Create a token\n"
          },
          "response": [
            {
              "name": "Token response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"{{subjectApiKey}}\",\n    \"secret\": \"{{subjectApiSecret}}\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/tokens",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["tokens"]
                },
                "description": "Create a token\n"
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"{{subjectApiKey}}\",\n    \"secret\": \"{{subjectApiSecret}}\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/tokens",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["tokens"]
                },
                "description": "Create a token\n"
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"{{subjectApiKey}}\",\n    \"secret\": \"{{subjectApiSecret}}\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/tokens",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["tokens"]
                },
                "description": "Create a token\n"
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"{{subjectApiKey}}\",\n    \"secret\": \"{{subjectApiSecret}}\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/tokens",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["tokens"]
                },
                "description": "Create a token\n"
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"API_KEY\",\n    \"key\": \"{{subjectApiKey}}\",\n    \"secret\": \"{{subjectApiSecret}}\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/tokens",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["tokens"]
                },
                "description": "Create a token\n"
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        }
      ]
    },
    {
      "name": "entities",
      "item": [
        {
          "name": "Create an Entity::COMPANY",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"entityCompanyId\", data.content.id); ",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"COMPANY\",\n        \"name\": {\n            \"legal\": \"Bella Italia S.p.A\",\n            \"trade\": \"Bella Italia\"\n        },\n        \"address\": {\n            \"line\": {\n                \"type\": \"STREET_NUMBER\",\n                \"street\": \"Via San Pietro\",\n                \"number\": \"45\"\n            },\n            \"code\": \"00100\",\n            \"city\": \"Roma\",\n            \"country\": \"IT\"\n        },\n        \"fiscalization\": {\n            \"type\": \"IT\",\n            \"tax_id_number\": \"12345678901\",\n            \"vat_id_number\": \"12345678901\",\n            \"credentials\": {\n                \"type\": \"FISCONLINE\",\n                \"pin\": \"1234\",\n                \"password\": \"Password123\",\n                \"tax_id_number\": \"BRCGPP82A01Z404U\"\n            }\n        }\n    }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/entities",
              "host": ["{{apiBaseUrl}}"],
              "path": ["entities"]
            },
            "description": "Create a new entity in the system. This can represent a company, location, or individual."
          },
          "response": [
            {
              "name": "Entity response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MP\"\n    },\n    \"country\": \"<string>\",\n    \"id\": \"19bfa6d5c9b37b45-c011e11ed3c4addd\",\n    \"mode\": \"DEGRADED\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"state\": \"ACQUIRED\",\n    \"systems\": [\n      {\n        \"type\": \"FISCAL_DEVICE\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"SIGNER_DEVICE\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"type\": \"COMPANY\",\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"201763804\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"1799024922802\"\n      },\n      \"tax_id_number\": \"36851375241\"\n    },\n    \"vat_number\": \"62I7R1dKqb0XUO2ME\"\n  },\n  \"metadata\": {\n    \"amet_8b\": \"<string>\",\n    \"aliquip9b4\": \"<string>\",\n    \"ea2\": \"<string>\",\n    \"reprehenderit_5\": \"<string>\",\n    \"consectetur4\": \"<string>\",\n    \"non_b\": \"<string>\",\n    \"proident1b\": \"<string>\",\n    \"exercitationc\": \"<string>\",\n    \"esse_bb\": \"<string>\",\n    \"Excepteur___a\": \"<string>\",\n    \"sed7b5\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve an Entity::COMPANY",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/entities/{{entityCompanyId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["entities", "{{entityCompanyId}}"]
            },
            "description": "Fetch details about a specific entity using its entity ID."
          },
          "response": [
            {
              "name": "Entity response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MP\"\n    },\n    \"country\": \"<string>\",\n    \"id\": \"19bfa6d5c9b37b45-c011e11ed3c4addd\",\n    \"mode\": \"DEGRADED\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"state\": \"ACQUIRED\",\n    \"systems\": [\n      {\n        \"type\": \"FISCAL_DEVICE\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"SIGNER_DEVICE\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"type\": \"COMPANY\",\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"201763804\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"1799024922802\"\n      },\n      \"tax_id_number\": \"36851375241\"\n    },\n    \"vat_number\": \"62I7R1dKqb0XUO2ME\"\n  },\n  \"metadata\": {\n    \"amet_8b\": \"<string>\",\n    \"aliquip9b4\": \"<string>\",\n    \"ea2\": \"<string>\",\n    \"reprehenderit_5\": \"<string>\",\n    \"consectetur4\": \"<string>\",\n    \"non_b\": \"<string>\",\n    \"proident1b\": \"<string>\",\n    \"exercitationc\": \"<string>\",\n    \"esse_bb\": \"<string>\",\n    \"Excepteur___a\": \"<string>\",\n    \"sed7b5\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Update an Entity::COMPANY",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/entities/{{entityCompanyId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["entities", "{{entityCompanyId}}"]
            },
            "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
          },
          "response": [
            {
              "name": "Entity response\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\",\n    \"mode\": \"INACTIVE\"\n  },\n  \"metadata\": {\n    \"officia40\": \"<string>\",\n    \"ullamco84\": \"<string>\",\n    \"cillumd\": \"<string>\",\n    \"nulla_33\": \"<string>\",\n    \"in7d2\": \"<string>\",\n    \"nulla_4\": \"<string>\",\n    \"velitb\": \"<string>\",\n    \"consectetur1\": \"<string>\",\n    \"in9_\": \"<string>\",\n    \"Ut17\": \"<string>\",\n    \"enima\": \"<string>\",\n    \"anim_462\": \"<string>\",\n    \"elit_cdf\": \"<string>\",\n    \"pariatur_3_\": \"<string>\",\n    \"aliqua_de3\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MP\"\n    },\n    \"country\": \"<string>\",\n    \"id\": \"19bfa6d5c9b37b45-c011e11ed3c4addd\",\n    \"mode\": \"DEGRADED\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"state\": \"ACQUIRED\",\n    \"systems\": [\n      {\n        \"type\": \"FISCAL_DEVICE\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"SIGNER_DEVICE\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"type\": \"COMPANY\",\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"201763804\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"1799024922802\"\n      },\n      \"tax_id_number\": \"36851375241\"\n    },\n    \"vat_number\": \"62I7R1dKqb0XUO2ME\"\n  },\n  \"metadata\": {\n    \"amet_8b\": \"<string>\",\n    \"aliquip9b4\": \"<string>\",\n    \"ea2\": \"<string>\",\n    \"reprehenderit_5\": \"<string>\",\n    \"consectetur4\": \"<string>\",\n    \"non_b\": \"<string>\",\n    \"proident1b\": \"<string>\",\n    \"exercitationc\": \"<string>\",\n    \"esse_bb\": \"<string>\",\n    \"Excepteur___a\": \"<string>\",\n    \"sed7b5\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\",\n    \"mode\": \"INACTIVE\"\n  },\n  \"metadata\": {\n    \"officia40\": \"<string>\",\n    \"ullamco84\": \"<string>\",\n    \"cillumd\": \"<string>\",\n    \"nulla_33\": \"<string>\",\n    \"in7d2\": \"<string>\",\n    \"nulla_4\": \"<string>\",\n    \"velitb\": \"<string>\",\n    \"consectetur1\": \"<string>\",\n    \"in9_\": \"<string>\",\n    \"Ut17\": \"<string>\",\n    \"enima\": \"<string>\",\n    \"anim_462\": \"<string>\",\n    \"elit_cdf\": \"<string>\",\n    \"pariatur_3_\": \"<string>\",\n    \"aliqua_de3\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\",\n    \"mode\": \"INACTIVE\"\n  },\n  \"metadata\": {\n    \"officia40\": \"<string>\",\n    \"ullamco84\": \"<string>\",\n    \"cillumd\": \"<string>\",\n    \"nulla_33\": \"<string>\",\n    \"in7d2\": \"<string>\",\n    \"nulla_4\": \"<string>\",\n    \"velitb\": \"<string>\",\n    \"consectetur1\": \"<string>\",\n    \"in9_\": \"<string>\",\n    \"Ut17\": \"<string>\",\n    \"enima\": \"<string>\",\n    \"anim_462\": \"<string>\",\n    \"elit_cdf\": \"<string>\",\n    \"pariatur_3_\": \"<string>\",\n    \"aliqua_de3\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\",\n    \"mode\": \"INACTIVE\"\n  },\n  \"metadata\": {\n    \"officia40\": \"<string>\",\n    \"ullamco84\": \"<string>\",\n    \"cillumd\": \"<string>\",\n    \"nulla_33\": \"<string>\",\n    \"in7d2\": \"<string>\",\n    \"nulla_4\": \"<string>\",\n    \"velitb\": \"<string>\",\n    \"consectetur1\": \"<string>\",\n    \"in9_\": \"<string>\",\n    \"Ut17\": \"<string>\",\n    \"enima\": \"<string>\",\n    \"anim_462\": \"<string>\",\n    \"elit_cdf\": \"<string>\",\n    \"pariatur_3_\": \"<string>\",\n    \"aliqua_de3\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\",\n    \"mode\": \"INACTIVE\"\n  },\n  \"metadata\": {\n    \"officia40\": \"<string>\",\n    \"ullamco84\": \"<string>\",\n    \"cillumd\": \"<string>\",\n    \"nulla_33\": \"<string>\",\n    \"in7d2\": \"<string>\",\n    \"nulla_4\": \"<string>\",\n    \"velitb\": \"<string>\",\n    \"consectetur1\": \"<string>\",\n    \"in9_\": \"<string>\",\n    \"Ut17\": \"<string>\",\n    \"enima\": \"<string>\",\n    \"anim_462\": \"<string>\",\n    \"elit_cdf\": \"<string>\",\n    \"pariatur_3_\": \"<string>\",\n    \"aliqua_de3\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\",\n    \"mode\": \"INACTIVE\"\n  },\n  \"metadata\": {\n    \"officia40\": \"<string>\",\n    \"ullamco84\": \"<string>\",\n    \"cillumd\": \"<string>\",\n    \"nulla_33\": \"<string>\",\n    \"in7d2\": \"<string>\",\n    \"nulla_4\": \"<string>\",\n    \"velitb\": \"<string>\",\n    \"consectetur1\": \"<string>\",\n    \"in9_\": \"<string>\",\n    \"Ut17\": \"<string>\",\n    \"enima\": \"<string>\",\n    \"anim_462\": \"<string>\",\n    \"elit_cdf\": \"<string>\",\n    \"pariatur_3_\": \"<string>\",\n    \"aliqua_de3\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\",\n    \"mode\": \"INACTIVE\"\n  },\n  \"metadata\": {\n    \"officia40\": \"<string>\",\n    \"ullamco84\": \"<string>\",\n    \"cillumd\": \"<string>\",\n    \"nulla_33\": \"<string>\",\n    \"in7d2\": \"<string>\",\n    \"nulla_4\": \"<string>\",\n    \"velitb\": \"<string>\",\n    \"consectetur1\": \"<string>\",\n    \"in9_\": \"<string>\",\n    \"Ut17\": \"<string>\",\n    \"enima\": \"<string>\",\n    \"anim_462\": \"<string>\",\n    \"elit_cdf\": \"<string>\",\n    \"pariatur_3_\": \"<string>\",\n    \"aliqua_de3\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\",\n    \"mode\": \"INACTIVE\"\n  },\n  \"metadata\": {\n    \"officia40\": \"<string>\",\n    \"ullamco84\": \"<string>\",\n    \"cillumd\": \"<string>\",\n    \"nulla_33\": \"<string>\",\n    \"in7d2\": \"<string>\",\n    \"nulla_4\": \"<string>\",\n    \"velitb\": \"<string>\",\n    \"consectetur1\": \"<string>\",\n    \"in9_\": \"<string>\",\n    \"Ut17\": \"<string>\",\n    \"enima\": \"<string>\",\n    \"anim_462\": \"<string>\",\n    \"elit_cdf\": \"<string>\",\n    \"pariatur_3_\": \"<string>\",\n    \"aliqua_de3\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities/:entity_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities", ":entity_id"],
                  "variable": [
                    {
                      "key": "entity_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create an Entity::LOCATION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"entityLocationId\", data.content.id); ",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"LOCATION\",\n        \"entity\": {\n            \"id\": \"{{entityCompanyId}}\"\n        },\n        \"name\": \"Bella Roma\",\n        \"address\": {\n            \"line\": {\n                \"type\": \"STREET_NUMBER\",\n                \"street\": \"Via San Pietro\",\n                \"number\": \"45\"\n            },\n            \"code\": \"00100\",\n            \"city\": \"Roma\",\n            \"country\": \"IT\"\n        },\n        \"coordinates\": {\n            \"latitude\": \"48.199916\",\n            \"longitude\": \"16.371724\"\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/entities",
              "host": ["{{apiBaseUrl}}"],
              "path": ["entities"]
            },
            "description": "Create a new entity in the system. This can represent a company, location, or individual."
          },
          "response": [
            {
              "name": "Entity response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MP\"\n    },\n    \"country\": \"<string>\",\n    \"id\": \"19bfa6d5c9b37b45-c011e11ed3c4addd\",\n    \"mode\": \"DEGRADED\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"state\": \"ACQUIRED\",\n    \"systems\": [\n      {\n        \"type\": \"FISCAL_DEVICE\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"SIGNER_DEVICE\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"type\": \"COMPANY\",\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"201763804\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"1799024922802\"\n      },\n      \"tax_id_number\": \"36851375241\"\n    },\n    \"vat_number\": \"62I7R1dKqb0XUO2ME\"\n  },\n  \"metadata\": {\n    \"amet_8b\": \"<string>\",\n    \"aliquip9b4\": \"<string>\",\n    \"ea2\": \"<string>\",\n    \"reprehenderit_5\": \"<string>\",\n    \"consectetur4\": \"<string>\",\n    \"non_b\": \"<string>\",\n    \"proident1b\": \"<string>\",\n    \"exercitationc\": \"<string>\",\n    \"esse_bb\": \"<string>\",\n    \"Excepteur___a\": \"<string>\",\n    \"sed7b5\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"COMPANY\",\n    \"name\": {\n      \"legal\": \"<string>\",\n      \"trade\": \"<string>\"\n    },\n    \"address\": {\n      \"line\": {\n        \"type\": \"STREET_NUMBER\",\n        \"street\": \"<string>\",\n        \"number\": \"<string>\",\n        \"prefix\": \"<string>\",\n        \"infix\": \"<string>\",\n        \"suffix\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"MY\"\n    },\n    \"fiscalization\": {\n      \"type\": \"DE\",\n      \"vat_id_number\": \"658958196\",\n      \"credentials\": {\n        \"type\": \"ELSTER\",\n        \"tax_number\": \"0684098266234\"\n      },\n      \"tax_id_number\": \"40277736845\"\n    }\n  },\n  \"metadata\": {\n    \"dolor6\": \"<string>\",\n    \"quis898\": \"<string>\",\n    \"ut6b\": \"<string>\",\n    \"officiae67\": \"<string>\",\n    \"minim_b97\": \"<string>\",\n    \"amet34\": \"<string>\",\n    \"mollit_4a1\": \"<string>\",\n    \"quis_ee\": \"<string>\",\n    \"exercitation_96e\": \"<string>\",\n    \"proident_9\": \"<string>\",\n    \"ipsum_2\": \"<string>\",\n    \"occaecatd\": \"<string>\",\n    \"mollit_6f\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/entities",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve an Entity::LOCATION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["entities", "{{entityLocationId}}"]
            },
            "description": "Fetch details about a specific entity using its entity ID."
          },
          "response": [
            {
              "name": "Entity response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "2024-10-02",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Fetch details about a specific entity using its entity ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "2024-10-02",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Fetch details about a specific entity using its entity ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "2024-10-02",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Fetch details about a specific entity using its entity ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "2024-10-02",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Fetch details about a specific entity using its entity ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "2024-10-02",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Fetch details about a specific entity using its entity ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "2024-10-02",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Fetch details about a specific entity using its entity ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        },
        {
          "name": "Update an Entity::LOCATION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["entities", "{{entityLocationId}}"]
            },
            "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
          },
          "response": [
            {
              "name": "Entity response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/entities/{{entityLocationId}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["entities", "{{entityLocationId}}"]
                },
                "description": "Update the details of an existing entity. You can modify the state or mode associated with the entity."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        },
        {
          "name": "List Entities",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/entities",
              "host": ["{{apiBaseUrl}}"],
              "path": ["entities"]
            },
            "description": "Retrieve a list of entities."
          },
          "response": [
            {
              "name": "Entities response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"address\": {\n          \"line\": {\n            \"type\": \"STREET_NUMBER\",\n            \"street\": \"<string>\",\n            \"number\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          },\n          \"code\": \"<string>\",\n          \"city\": \"<string>\",\n          \"country\": \"MF\"\n        },\n        \"country\": \"<string>\",\n        \"id\": \"e55fec20442574b25a57cdf7769adff6\",\n        \"mode\": \"OPERATIVE\",\n        \"name\": {\n          \"legal\": \"<string>\",\n          \"trade\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"systems\": [\n          {\n            \"type\": \"CASH_REGISTER\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"CASH_REGISTER\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"type\": \"COMPANY\",\n        \"fiscalization\": {\n          \"type\": \"DE\",\n          \"vat_id_number\": \"652062151\",\n          \"credentials\": {\n            \"type\": \"ELSTER\",\n            \"tax_number\": \"0051022533297\"\n          },\n          \"tax_id_number\": \"46012597450\"\n        },\n        \"vat_number\": \"P7pWTcbRb\"\n      },\n      \"metadata\": {\n        \"Duis_b2\": \"<string>\",\n        \"eu_16\": \"<string>\",\n        \"adipisicing36\": \"<string>\",\n        \"culpa__\": \"<string>\",\n        \"proident_3c\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"nVCYdfx3qKhCkTPNwGCmV726M1PidGJDBJghHy==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Entities with pagination (first page)",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"next_token\", data.pagination.next); ",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/entities?limit=2",
              "host": ["{{apiBaseUrl}}"],
              "path": ["entities"],
              "query": [
                {
                  "key": "limit",
                  "value": "2"
                }
              ]
            },
            "description": "Retrieve a list of entities."
          },
          "response": [
            {
              "name": "Entities response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"address\": {\n          \"line\": {\n            \"type\": \"STREET_NUMBER\",\n            \"street\": \"<string>\",\n            \"number\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          },\n          \"code\": \"<string>\",\n          \"city\": \"<string>\",\n          \"country\": \"MF\"\n        },\n        \"country\": \"<string>\",\n        \"id\": \"e55fec20442574b25a57cdf7769adff6\",\n        \"mode\": \"OPERATIVE\",\n        \"name\": {\n          \"legal\": \"<string>\",\n          \"trade\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"systems\": [\n          {\n            \"type\": \"CASH_REGISTER\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"CASH_REGISTER\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"type\": \"COMPANY\",\n        \"fiscalization\": {\n          \"type\": \"DE\",\n          \"vat_id_number\": \"652062151\",\n          \"credentials\": {\n            \"type\": \"ELSTER\",\n            \"tax_number\": \"0051022533297\"\n          },\n          \"tax_id_number\": \"46012597450\"\n        },\n        \"vat_number\": \"P7pWTcbRb\"\n      },\n      \"metadata\": {\n        \"Duis_b2\": \"<string>\",\n        \"eu_16\": \"<string>\",\n        \"adipisicing36\": \"<string>\",\n        \"culpa__\": \"<string>\",\n        \"proident_3c\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"nVCYdfx3qKhCkTPNwGCmV726M1PidGJDBJghHy==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Entities with pagination (second page)",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}{{next_token}}",
              "host": ["{{apiBaseUrl}}{{next_token}}"]
            },
            "description": "Retrieve a list of entities."
          },
          "response": [
            {
              "name": "Entities response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"address\": {\n          \"line\": {\n            \"type\": \"STREET_NUMBER\",\n            \"street\": \"<string>\",\n            \"number\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          },\n          \"code\": \"<string>\",\n          \"city\": \"<string>\",\n          \"country\": \"MF\"\n        },\n        \"country\": \"<string>\",\n        \"id\": \"e55fec20442574b25a57cdf7769adff6\",\n        \"mode\": \"OPERATIVE\",\n        \"name\": {\n          \"legal\": \"<string>\",\n          \"trade\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"systems\": [\n          {\n            \"type\": \"CASH_REGISTER\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"CASH_REGISTER\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"type\": \"COMPANY\",\n        \"fiscalization\": {\n          \"type\": \"DE\",\n          \"vat_id_number\": \"652062151\",\n          \"credentials\": {\n            \"type\": \"ELSTER\",\n            \"tax_number\": \"0051022533297\"\n          },\n          \"tax_id_number\": \"46012597450\"\n        },\n        \"vat_number\": \"P7pWTcbRb\"\n      },\n      \"metadata\": {\n        \"Duis_b2\": \"<string>\",\n        \"eu_16\": \"<string>\",\n        \"adipisicing36\": \"<string>\",\n        \"culpa__\": \"<string>\",\n        \"proident_3c\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"nVCYdfx3qKhCkTPNwGCmV726M1PidGJDBJghHy==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/entities?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["entities"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "systems",
      "item": [
        {
          "name": "Create a System::FISCAL_DEVICE",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemFiscalDeviceId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"{{entityLocationId}}\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"MPN123456\",\n      \"details\": {\n        \"name\": \"Fiscal X200\",\n        \"brand\": \"PrinterCo\",\n        \"date_of_entry\": \"2023-07-01\",\n        \"model\": \"X200-Rev2\",\n        \"serial\": \"SN123456789\",\n        \"label\": \"FISCAL-DEV-001\",\n        \"date_of_production\": \"2023-01-15\"\n      }\n    },\n    \"software\": {\n      \"name\": \"FiscalSoft\",\n      \"version\": \"v5.2.1\"\n    }\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/systems",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"]
            },
            "description": "Use this endpoint to create a new system."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a System::FISCAL_DEVICE",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/systems/{{systemFiscalDeviceId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems", "{{systemFiscalDeviceId}}"]
            },
            "description": "Fetch details about a specific system using its system ID."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Update a System::FISCAL_DEVICE",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"state\": \"COMMISSIONED\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/systems/{{systemFiscalDeviceId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems", "{{systemFiscalDeviceId}}"]
            },
            "description": "Update the details of an existing system. You can modify the state."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\"\n  },\n  \"metadata\": {\n    \"in33\": \"<string>\",\n    \"id_8\": \"<string>\",\n    \"aliquip_6\": \"<string>\",\n    \"sunt3\": \"<string>\",\n    \"Excepteur045\": \"<string>\",\n    \"exercitation_ba9\": \"<string>\",\n    \"mollita\": \"<string>\",\n    \"fugiat53\": \"<string>\",\n    \"Ut13b\": \"<string>\",\n    \"Duis_d2\": \"<string>\",\n    \"eaeaf\": \"<string>\",\n    \"dolorb6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\"\n  },\n  \"metadata\": {\n    \"in33\": \"<string>\",\n    \"id_8\": \"<string>\",\n    \"aliquip_6\": \"<string>\",\n    \"sunt3\": \"<string>\",\n    \"Excepteur045\": \"<string>\",\n    \"exercitation_ba9\": \"<string>\",\n    \"mollita\": \"<string>\",\n    \"fugiat53\": \"<string>\",\n    \"Ut13b\": \"<string>\",\n    \"Duis_d2\": \"<string>\",\n    \"eaeaf\": \"<string>\",\n    \"dolorb6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\"\n  },\n  \"metadata\": {\n    \"in33\": \"<string>\",\n    \"id_8\": \"<string>\",\n    \"aliquip_6\": \"<string>\",\n    \"sunt3\": \"<string>\",\n    \"Excepteur045\": \"<string>\",\n    \"exercitation_ba9\": \"<string>\",\n    \"mollita\": \"<string>\",\n    \"fugiat53\": \"<string>\",\n    \"Ut13b\": \"<string>\",\n    \"Duis_d2\": \"<string>\",\n    \"eaeaf\": \"<string>\",\n    \"dolorb6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\"\n  },\n  \"metadata\": {\n    \"in33\": \"<string>\",\n    \"id_8\": \"<string>\",\n    \"aliquip_6\": \"<string>\",\n    \"sunt3\": \"<string>\",\n    \"Excepteur045\": \"<string>\",\n    \"exercitation_ba9\": \"<string>\",\n    \"mollita\": \"<string>\",\n    \"fugiat53\": \"<string>\",\n    \"Ut13b\": \"<string>\",\n    \"Duis_d2\": \"<string>\",\n    \"eaeaf\": \"<string>\",\n    \"dolorb6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\"\n  },\n  \"metadata\": {\n    \"in33\": \"<string>\",\n    \"id_8\": \"<string>\",\n    \"aliquip_6\": \"<string>\",\n    \"sunt3\": \"<string>\",\n    \"Excepteur045\": \"<string>\",\n    \"exercitation_ba9\": \"<string>\",\n    \"mollita\": \"<string>\",\n    \"fugiat53\": \"<string>\",\n    \"Ut13b\": \"<string>\",\n    \"Duis_d2\": \"<string>\",\n    \"eaeaf\": \"<string>\",\n    \"dolorb6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\"\n  },\n  \"metadata\": {\n    \"in33\": \"<string>\",\n    \"id_8\": \"<string>\",\n    \"aliquip_6\": \"<string>\",\n    \"sunt3\": \"<string>\",\n    \"Excepteur045\": \"<string>\",\n    \"exercitation_ba9\": \"<string>\",\n    \"mollita\": \"<string>\",\n    \"fugiat53\": \"<string>\",\n    \"Ut13b\": \"<string>\",\n    \"Duis_d2\": \"<string>\",\n    \"eaeaf\": \"<string>\",\n    \"dolorb6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"ACQUIRED\"\n  },\n  \"metadata\": {\n    \"in33\": \"<string>\",\n    \"id_8\": \"<string>\",\n    \"aliquip_6\": \"<string>\",\n    \"sunt3\": \"<string>\",\n    \"Excepteur045\": \"<string>\",\n    \"exercitation_ba9\": \"<string>\",\n    \"mollita\": \"<string>\",\n    \"fugiat53\": \"<string>\",\n    \"Ut13b\": \"<string>\",\n    \"Duis_d2\": \"<string>\",\n    \"eaeaf\": \"<string>\",\n    \"dolorb6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems/:system_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems", ":system_id"],
                  "variable": [
                    {
                      "key": "system_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Systems",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/systems",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"]
            },
            "description": "Retrieve a list of systems."
          },
          "response": [
            {
              "name": "Systems response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"entity\": {\n          \"id\": \"3a0ee36cb2ca-75d58e79-65c2b6604cd9\"\n        },\n        \"id\": \"8553fac6ea9d-7fed-ede4-8f13773e9dfc\",\n        \"journal\": {\n          \"certificate\": {\n            \"serial_number\": \"        Y  R    n   r        a  \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        },\n        \"mode\": \"OPERATIVE\",\n        \"producer\": {\n          \"type\": \"MPN\",\n          \"number\": \"<string>\",\n          \"details\": {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"date_of_entry\": \"0211-10-05\",\n            \"model\": \"<string>\",\n            \"serial\": \"<string>\",\n            \"label\": \"<string>\",\n            \"date_of_production\": \"4873-07-31\"\n          }\n        },\n        \"records\": [\n          {\n            \"type\": \"TRANSACTION::INVOICE\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"TRANSACTION::CANCELLATION\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"software\": {\n          \"name\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"type\": \"FISCAL_DEVICE\",\n        \"vat_exemptions\": [\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"vat_rates\": [\n          {\n            \"code\": \"REDUCED_3\",\n            \"percentage\": \"792.7\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          },\n          {\n            \"code\": \"REDUCED_1\",\n            \"percentage\": \"56\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          }\n        ],\n        \"compliance\": {\n          \"certificate\": {\n            \"serial_number\": \"  Q              E       W      \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"adipisicing4\": \"<string>\",\n        \"est_1\": \"<string>\",\n        \"veniam2\": \"<string>\",\n        \"elit_00\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"4QmvKGRktNpheOv5tC==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "records (RECEIPT)",
      "item": [
        {
          "name": "Create a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordIntentionIdA\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"INTENTION\",\n        \"system\": {\n            \"id\": \"{{systemFiscalDeviceId}}\"\n        },\n        \"operation\": {\n            \"type\": \"TRANSACTION\",\n            \"details\": {\n                \"creators\": [\n                    {\n                        \"type\": \"PERSON\",\n                        \"label\": \"John Doe\"\n                    }\n                ]\n            }\n        }\n    }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create an intention record."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordIntentionIdA}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordIntentionIdA}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Update a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metadata\": {\n    \"label\": \"aliqua_978\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordIntentionIdA}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordIntentionIdA}}"]
            },
            "description": "Update a the state of an existing record."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMPLETED\"\n  },\n  \"metadata\": {\n    \"ad_6c1\": \"<string>\",\n    \"dolor_c2\": \"<string>\",\n    \"uta20\": \"<string>\",\n    \"dolore_3\": \"<string>\",\n    \"in23\": \"<string>\",\n    \"aliqua_978\": \"<string>\",\n    \"enim_2b6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMPLETED\"\n  },\n  \"metadata\": {\n    \"ad_6c1\": \"<string>\",\n    \"dolor_c2\": \"<string>\",\n    \"uta20\": \"<string>\",\n    \"dolore_3\": \"<string>\",\n    \"in23\": \"<string>\",\n    \"aliqua_978\": \"<string>\",\n    \"enim_2b6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMPLETED\"\n  },\n  \"metadata\": {\n    \"ad_6c1\": \"<string>\",\n    \"dolor_c2\": \"<string>\",\n    \"uta20\": \"<string>\",\n    \"dolore_3\": \"<string>\",\n    \"in23\": \"<string>\",\n    \"aliqua_978\": \"<string>\",\n    \"enim_2b6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMPLETED\"\n  },\n  \"metadata\": {\n    \"ad_6c1\": \"<string>\",\n    \"dolor_c2\": \"<string>\",\n    \"uta20\": \"<string>\",\n    \"dolore_3\": \"<string>\",\n    \"in23\": \"<string>\",\n    \"aliqua_978\": \"<string>\",\n    \"enim_2b6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMPLETED\"\n  },\n  \"metadata\": {\n    \"ad_6c1\": \"<string>\",\n    \"dolor_c2\": \"<string>\",\n    \"uta20\": \"<string>\",\n    \"dolore_3\": \"<string>\",\n    \"in23\": \"<string>\",\n    \"aliqua_978\": \"<string>\",\n    \"enim_2b6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMPLETED\"\n  },\n  \"metadata\": {\n    \"ad_6c1\": \"<string>\",\n    \"dolor_c2\": \"<string>\",\n    \"uta20\": \"<string>\",\n    \"dolore_3\": \"<string>\",\n    \"in23\": \"<string>\",\n    \"aliqua_978\": \"<string>\",\n    \"enim_2b6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"state\": \"COMPLETED\"\n  },\n  \"metadata\": {\n    \"ad_6c1\": \"<string>\",\n    \"dolor_c2\": \"<string>\",\n    \"uta20\": \"<string>\",\n    \"dolore_3\": \"<string>\",\n    \"in23\": \"<string>\",\n    \"aliqua_978\": \"<string>\",\n    \"enim_2b6\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordTransactionIdA\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"TRANSACTION\",\n        \"record\": {\n            \"id\": \"{{recordIntentionIdA}}\"\n        },\n        \"operation\": {\n            \"type\": \"RECEIPT\",\n            \"document\": {\n                \"number\": \"INV-12345\",\n                \"total_vat\": {\n                    \"amount\": \"18.03278689\",\n                    \"exclusive\": \"81.96721311\",\n                    \"inclusive\": \"100\"\n                }\n            },\n            \"entries\": [\n                {\n                    \"type\": \"SALE\",\n                    \"details\": {\n                        \"concept\": \"GOOD\"\n                    },\n                    \"data\": {\n                        \"type\": \"ITEM\",\n                        \"text\": \"Product XYZ\",\n                        \"unit\": {\n                            \"quantity\": \"1\",\n                            \"price\": \"100.00\"\n                        },\n                        \"value\": {\n                            \"base\": \"81.96721311\"\n                        },\n                        \"vat\": {\n                            \"type\": \"VAT_RATE\",\n                            \"code\": \"STANDARD\",\n                            \"percentage\": \"22.00\",\n                            \"exclusive\": \"81.96721311\",\n                            \"inclusive\": \"100\",\n                            \"amount\": \"18.03278689\"\n                        }\n                    }\n                }\n            ],\n            \"customer\": {\n                \"type\": \"EXTERNAL\"\n            },\n            \"payments\": [\n                {\n                    \"type\": \"CASH\",\n                    \"details\": {\n                        \"amount\":\"100.00\"\n                    }\n                }\n            ]\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create a transaction recored."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordTransactionIdA}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        },
        {
          "name": "Update a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metadata\": {\n    \"label\": \"aliq88s978\"\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordTransactionIdA}}"]
            },
            "description": "Update a the state of an existing record."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"metadata\": {\n    \"label\": \"aliq88s978\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Update a the state of an existing record."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"metadata\": {\n    \"label\": \"aliq88s978\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Update a the state of an existing record."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"metadata\": {\n    \"label\": \"aliq88s978\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Update a the state of an existing record."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"metadata\": {\n    \"label\": \"aliq88s978\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Update a the state of an existing record."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"metadata\": {\n    \"label\": \"aliq88s978\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Update a the state of an existing record."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"metadata\": {\n    \"label\": \"aliq88s978\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Update a the state of an existing record."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "{{$guid}}",
                    "description": "(Required) Idempotency key ...\n\n"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"metadata\": {\n    \"label\": \"aliq88s978\"\n  }\n}\n",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Update a the state of an existing record."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        },
        {
          "name": "List Records",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 501\", function () {",
                  "    pm.response.to.have.status(501);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Retrieve a list of records."
          },
          "response": [
            {
              "name": "Records response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"id\": \"b14f5568-6f327c51-65507e5ea8b8db49\",\n        \"type\": \"TRANSACTION::CORRECTION\",\n        \"state\": \"ERRORED\",\n        \"mode\": \"INACTIVE\",\n        \"system\": {\n          \"id\": \"07b81c13a25673013c3f107809c843e6\"\n        },\n        \"journal\": {\n          \"signature\": \"<string>\",\n          \"signed_at\": \"<dateTime>\",\n          \"record\": {\n            \"id\": \"bf7eeebe-e46b7b79-da39-c308c1423db1\"\n          }\n        },\n        \"record\": {\n          \"id\": \"603c16fff9d8-79b3-68859ab7265d79d5\"\n        },\n        \"compliance\": {\n          \"data\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        \"data\": \"<string>\"\n      },\n      \"metadata\": {\n        \"consectetur_44\": \"<string>\",\n        \"ut_a\": \"<string>\",\n        \"commodo_0a_\": \"<string>\",\n        \"velit_8f\": \"<string>\",\n        \"amet_bd5\": \"<string>\",\n        \"fugiat054\": \"<string>\",\n        \"magna_0\": \"<string>\",\n        \"esse_98\": \"<string>\",\n        \"consectetur4f3\": \"<string>\",\n        \"inbff\": \"<string>\",\n        \"autee28\": \"<string>\",\n        \"aute701\": \"<string>\",\n        \"occaecat_4\": \"<string>\",\n        \"cupidatat8\": \"<string>\",\n        \"ad__\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"Ks==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "records (Get record PDF)",
      "item": [
        {
          "name": "Create a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordIntentionIdA\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"INTENTION\",\n        \"system\": {\n            \"id\": \"{{systemFiscalDeviceId}}\"\n        },\n        \"operation\": {\n            \"type\": \"TRANSACTION\",\n            \"details\": {\n                \"creators\": [\n                    {\n                        \"type\": \"PERSON\",\n                        \"label\": \"John Doe\"\n                    }\n                ]\n            }\n        }\n    }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create an intention record."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordTransactionIdA\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"TRANSACTION\",\n        \"record\": {\n            \"id\": \"{{recordIntentionIdA}}\"\n        },\n        \"operation\": {\n            \"type\": \"RECEIPT\",\n            \"document\": {\n                \"number\": \"INV-12345\",\n                \"total_vat\": {\n                    \"amount\": \"18.03278689\",\n                    \"exclusive\": \"81.96721311\",\n                    \"inclusive\": \"100\"\n                }\n            },\n            \"entries\": [\n                {\n                    \"type\": \"SALE\",\n                    \"details\": {\n                        \"concept\": \"GOOD\"\n                    },\n                    \"data\": {\n                        \"type\": \"ITEM\",\n                        \"text\": \"Product XYZ\",\n                        \"unit\": {\n                            \"quantity\": \"1\",\n                            \"price\": \"100.00\"\n                        },\n                        \"value\": {\n                            \"base\": \"81.96721311\"\n                        },\n                        \"vat\": {\n                            \"type\": \"VAT_RATE\",\n                            \"code\": \"STANDARD\",\n                            \"percentage\": \"22.00\",\n                            \"exclusive\": \"81.96721311\",\n                            \"inclusive\": \"100\",\n                            \"amount\": \"18.03278689\"\n                        }\n                    }\n                }\n            ],\n            \"customer\": {\n                \"type\": \"EXTERNAL\"\n            },\n            \"payments\": [\n                {\n                    \"type\": \"CASH\",\n                    \"details\": {\n                        \"amount\":\"100.00\"\n                    }\n                }\n            ]\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create a transaction recored."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  "",
                  "const base64 = pm.response.json()?.content?.compliance?.artifact?.data;",
                  "",
                  "if (base64) {",
                  "    const link = `data:application/pdf;base64,${base64}`;",
                  "    pm.visualizer.set(`",
                  "        <html>",
                  "          <body>",
                  "            <h3>📄 PDF Base64 Link</h3>",
                  "            <p>Open that link in your browser:</p>",
                  "            <textarea style=\"width:100%;height:120px;font-size:14px;\" readonly>${link}</textarea>",
                  "          </body>",
                  "        </html>",
                  "    `);",
                  "} else {",
                  "    pm.visualizer.set(`<p style=\"color:red;\">⚠️ No PDF Base64 data found.</p>`);",
                  "}",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}?compliance-artifact",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordTransactionIdA}}"],
              "query": [
                {
                  "key": "compliance-artifact",
                  "value": null
                }
              ]
            },
            "description": "This endpoint retrieves the official AdE record PDF **as a Base64‑encoded string**.\n\nIf the request is successful, the PDF data can be found in the response at: `content.compliance.artifact.data`.  \n  \nIn this Postman Collection, a link is automatically generated and shown as plain text in the _Visualization_ tab. You can copy it and open it in your browser to view or download the PDF."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        }
      ]
    },
    {
      "name": "records (CANCELLATION)",
      "item": [
        {
          "name": "Create a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordIntentionIdB0\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"INTENTION\",\n        \"system\": {\n            \"id\": \"{{systemFiscalDeviceId}}\"\n        },\n        \"operation\": {\n            \"type\": \"TRANSACTION\"\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create an intention record."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordIntentionIdB0}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordIntentionIdB0}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordTransactionIdB0\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"TRANSACTION\",\n        \"record\": {\n            \"id\": \"{{recordIntentionIdB0}}\"\n        },\n        \"operation\": {\n            \"type\": \"RECEIPT\",\n            \"document\": {\n                \"number\": \"INV-12345\",\n                \"total_vat\": {\n                    \"amount\": \"18.03278689\",\n                    \"exclusive\": \"81.96721311\",\n                    \"inclusive\": \"100\"\n                }\n            },\n            \"entries\": [\n                {\n                    \"type\": \"SALE\",\n                    \"details\": {\n                        \"concept\": \"GOOD\"\n                    },\n                    \"data\": {\n                        \"type\": \"ITEM\",\n                        \"text\": \"Product XYZ\",\n                        \"unit\": {\n                            \"quantity\": \"1\",\n                            \"price\": \"100.00\"\n                        },\n                        \"value\": {\n                            \"base\": \"100.00\"\n                        },\n                        \"vat\": {\n                            \"type\": \"VAT_RATE\",\n                            \"code\": \"STANDARD\",\n                            \"percentage\": \"22.00\",\n                            \"exclusive\": \"81.96721311\",\n                            \"inclusive\": \"100\",\n                            \"amount\": \"18.03278689\"\n                        }\n                    }\n                }\n            ],\n            \"customer\": {\n                \"type\": \"EXTERNAL\"\n            },\n            \"payments\": [\n                {\n                    \"type\": \"CASH\",\n                    \"details\": {\n                        \"amount\": \"100\"\n                    }\n                }\n            ]\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create a transaction recored."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdB0}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordTransactionIdB0}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        },
        {
          "name": "Create a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordIntentionIdB1\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"INTENTION\",\n        \"system\": {\n            \"id\": \"{{systemFiscalDeviceId}}\"\n        },\n        \"operation\": {\n            \"type\": \"TRANSACTION\"\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create an intention record."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordIntentionIdB1}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordIntentionIdB1}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create a Record::TRANSACTION::CANCELLATION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordTransactionIdB1\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"TRANSACTION\",\n        \"record\": {\n            \"id\": \"{{recordIntentionIdB1}}\"\n        },\n        \"operation\": {\n            \"type\": \"CANCELLATION\",\n\t        \"record\": {\n\t            \"id\": \"{{recordTransactionIdB0}}\"\n\t        }\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create a transaction recored."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::TRANSACTION::CANCELLATION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdB1}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordTransactionIdB1}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        }
      ]
    },
    {
      "name": "records (CORRECTION)",
      "item": [
        {
          "name": "Create a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordIntentionIdC0\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"INTENTION\",\n        \"system\": {\n            \"id\": \"{{systemFiscalDeviceId}}\"\n        },\n        \"operation\": {\n            \"type\": \"TRANSACTION\"\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create an intention record."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordIntentionIdB0}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordIntentionIdB0}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordTransactionIdC0\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"TRANSACTION\",\n        \"record\": {\n            \"id\": \"{{recordIntentionIdC0}}\"\n        },\n        \"operation\": {\n            \"type\": \"RECEIPT\",\n            \"document\": {\n                \"number\": \"INV-12345\",\n                \"total_vat\": {\n                    \"amount\": \"18.03278689\",\n                    \"exclusive\": \"81.96721311\",\n                    \"inclusive\": \"100\"\n                }\n            },\n            \"entries\": [\n                {\n                    \"type\": \"SALE\",\n                    \"details\": {\n                        \"concept\": \"GOOD\"\n                    },\n                    \"data\": {\n                        \"type\": \"ITEM\",\n                        \"text\": \"Product XYZ\",\n                        \"unit\": {\n                            \"quantity\": \"1\",\n                            \"price\": \"100.00\"\n                        },\n                        \"value\": {\n                            \"base\": \"81.96721311\"\n                        },\n                        \"vat\": {\n                            \"type\": \"VAT_RATE\",\n                            \"code\": \"STANDARD\",\n                            \"percentage\": \"22.00\",\n                            \"exclusive\": \"81.96721311\",\n                            \"inclusive\": \"100\",\n                            \"amount\": \"18.03278689\"\n                        }\n                    }\n                }\n            ],\n            \"customer\": {\n                \"type\": \"EXTERNAL\"\n            },\n            \"payments\": [\n                {\n                    \"type\": \"CASH\",\n                    \"details\": {\n                        \"amount\": \"100\"\n                    }\n                }\n            ]\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create a transaction recored."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::TRANSACTION::RECEIPT",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdB0}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordTransactionIdB0}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        },
        {
          "name": "Create a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordIntentionIdC1\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"INTENTION\",\n        \"system\": {\n            \"id\": \"{{systemFiscalDeviceId}}\"\n        },\n        \"operation\": {\n            \"type\": \"TRANSACTION\"\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create an intention record."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::INTENTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordIntentionIdB1}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordIntentionIdB1}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/records/:record_id",
                  "host": ["{{baseUrl}}"],
                  "path": ["records", ":record_id"],
                  "variable": [
                    {
                      "key": "record_id"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create a Record::TRANSACTION::CORRECTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"recordTransactionIdC1\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"content\": {\n        \"type\": \"TRANSACTION\",\n        \"record\": {\n            \"id\": \"{{recordIntentionIdC1}}\"\n        },\n        \"operation\": {\n            \"type\": \"CORRECTION\",\n            \"record\": {\n                \"id\": \"{{recordTransactionIdC0}}\"\n            },\n            \"data\": {\n                \"type\": \"RECEIPT\",\n                \"document\": {\n                    \"number\": \"INV-12345\",\n                    \"series\": \"C\",\n                    \"total_vat\": {\n                        \"amount\": \"18.03278689\",\n                        \"exclusive\": \"81.96721311\",\n                        \"inclusive\": \"100\"\n                    }\n                },\n                \"entries\": [\n                    {\n                        \"type\": \"RETURN\",\n                        \"details\": {\n                            \"concept\": \"GOOD\",\n                            \"number\": \"1\"\n                        },\n                        \"data\": {\n                            \"type\": \"ITEM\",\n                            \"text\": \"Product XYZ\",\n                            \"unit\": {\n                                \"quantity\": \"1\",\n                                \"price\": \"100.00\"\n                            },\n                            \"value\": {\n                                \"base\": \"81.96721311\"\n                            },\n                            \"vat\": {\n                                \"type\": \"VAT_RATE\",\n                                \"code\": \"STANDARD\",\n                                \"percentage\": \"22.00\",\n                                \"exclusive\": \"81.96721311\",\n                                \"inclusive\": \"100\",\n                                \"amount\": \"18.03278689\"\n                            }\n                        }\n                    }\n                ],\n                \"customer\": {\n                    \"type\": \"EXTERNAL\"\n                },\n                \"payments\": [\n                    {\n                        \"type\": \"CASH\",\n                        \"details\": {\n                            \"amount\":\"100.00\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/records",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records"]
            },
            "description": "Create a transaction recored."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"id\": \"2edd05bb-d99e78df-6a1b-ffcb1ed05b9f\",\n    \"type\": \"TRANSACTION::RECEIPT\",\n    \"state\": \"COMPLETED\",\n    \"mode\": \"RECORDED\",\n    \"system\": {\n      \"id\": \"2a326f11fe2d-72fa74ee-2d8e925d31ff\"\n    },\n    \"journal\": {\n      \"signature\": \"<string>\",\n      \"signed_at\": \"<dateTime>\",\n      \"record\": {\n        \"id\": \"491967d406d8-7a04-ce32-42c0734381c9\"\n      }\n    },\n    \"record\": {\n      \"id\": \"aa8aee5393f4-74bf-ed0b-9acf2ef15231\"\n    },\n    \"compliance\": {\n      \"data\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"data\": \"<string>\"\n  },\n  \"metadata\": {\n    \"consequata4a\": \"<string>\",\n    \"exercitation_7\": \"<string>\",\n    \"amet_8d\": \"<string>\",\n    \"occaecate\": \"<string>\",\n    \"inea_\": \"<string>\",\n    \"sed__68\": \"<string>\",\n    \"Duisdc_\": \"<string>\",\n    \"nostrud_dff\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"INTENTION\",\n    \"system\": {\n      \"id\": \"6a15b24dbf3274f3de6c3b8284440a72\"\n    },\n    \"operation\": {\n      \"type\": \"TRANSACTION\"\n    },\n    \"details\": {\n      \"creators\": [\n        {\n          \"type\": \"PERSON\",\n          \"label\": \"<string>\",\n          \"name\": {\n            \"gender\": \"MALE\",\n            \"forename\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"prefix\": \"<string>\",\n            \"infix\": \"<string>\",\n            \"suffix\": \"<string>\"\n          }\n        }\n      ],\n      \"training\": \"<boolean>\"\n    }\n  },\n  \"metadata\": {\n    \"sed_193\": \"<string>\",\n    \"occaecat9fb\": \"<string>\",\n    \"sit1\": \"<string>\",\n    \"amet7\": \"<string>\",\n    \"enim_a6c\": \"<string>\",\n    \"ut_f\": \"<string>\",\n    \"labore_d1b\": \"<string>\",\n    \"reprehenderit0\": \"<string>\",\n    \"est_084\": \"<string>\",\n    \"dolor__f\": \"<string>\",\n    \"ea18\": \"<string>\"\n  },\n  \"license\": {\n    \"id\": \"0b14b7d6-e76d-7e2c050f4833e9d093c8\",\n    \"data\": {\n      \"etb\": \"<string>\",\n      \"id_1c\": \"<string>\",\n      \"velit_d89\": \"<string>\"\n    }\n  },\n  \"offline\": {\n    \"signature\": \"<string>\",\n    \"id\": \"7d5de329-41ad4ee5be9ac09a5e8538f5\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/records",
                  "host": ["{{baseUrl}}"],
                  "path": ["records"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a Record::TRANSACTION::CORRECTION",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdB1}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["records", "{{recordTransactionIdB1}}"]
            },
            "description": "Fetch details about a specific record using its record ID."
          },
          "response": [
            {
              "name": "Record response\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Resource not found\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{subjectBearerToken}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "X-Api-Version",
                    "value": "{{apiVersion}}",
                    "description": "API version ...\n"
                  }
                ],
                "url": {
                  "raw": "{{apiBaseUrl}}/records/{{recordTransactionIdA}}",
                  "host": ["{{apiBaseUrl}}"],
                  "path": ["records", "{{recordTransactionIdA}}"]
                },
                "description": "Fetch details about a specific record using its record ID."
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            }
          ]
        }
      ]
    },
    {
      "name": "systems (Pagination)",
      "item": [
        {
          "name": "Create system Connected to Entity Company",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemFiscalDeviceId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"{{entityCompanyId}}\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"MPN123456\",\n      \"details\": {\n        \"name\": \"Fiscal X200\",\n        \"brand\": \"PrinterCo\",\n        \"date_of_entry\": \"2023-07-01\",\n        \"model\": \"X200-Rev2\",\n        \"serial\": \"SN123456789\",\n        \"label\": \"FISCAL-DEV-001\",\n        \"date_of_production\": \"2023-01-15\"\n      }\n    },\n    \"software\": {\n      \"name\": \"FiscalSoft\",\n      \"version\": \"v5.2.1\"\n    }\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/systems",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"]
            },
            "description": "Use this endpoint to create a new system."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create system #1 Connected to Entity Location",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemFiscalDeviceId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"{{entityLocationId}}\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"MPN123456\",\n      \"details\": {\n        \"name\": \"Fiscal X200\",\n        \"brand\": \"PrinterCo\",\n        \"date_of_entry\": \"2023-07-01\",\n        \"model\": \"X200-Rev2\",\n        \"serial\": \"SN123456789\",\n        \"label\": \"FISCAL-DEV-001\",\n        \"date_of_production\": \"2023-01-15\"\n      }\n    },\n    \"software\": {\n      \"name\": \"FiscalSoft\",\n      \"version\": \"v5.2.1\"\n    }\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/systems",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"]
            },
            "description": "Use this endpoint to create a new system."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create system #3 Connected to Entity Location",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemFiscalDeviceId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"{{entityLocationId}}\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"MPN123456\",\n      \"details\": {\n        \"name\": \"Fiscal X200\",\n        \"brand\": \"PrinterCo\",\n        \"date_of_entry\": \"2023-07-01\",\n        \"model\": \"X200-Rev2\",\n        \"serial\": \"SN123456789\",\n        \"label\": \"FISCAL-DEV-001\",\n        \"date_of_production\": \"2023-01-15\"\n      }\n    },\n    \"software\": {\n      \"name\": \"FiscalSoft\",\n      \"version\": \"v5.2.1\"\n    }\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/systems",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"]
            },
            "description": "Use this endpoint to create a new system."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create system #4 Connected to Entity Location",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemFiscalDeviceId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"{{entityLocationId}}\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"MPN123456\",\n      \"details\": {\n        \"name\": \"Fiscal X200\",\n        \"brand\": \"PrinterCo\",\n        \"date_of_entry\": \"2023-07-01\",\n        \"model\": \"X200-Rev2\",\n        \"serial\": \"SN123456789\",\n        \"label\": \"FISCAL-DEV-001\",\n        \"date_of_production\": \"2023-01-15\"\n      }\n    },\n    \"software\": {\n      \"name\": \"FiscalSoft\",\n      \"version\": \"v5.2.1\"\n    }\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/systems",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"]
            },
            "description": "Use this endpoint to create a new system."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create system #5 Connected to Entity Location",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemFiscalDeviceId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"{{entityLocationId}}\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"MPN123456\",\n      \"details\": {\n        \"name\": \"Fiscal X200\",\n        \"brand\": \"PrinterCo\",\n        \"date_of_entry\": \"2023-07-01\",\n        \"model\": \"X200-Rev2\",\n        \"serial\": \"SN123456789\",\n        \"label\": \"FISCAL-DEV-001\",\n        \"date_of_production\": \"2023-01-15\"\n      }\n    },\n    \"software\": {\n      \"name\": \"FiscalSoft\",\n      \"version\": \"v5.2.1\"\n    }\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/systems",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"]
            },
            "description": "Use this endpoint to create a new system."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "Create system #6 Connected to Entity Location",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemFiscalDeviceId\", data.content.id);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              },
              {
                "key": "X-Idempotency-Key",
                "value": "{{$guid}}",
                "description": "(Required) Idempotency key ...\n\n"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"{{entityLocationId}}\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"MPN123456\",\n      \"details\": {\n        \"name\": \"Fiscal X200\",\n        \"brand\": \"PrinterCo\",\n        \"date_of_entry\": \"2023-07-01\",\n        \"model\": \"X200-Rev2\",\n        \"serial\": \"SN123456789\",\n        \"label\": \"FISCAL-DEV-001\",\n        \"date_of_production\": \"2023-01-15\"\n      }\n    },\n    \"software\": {\n      \"name\": \"FiscalSoft\",\n      \"version\": \"v5.2.1\"\n    }\n  }\n}\n",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{apiBaseUrl}}/systems",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"]
            },
            "description": "Use this endpoint to create a new system."
          },
          "response": [
            {
              "name": "System response\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"entity\": {\n      \"id\": \"fe8924a8e32c-7f355b0695c3f2e22118\"\n    },\n    \"id\": \"5591a427-306b-7bf5c628cfefaf3280fe\",\n    \"journal\": {\n      \"certificate\": {\n        \"serial_number\": \" \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-384\"\n      }\n    },\n    \"mode\": \"SUSPENDED\",\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"0288-04-07\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0345-10-31\"\n      }\n    },\n    \"records\": [\n      {\n        \"type\": \"INTENTION::TRANSACTION\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"type\": \"TRANSACTION::ENRICHMENT\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    \"state\": \"COMMISSIONED\",\n    \"type\": \"FISCAL_DEVICE\",\n    \"vat_exemptions\": [\n      {\n        \"code\": \"CAUSE_4\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"code\": \"CAUSE_2\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"vat_rates\": [\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"46.74\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      },\n      {\n        \"code\": \"REDUCED_3\",\n        \"percentage\": \"3\",\n        \"description\": \"<string>\",\n        \"historic\": \"<boolean>\"\n      }\n    ],\n    \"compliance\": {\n      \"certificate\": {\n        \"serial_number\": \"  w                l        M   \",\n        \"expires_at\": \"<dateTime>\",\n        \"x509_pem\": \"<string>\"\n      },\n      \"signature\": {\n        \"type\": \"ECDSA\",\n        \"hash\": \"SHA-256\"\n      }\n    }\n  },\n  \"metadata\": {\n    \"adec1\": \"<string>\",\n    \"nisi936\": \"<string>\",\n    \"aliquip7\": \"<string>\",\n    \"laborum42\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Method not allowed\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Resource Conflict\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Conflict",
              "code": 409,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "X-Idempotency-Key",
                    "value": "af060171-840a-45798a371cdbe0f43e36",
                    "description": "(Required) Idempotency key ...\n\n"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": {\n    \"type\": \"FISCAL_DEVICE\",\n    \"entity\": {\n      \"id\": \"5892d0a0-8f1b-763c6977213c5c770a91\"\n    },\n    \"producer\": {\n      \"type\": \"MPN\",\n      \"number\": \"<string>\",\n      \"details\": {\n        \"name\": \"<string>\",\n        \"brand\": \"<string>\",\n        \"date_of_entry\": \"4924-05-31\",\n        \"model\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"label\": \"<string>\",\n        \"date_of_production\": \"0946-12-18\"\n      }\n    },\n    \"software\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"metadata\": {\n    \"cupidatatf\": \"<string>\",\n    \"in8a\": \"<string>\",\n    \"amet_a7\": \"<string>\",\n    \"qui_7\": \"<string>\",\n    \"mollit_3af\": \"<string>\",\n    \"ex__\": \"<string>\",\n    \"eiusmod28a\": \"<string>\",\n    \"voluptate_30\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/systems",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Systems With Limit",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemNextUrl\", data.pagination.next);",
                  "    pm.environment.set(\"paginationToken\", data.pagination.token);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/systems?limit=3",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"],
              "query": [
                {
                  "key": "limit",
                  "value": "3"
                }
              ]
            },
            "description": "Retrieve a list of systems."
          },
          "response": [
            {
              "name": "Systems response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"entity\": {\n          \"id\": \"3a0ee36cb2ca-75d58e79-65c2b6604cd9\"\n        },\n        \"id\": \"8553fac6ea9d-7fed-ede4-8f13773e9dfc\",\n        \"journal\": {\n          \"certificate\": {\n            \"serial_number\": \"        Y  R    n   r        a  \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        },\n        \"mode\": \"OPERATIVE\",\n        \"producer\": {\n          \"type\": \"MPN\",\n          \"number\": \"<string>\",\n          \"details\": {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"date_of_entry\": \"0211-10-05\",\n            \"model\": \"<string>\",\n            \"serial\": \"<string>\",\n            \"label\": \"<string>\",\n            \"date_of_production\": \"4873-07-31\"\n          }\n        },\n        \"records\": [\n          {\n            \"type\": \"TRANSACTION::INVOICE\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"TRANSACTION::CANCELLATION\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"software\": {\n          \"name\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"type\": \"FISCAL_DEVICE\",\n        \"vat_exemptions\": [\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"vat_rates\": [\n          {\n            \"code\": \"REDUCED_3\",\n            \"percentage\": \"792.7\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          },\n          {\n            \"code\": \"REDUCED_1\",\n            \"percentage\": \"56\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          }\n        ],\n        \"compliance\": {\n          \"certificate\": {\n            \"serial_number\": \"  Q              E       W      \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"adipisicing4\": \"<string>\",\n        \"est_1\": \"<string>\",\n        \"veniam2\": \"<string>\",\n        \"elit_00\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"4QmvKGRktNpheOv5tC==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List paginated Systems by the next url",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}{{systemNextUrl}}",
              "host": ["{{apiBaseUrl}}{{systemNextUrl}}"]
            },
            "description": "Retrieve a list of systems."
          },
          "response": [
            {
              "name": "Systems response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"entity\": {\n          \"id\": \"3a0ee36cb2ca-75d58e79-65c2b6604cd9\"\n        },\n        \"id\": \"8553fac6ea9d-7fed-ede4-8f13773e9dfc\",\n        \"journal\": {\n          \"certificate\": {\n            \"serial_number\": \"        Y  R    n   r        a  \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        },\n        \"mode\": \"OPERATIVE\",\n        \"producer\": {\n          \"type\": \"MPN\",\n          \"number\": \"<string>\",\n          \"details\": {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"date_of_entry\": \"0211-10-05\",\n            \"model\": \"<string>\",\n            \"serial\": \"<string>\",\n            \"label\": \"<string>\",\n            \"date_of_production\": \"4873-07-31\"\n          }\n        },\n        \"records\": [\n          {\n            \"type\": \"TRANSACTION::INVOICE\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"TRANSACTION::CANCELLATION\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"software\": {\n          \"name\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"type\": \"FISCAL_DEVICE\",\n        \"vat_exemptions\": [\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"vat_rates\": [\n          {\n            \"code\": \"REDUCED_3\",\n            \"percentage\": \"792.7\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          },\n          {\n            \"code\": \"REDUCED_1\",\n            \"percentage\": \"56\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          }\n        ],\n        \"compliance\": {\n          \"certificate\": {\n            \"serial_number\": \"  Q              E       W      \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"adipisicing4\": \"<string>\",\n        \"est_1\": \"<string>\",\n        \"veniam2\": \"<string>\",\n        \"elit_00\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"4QmvKGRktNpheOv5tC==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Systems With Limit and Token",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/systems?limit=2&token={{paginationToken}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"],
              "query": [
                {
                  "key": "limit",
                  "value": "2"
                },
                {
                  "key": "token",
                  "value": "{{paginationToken}}"
                }
              ]
            },
            "description": "Retrieve a list of systems."
          },
          "response": [
            {
              "name": "Systems response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"entity\": {\n          \"id\": \"3a0ee36cb2ca-75d58e79-65c2b6604cd9\"\n        },\n        \"id\": \"8553fac6ea9d-7fed-ede4-8f13773e9dfc\",\n        \"journal\": {\n          \"certificate\": {\n            \"serial_number\": \"        Y  R    n   r        a  \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        },\n        \"mode\": \"OPERATIVE\",\n        \"producer\": {\n          \"type\": \"MPN\",\n          \"number\": \"<string>\",\n          \"details\": {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"date_of_entry\": \"0211-10-05\",\n            \"model\": \"<string>\",\n            \"serial\": \"<string>\",\n            \"label\": \"<string>\",\n            \"date_of_production\": \"4873-07-31\"\n          }\n        },\n        \"records\": [\n          {\n            \"type\": \"TRANSACTION::INVOICE\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"TRANSACTION::CANCELLATION\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"software\": {\n          \"name\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"type\": \"FISCAL_DEVICE\",\n        \"vat_exemptions\": [\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"vat_rates\": [\n          {\n            \"code\": \"REDUCED_3\",\n            \"percentage\": \"792.7\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          },\n          {\n            \"code\": \"REDUCED_1\",\n            \"percentage\": \"56\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          }\n        ],\n        \"compliance\": {\n          \"certificate\": {\n            \"serial_number\": \"  Q              E       W      \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"adipisicing4\": \"<string>\",\n        \"est_1\": \"<string>\",\n        \"veniam2\": \"<string>\",\n        \"elit_00\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"4QmvKGRktNpheOv5tC==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Systems With Limit and Entity Identifier",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "    var data = pm.response.json();",
                  "    pm.environment.set(\"systemWithEntityIdNextUrl\", data.pagination.next);",
                  "    pm.environment.set(\"paginationTokenWithEntityId\", data.pagination.token);",
                  "",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/systems?limit=3&entity_id={{entityLocationId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"],
              "query": [
                {
                  "key": "limit",
                  "value": "3"
                },
                {
                  "key": "entity_id",
                  "value": "{{entityLocationId}}"
                }
              ]
            },
            "description": "Retrieve a list of systems."
          },
          "response": [
            {
              "name": "Systems response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"entity\": {\n          \"id\": \"3a0ee36cb2ca-75d58e79-65c2b6604cd9\"\n        },\n        \"id\": \"8553fac6ea9d-7fed-ede4-8f13773e9dfc\",\n        \"journal\": {\n          \"certificate\": {\n            \"serial_number\": \"        Y  R    n   r        a  \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        },\n        \"mode\": \"OPERATIVE\",\n        \"producer\": {\n          \"type\": \"MPN\",\n          \"number\": \"<string>\",\n          \"details\": {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"date_of_entry\": \"0211-10-05\",\n            \"model\": \"<string>\",\n            \"serial\": \"<string>\",\n            \"label\": \"<string>\",\n            \"date_of_production\": \"4873-07-31\"\n          }\n        },\n        \"records\": [\n          {\n            \"type\": \"TRANSACTION::INVOICE\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"TRANSACTION::CANCELLATION\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"software\": {\n          \"name\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"type\": \"FISCAL_DEVICE\",\n        \"vat_exemptions\": [\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"vat_rates\": [\n          {\n            \"code\": \"REDUCED_3\",\n            \"percentage\": \"792.7\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          },\n          {\n            \"code\": \"REDUCED_1\",\n            \"percentage\": \"56\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          }\n        ],\n        \"compliance\": {\n          \"certificate\": {\n            \"serial_number\": \"  Q              E       W      \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"adipisicing4\": \"<string>\",\n        \"est_1\": \"<string>\",\n        \"veniam2\": \"<string>\",\n        \"elit_00\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"4QmvKGRktNpheOv5tC==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List paginated Systems with Entity Identifier filter by the next ur",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}{{systemWithEntityIdNextUrl}}",
              "host": ["{{apiBaseUrl}}{{systemWithEntityIdNextUrl}}"]
            },
            "description": "Retrieve a list of systems."
          },
          "response": [
            {
              "name": "Systems response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"entity\": {\n          \"id\": \"3a0ee36cb2ca-75d58e79-65c2b6604cd9\"\n        },\n        \"id\": \"8553fac6ea9d-7fed-ede4-8f13773e9dfc\",\n        \"journal\": {\n          \"certificate\": {\n            \"serial_number\": \"        Y  R    n   r        a  \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        },\n        \"mode\": \"OPERATIVE\",\n        \"producer\": {\n          \"type\": \"MPN\",\n          \"number\": \"<string>\",\n          \"details\": {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"date_of_entry\": \"0211-10-05\",\n            \"model\": \"<string>\",\n            \"serial\": \"<string>\",\n            \"label\": \"<string>\",\n            \"date_of_production\": \"4873-07-31\"\n          }\n        },\n        \"records\": [\n          {\n            \"type\": \"TRANSACTION::INVOICE\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"TRANSACTION::CANCELLATION\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"software\": {\n          \"name\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"type\": \"FISCAL_DEVICE\",\n        \"vat_exemptions\": [\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"vat_rates\": [\n          {\n            \"code\": \"REDUCED_3\",\n            \"percentage\": \"792.7\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          },\n          {\n            \"code\": \"REDUCED_1\",\n            \"percentage\": \"56\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          }\n        ],\n        \"compliance\": {\n          \"certificate\": {\n            \"serial_number\": \"  Q              E       W      \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"adipisicing4\": \"<string>\",\n        \"est_1\": \"<string>\",\n        \"veniam2\": \"<string>\",\n        \"elit_00\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"4QmvKGRktNpheOv5tC==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Systems With Limit, Token and Entity Id",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/systems?token={{paginationTokenWithEntityId}}&limit=2&entity_id={{entityLocationId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"],
              "query": [
                {
                  "key": "token",
                  "value": "{{paginationTokenWithEntityId}}"
                },
                {
                  "key": "limit",
                  "value": "2"
                },
                {
                  "key": "entity_id",
                  "value": "{{entityLocationId}}"
                }
              ]
            },
            "description": "Retrieve a list of systems."
          },
          "response": [
            {
              "name": "Systems response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"entity\": {\n          \"id\": \"3a0ee36cb2ca-75d58e79-65c2b6604cd9\"\n        },\n        \"id\": \"8553fac6ea9d-7fed-ede4-8f13773e9dfc\",\n        \"journal\": {\n          \"certificate\": {\n            \"serial_number\": \"        Y  R    n   r        a  \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        },\n        \"mode\": \"OPERATIVE\",\n        \"producer\": {\n          \"type\": \"MPN\",\n          \"number\": \"<string>\",\n          \"details\": {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"date_of_entry\": \"0211-10-05\",\n            \"model\": \"<string>\",\n            \"serial\": \"<string>\",\n            \"label\": \"<string>\",\n            \"date_of_production\": \"4873-07-31\"\n          }\n        },\n        \"records\": [\n          {\n            \"type\": \"TRANSACTION::INVOICE\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"TRANSACTION::CANCELLATION\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"software\": {\n          \"name\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"type\": \"FISCAL_DEVICE\",\n        \"vat_exemptions\": [\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"vat_rates\": [\n          {\n            \"code\": \"REDUCED_3\",\n            \"percentage\": \"792.7\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          },\n          {\n            \"code\": \"REDUCED_1\",\n            \"percentage\": \"56\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          }\n        ],\n        \"compliance\": {\n          \"certificate\": {\n            \"serial_number\": \"  Q              E       W      \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"adipisicing4\": \"<string>\",\n        \"est_1\": \"<string>\",\n        \"veniam2\": \"<string>\",\n        \"elit_00\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"4QmvKGRktNpheOv5tC==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        },
        {
          "name": "List Systems With Company Entity Id without limit and token",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Status code is 200\", function () {",
                  "    pm.response.to.have.status(200);",
                  "});",
                  ""
                ],
                "type": "text/javascript"
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{subjectBearerToken}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "X-Api-Version",
                "value": "{{apiVersion}}",
                "description": "API version ...\n"
              }
            ],
            "url": {
              "raw": "{{apiBaseUrl}}/systems?entity_id={{entityCompanyId}}",
              "host": ["{{apiBaseUrl}}"],
              "path": ["systems"],
              "query": [
                {
                  "key": "entity_id",
                  "value": "{{entityCompanyId}}"
                }
              ]
            },
            "description": "Retrieve a list of systems."
          },
          "response": [
            {
              "name": "Systems response\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"results\": [\n    {\n      \"content\": {\n        \"entity\": {\n          \"id\": \"3a0ee36cb2ca-75d58e79-65c2b6604cd9\"\n        },\n        \"id\": \"8553fac6ea9d-7fed-ede4-8f13773e9dfc\",\n        \"journal\": {\n          \"certificate\": {\n            \"serial_number\": \"        Y  R    n   r        a  \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        },\n        \"mode\": \"OPERATIVE\",\n        \"producer\": {\n          \"type\": \"MPN\",\n          \"number\": \"<string>\",\n          \"details\": {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"date_of_entry\": \"0211-10-05\",\n            \"model\": \"<string>\",\n            \"serial\": \"<string>\",\n            \"label\": \"<string>\",\n            \"date_of_production\": \"4873-07-31\"\n          }\n        },\n        \"records\": [\n          {\n            \"type\": \"TRANSACTION::INVOICE\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"type\": \"TRANSACTION::CANCELLATION\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"software\": {\n          \"name\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"state\": \"COMMISSIONED\",\n        \"type\": \"FISCAL_DEVICE\",\n        \"vat_exemptions\": [\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"code\": \"CAUSE_4\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"vat_rates\": [\n          {\n            \"code\": \"REDUCED_3\",\n            \"percentage\": \"792.7\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          },\n          {\n            \"code\": \"REDUCED_1\",\n            \"percentage\": \"56\",\n            \"description\": \"<string>\",\n            \"historic\": \"<boolean>\"\n          }\n        ],\n        \"compliance\": {\n          \"certificate\": {\n            \"serial_number\": \"  Q              E       W      \",\n            \"expires_at\": \"<dateTime>\",\n            \"x509_pem\": \"<string>\"\n          },\n          \"signature\": {\n            \"type\": \"ECDSA\",\n            \"hash\": \"SHA-384\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"adipisicing4\": \"<string>\",\n        \"est_1\": \"<string>\",\n        \"veniam2\": \"<string>\",\n        \"elit_00\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next\": \"<string>\",\n    \"token\": \"4QmvKGRktNpheOv5tC==\",\n    \"limit\": 10\n  }\n}"
            },
            {
              "name": "Bad Request\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Unauthorized Access\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Internal Server Error\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            },
            {
              "name": "Not Implemented\n",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "X-Api-Version",
                    "value": "0409-07-02",
                    "description": "API version ...\n"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer <token>",
                    "description": "Added as a part of security scheme: bearer"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/systems?limit=10&token=8c2=",
                  "host": ["{{baseUrl}}"],
                  "path": ["systems"],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "token",
                      "value": "8c2="
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-Api-Version",
                  "value": "0409-07-02",
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "cookie": [],
              "body": "{\n  \"content\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"error\": \"<string>\"\n  }\n}"
            }
          ]
        }
      ]
    }
  ],
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "exec": [""]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "exec": [""]
      }
    }
  ]
}
