{
  "info": {
    "name": "Account API",
    "description": "API endpoints to interact with your account.  \n## Authentication\nGo to your profile settings and generate an access token. Use it as Bearer authentication header.\n## Request headers\n* `Authorization`: Required - Bearer access token.\n* `X-Account-Uuid`: Required - All endpoints require a `Account-Uuid` header. You can copy the account uuid from the settings page.\n* `Accept-Language`: Optional - two letter code for the preferred locale (en | de | es ...)  \n* `Accept`: Recommended - Use `application/json`  \n## Status codes\n* 400: Bad Request\n* 403: Forbidden\n* 404: Not found\n* 409: Duplicate\n* 412: Precondition Failed\n* 419: Security Check failed\n* 422: Unprocessable\n* 424: Failed Dependency\n",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.jupiter-erp.com"
    },
    {
      "key": "apiToken",
      "value": ""
    },
    {
      "key": "accountUuid",
      "value": ""
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiToken}}",
        "type": "string"
      }
    ]
  },
  "item": [
    {
      "name": "Account",
      "item": [
        {
          "name": "Get current account accounting configuration",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/configuration/accounting",
            "description": "Get current account accounting configuration"
          }
        },
        {
          "name": "Get current account configuration",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/configuration",
            "description": "Get current account configuration"
          }
        },
        {
          "name": "Get current account document configuration",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/configuration/document",
            "description": "Get current account document configuration"
          }
        },
        {
          "name": "Get current account email configuration",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/configuration/email",
            "description": "Get current account email configuration"
          }
        },
        {
          "name": "Get current account information",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account",
            "description": "Get current account information"
          }
        },
        {
          "name": "Get service area configuration (number formats for projects and service contracts)",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/configuration/service",
            "description": "Get service area configuration (number formats for projects and service contracts)"
          }
        },
        {
          "name": "Update current account information",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account",
            "description": "Update current account information",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"company_name\": \"string\",\n  \"director_name\": \"string\",\n  \"legal_form\": \"string\",\n  \"address_line_1\": \"string\",\n  \"address_line_2\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "AI Assistant",
      "item": [
        {
          "name": "Upload file for AI assistant chat",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/ai/files",
            "description": "Upload a file for use in the AI assistant chat. The file is stored in the account drive\nunder System → AI Assistant → current user folder.\n\nRequires session token (PWA login). API tokens are not accepted.\n"
          }
        }
      ]
    },
    {
      "name": "Comments",
      "item": [
        {
          "name": "Create comment",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/comments",
            "description": "Create comment"
          }
        },
        {
          "name": "Delete comment",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/comments/example-id",
            "description": "Delete comment"
          }
        },
        {
          "name": "Delete comment upload",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/comments/example-id/uploads/example-id",
            "description": "Delete comment upload"
          }
        },
        {
          "name": "List comments of an entity",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/comments",
            "description": "List comments of an entity"
          }
        },
        {
          "name": "Update comment",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/comments/example-id",
            "description": "Update comment",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "MediaFiles",
      "item": [
        {
          "name": "Create Media File",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/media-files",
            "description": "Create Media File"
          }
        },
        {
          "name": "Delete Media Files",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/media-files/example-id",
            "description": "Delete Media Files"
          }
        },
        {
          "name": "List Media Files of an entity",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/media-files",
            "description": "List Media Files of an entity"
          }
        },
        {
          "name": "Update Media Files",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/media-files/example-id",
            "description": "Update Media Files",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"description\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Contacts",
      "item": [
        {
          "name": "Attach contacts to groups",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contacts/groups/attach",
            "description": "Attach contacts to groups",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    0\n  ],\n  \"group_ids\": [\n    0\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Create contact",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contacts",
            "description": "Create contact",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"parent_id\": 0,\n  \"type\": \"organisation\",\n  \"name\": \"string\",\n  \"company_name\": \"string\",\n  \"gender\": \"female\",\n  \"title\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete account contact",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contacts/example-id",
            "description": "Delete account contact"
          }
        },
        {
          "name": "Detach contacts from groups",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contacts/groups/remove",
            "description": "Detach contacts from groups",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    0\n  ],\n  \"group_ids\": [\n    0\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Get account contact",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contacts/example-id",
            "description": "Get account contact"
          }
        },
        {
          "name": "Get next Contact",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contacts/next",
            "description": "Get next Contact"
          }
        },
        {
          "name": "List account contacts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contacts",
            "description": "List account contacts"
          }
        },
        {
          "name": "Update contact",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contacts/example-id",
            "description": "Update contact",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"parent_id\": 0,\n  \"type\": \"organisation\",\n  \"name\": \"string\",\n  \"company_name\": \"string\",\n  \"gender\": \"female\",\n  \"title\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "ContactGroups",
      "item": [
        {
          "name": "Create contact group",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-groups",
            "description": "Create contact group",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete account contact group",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-groups/example-id",
            "description": "Delete account contact group"
          }
        },
        {
          "name": "Get account contact group",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-groups/example-id",
            "description": "Get account contact group"
          }
        },
        {
          "name": "List account contact groups",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-groups",
            "description": "List account contact groups"
          }
        },
        {
          "name": "Update contact group",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-groups/example-id",
            "description": "Update contact group",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "ContactFields",
      "item": [
        {
          "name": "Create ContactFields",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-fields",
            "description": "Create ContactFields",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"type\": \"string\",\n  \"select_values\": [\n    \"string\"\n  ],\n  \"default_value\": null\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete ContactFields",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-fields/example-id",
            "description": "Delete ContactFields"
          }
        },
        {
          "name": "Get ContactFields",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-fields/example-id",
            "description": "Get ContactFields"
          }
        },
        {
          "name": "List ContactFields",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-fields",
            "description": "List ContactFields"
          }
        },
        {
          "name": "Update ContactFields",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/contact-fields/example-id",
            "description": "Update ContactFields",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"type\": \"string\",\n  \"select_values\": [\n    \"string\"\n  ],\n  \"default_value\": null\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "FileFolders",
      "item": [
        {
          "name": "Create file folder",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/file-folders",
            "description": "Create file folder",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"hex_color\": \"string\",\n  \"parent_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete file folder",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/file-folders/example-id",
            "description": "Delete file folder"
          }
        },
        {
          "name": "Get file folder",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/file-folders/example-id",
            "description": "Get file folder"
          }
        },
        {
          "name": "Get file folders tree",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/file-folders/tree",
            "description": "Get file folders tree"
          }
        },
        {
          "name": "List file folders",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/file-folders",
            "description": "List file folders"
          }
        },
        {
          "name": "Update file folder",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/file-folders/example-id",
            "description": "Update file folder",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"hex_color\": \"string\",\n  \"parent_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Files",
      "item": [
        {
          "name": "Create File",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/files",
            "description": "Create File"
          }
        },
        {
          "name": "Delete File",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/files/example-id",
            "description": "Delete File"
          }
        },
        {
          "name": "Get download link for a file",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/files/example-id/download-link",
            "description": "Get download link for a file"
          }
        },
        {
          "name": "Get file",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/files/example-id/base64",
            "description": "Get file"
          }
        },
        {
          "name": "Get file",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/files/example-id",
            "description": "Get file"
          }
        },
        {
          "name": "List file categories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/files/categories",
            "description": "List file categories"
          }
        },
        {
          "name": "List files",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/files",
            "description": "List files"
          }
        },
        {
          "name": "Update File",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/files/example-id",
            "description": "Update File",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"folder_id\": 0,\n  \"category\": \"string\",\n  \"date\": \"2026-01-15\",\n  \"reference_number\": \"string\",\n  \"contact_id\": 0,\n  \"file_name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "CostCenters",
      "item": [
        {
          "name": "Create CostCenters",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/cost-centers",
            "description": "Create CostCenters",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"code\": \"string\",\n  \"booking_account_number\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete CostCenters",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/cost-centers/example-id",
            "description": "Delete CostCenters"
          }
        },
        {
          "name": "Get CostCenters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/cost-centers/example-id",
            "description": "Get CostCenters"
          }
        },
        {
          "name": "List CostCenters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/cost-centers",
            "description": "List CostCenters"
          }
        },
        {
          "name": "Update CostCenters",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/cost-centers/example-id",
            "description": "Update CostCenters",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"code\": \"string\",\n  \"booking_account_number\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "BookingAccountCatalog",
      "item": [
        {
          "name": "List booking account catalog",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/configuration/accounting/account-catalog",
            "description": "Platform booking account catalog grouped by account type and category, with ledger numbers resolved for the account's chart of accounts."
          }
        }
      ]
    },
    {
      "name": "CustomLedgerAccounts",
      "item": [
        {
          "name": "Get custom ledger account",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/configuration/accounting/account-catalog/custom/example-id",
            "description": "Get custom ledger account"
          }
        },
        {
          "name": "List custom ledger accounts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/configuration/accounting/account-catalog/custom",
            "description": "List custom ledger accounts"
          }
        }
      ]
    },
    {
      "name": "Projects",
      "item": [
        {
          "name": "Create project",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/projects",
            "description": "Create project",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"name\": \"string\",\n  \"hex_color\": \"string\",\n  \"description\": \"string\",\n  \"status\": \"pending\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete project",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/projects/example-id",
            "description": "Delete project"
          }
        },
        {
          "name": "Get next suggested project number and formatted string",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/projects/next",
            "description": "Get next suggested project number and formatted string"
          }
        },
        {
          "name": "Get project",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/projects/example-id",
            "description": "Get project"
          }
        },
        {
          "name": "List projects",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/projects",
            "description": "List projects"
          }
        },
        {
          "name": "Update project",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/projects/example-id",
            "description": "Update project",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"name\": \"string\",\n  \"hex_color\": \"string\",\n  \"description\": \"string\",\n  \"status\": \"pending\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Service objects",
      "item": [
        {
          "name": "Create service object",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-objects",
            "description": "Create service object",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"name\": \"string\",\n  \"type\": \"machine\",\n  \"serial_number\": \"string\",\n  \"location\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete service object",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-objects/example-id",
            "description": "Delete service object"
          }
        },
        {
          "name": "Get next suggested service object number and formatted string",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-objects/next",
            "description": "Get next suggested service object number and formatted string"
          }
        },
        {
          "name": "Get service object",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-objects/example-id",
            "description": "Get service object"
          }
        },
        {
          "name": "List service objects",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-objects",
            "description": "List service objects"
          }
        },
        {
          "name": "Update service object",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-objects/example-id",
            "description": "Update service object",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"name\": \"string\",\n  \"type\": \"machine\",\n  \"serial_number\": \"string\",\n  \"location\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Service orders",
      "item": [
        {
          "name": "Create service order",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-orders",
            "description": "Create service order",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"status\": \"open\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"currency_code\": \"string\",\n  \"vat_rule_code\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete service order",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-orders/example-id",
            "description": "Delete service order"
          }
        },
        {
          "name": "Get next suggested service order number and formatted string",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-orders/next",
            "description": "Get next suggested service order number and formatted string"
          }
        },
        {
          "name": "Get service order",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-orders/example-id",
            "description": "Get service order"
          }
        },
        {
          "name": "List service orders",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-orders",
            "description": "List service orders"
          }
        },
        {
          "name": "Update service order",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-orders/example-id",
            "description": "Update service order",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"status\": \"open\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Service order appointments",
      "item": [
        {
          "name": "Create a service order appointment (schedule slice for Gantt)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-order-appointments",
            "description": "Create a service order appointment (schedule slice for Gantt)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"service_order_id\": 0,\n  \"starts_at\": \"string\",\n  \"ends_at\": \"string\",\n  \"assignee_account_user_id\": 0,\n  \"status\": \"planned\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete a service order appointment",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-order-appointments/example-id",
            "description": "Delete a service order appointment"
          }
        },
        {
          "name": "Get a service order appointment",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-order-appointments/example-id",
            "description": "Get a service order appointment"
          }
        },
        {
          "name": "List service order appointments",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-order-appointments",
            "description": "List service order appointments"
          }
        },
        {
          "name": "Update a service order appointment",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-order-appointments/example-id",
            "description": "Update a service order appointment",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"starts_at\": \"string\",\n  \"ends_at\": \"string\",\n  \"assignee_account_user_id\": 0,\n  \"status\": \"planned\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Service protocols",
      "item": [
        {
          "name": "Create service protocol",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocols",
            "description": "Create service protocol",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"date\": \"2025-01-14T13:51:15.000Z\",\n  \"account_user_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete service protocol",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocols/example-id",
            "description": "Delete service protocol"
          }
        },
        {
          "name": "Get next suggested service protocol number and formatted string",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocols/next",
            "description": "Get next suggested service protocol number and formatted string"
          }
        },
        {
          "name": "Get service protocol",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocols/example-id",
            "description": "Get service protocol"
          }
        },
        {
          "name": "List service protocols",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocols",
            "description": "List service protocols"
          }
        },
        {
          "name": "Update service protocol",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocols/example-id",
            "description": "Update service protocol",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"date\": \"2025-01-14T13:51:15.000Z\",\n  \"account_user_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Service protocol templates",
      "item": [
        {
          "name": "Create service protocol template",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocol-templates",
            "description": "Create service protocol template",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"content\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete service protocol template",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocol-templates/example-id",
            "description": "Delete service protocol template"
          }
        },
        {
          "name": "Get service protocol template",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocol-templates/example-id",
            "description": "Get service protocol template"
          }
        },
        {
          "name": "List service protocol templates",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocol-templates",
            "description": "List service protocol templates"
          }
        },
        {
          "name": "Update service protocol template",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-protocol-templates/example-id",
            "description": "Update service protocol template",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"content\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "TaskGroups",
      "item": [
        {
          "name": "Create TaskGroups",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/task-groups",
            "description": "Create TaskGroups",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"ordering\": 0,\n  \"entity_type\": \"string\",\n  \"entity_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete TaskGroups",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/task-groups/example-id",
            "description": "Delete TaskGroups"
          }
        },
        {
          "name": "Get TaskGroups",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/task-groups/example-id",
            "description": "Get TaskGroups"
          }
        },
        {
          "name": "List TaskGroups",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/task-groups",
            "description": "List TaskGroups"
          }
        },
        {
          "name": "Update TaskGroups",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/task-groups/example-id",
            "description": "Update TaskGroups",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"ordering\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Tasks",
      "item": [
        {
          "name": "Attach Tasks to Group",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/tasks/groups/example-id/attach",
            "description": "Attach Tasks to Group",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"task_ids\": [\n    0\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Create Tasks",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/tasks",
            "description": "Create Tasks",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"account_user_id\": 0,\n  \"closed\": true,\n  \"due_at\": \"2025-01-14T13:51:15.000Z\",\n  \"priority_type\": \"none\",\n  \"task_group_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Tasks",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/tasks/example-id",
            "description": "Delete Tasks"
          }
        },
        {
          "name": "Detach Tasks from Group",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/tasks/groups/example-id/remove",
            "description": "Detach Tasks from Group",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"task_ids\": [\n    0\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Get Tasks",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/tasks/example-id",
            "description": "Get Tasks"
          }
        },
        {
          "name": "List Tasks",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/tasks",
            "description": "List Tasks"
          }
        },
        {
          "name": "Sort Tasks in Group",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/tasks/groups/example-id/sort",
            "description": "Sort Tasks in Group",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"ordering\": 0,\n  \"task_ids\": [\n    0\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Update Tasks",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/tasks/example-id",
            "description": "Update Tasks",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"account_user_id\": 0,\n  \"closed\": true,\n  \"due_at\": null,\n  \"priority_type\": null\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "TextTemplates",
      "item": [
        {
          "name": "Create TextTemplates",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/text-templates",
            "description": "Create TextTemplates",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"type\": \"document\",\n  \"document_type\": \"all\",\n  \"position\": \"subject\",\n  \"is_default\": true,\n  \"visible_for_me\": true,\n  \"content\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete TextTemplates",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/text-templates/example-id",
            "description": "Delete TextTemplates"
          }
        },
        {
          "name": "Get TextTemplates",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/text-templates/example-id",
            "description": "Get TextTemplates"
          }
        },
        {
          "name": "List TextTemplates",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/text-templates",
            "description": "List TextTemplates"
          }
        },
        {
          "name": "Update TextTemplates",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/text-templates/example-id",
            "description": "Update TextTemplates",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"type\": \"document\",\n  \"document_type\": \"all\",\n  \"position\": \"subject\",\n  \"is_default\": true,\n  \"visible_for_me\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "PrintLayouts",
      "item": [
        {
          "name": "Create PrintLayouts",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-layouts",
            "description": "Create PrintLayouts",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"layout_name\": \"default\",\n  \"custom_layout\": \"string\",\n  \"is_default\": true,\n  \"is_default_custom_document\": true,\n  \"is_default_quote\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete PrintLayouts",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-layouts/example-id",
            "description": "Delete PrintLayouts"
          }
        },
        {
          "name": "Get PrintLayout template",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-layouts/templates/example-id",
            "description": "Get PrintLayout template"
          }
        },
        {
          "name": "Get PrintLayouts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-layouts/example-id",
            "description": "Get PrintLayouts"
          }
        },
        {
          "name": "List PrintLayouts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-layouts",
            "description": "List PrintLayouts"
          }
        },
        {
          "name": "Update PrintLayouts",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-layouts/example-id",
            "description": "Update PrintLayouts",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"layout_name\": \"default\",\n  \"custom_layout\": \"string\",\n  \"is_default\": true,\n  \"is_default_custom_document\": true,\n  \"is_default_quote\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "PrintBackgrounds",
      "item": [
        {
          "name": "Create PrintBackgrounds",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-backgrounds",
            "description": "Create PrintBackgrounds",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"is_default\": true,\n  \"is_default_custom_document\": true,\n  \"is_default_quote\": true,\n  \"is_default_order_confirmation\": true,\n  \"is_default_delivery_note\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete PrintBackgrounds",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-backgrounds/example-id",
            "description": "Delete PrintBackgrounds"
          }
        },
        {
          "name": "Get PrintBackgrounds",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-backgrounds/example-id",
            "description": "Get PrintBackgrounds"
          }
        },
        {
          "name": "List PrintBackgrounds",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-backgrounds",
            "description": "List PrintBackgrounds"
          }
        },
        {
          "name": "Update PrintBackgrounds",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/print-backgrounds/example-id",
            "description": "Update PrintBackgrounds",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"is_default\": true,\n  \"is_default_custom_document\": true,\n  \"is_default_quote\": true,\n  \"is_default_order_confirmation\": true,\n  \"is_default_delivery_note\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Products",
      "item": [
        {
          "name": "Create Products",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/products",
            "description": "Create Products",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sku\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"type\": \"physical\",\n  \"unit_code\": \"C62\",\n  \"tax_rate\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Products",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/products/example-id",
            "description": "Delete Products"
          }
        },
        {
          "name": "Get Products",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/products/example-id",
            "description": "Get Products"
          }
        },
        {
          "name": "List Products",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/products",
            "description": "List Products"
          }
        },
        {
          "name": "Update Products",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/products/example-id",
            "description": "Update Products",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sku\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"type\": \"physical\",\n  \"unit_code\": \"C62\",\n  \"tax_rate\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Custom Documents",
      "item": [
        {
          "name": "Create custom document",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents",
            "description": "Create custom document",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"contact_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0,\n  \"service_order_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete custom documents",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents/example-id",
            "description": "Delete custom documents"
          }
        },
        {
          "name": "Get custom documents",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents/example-id",
            "description": "Get custom documents"
          }
        },
        {
          "name": "Get next custom document",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents/next",
            "description": "Get next custom document"
          }
        },
        {
          "name": "Link custom-documents to another document (manual related)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents/example-id/document-links",
            "description": "Link custom-documents to another document (manual related)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"target\": {\n    \"type\": \"quote\",\n    \"id\": 0\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "List custom documents",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents",
            "description": "List custom documents"
          }
        },
        {
          "name": "Mark custom document as sent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents/example-id/send",
            "description": "Mark custom document as sent",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sent_as\": \"mail\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Reset custom document",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents/example-id/reset",
            "description": "Reset custom document"
          }
        },
        {
          "name": "Save custom document",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents/example-id/save",
            "description": "Save custom document"
          }
        },
        {
          "name": "Update custom documents",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/custom-documents/example-id",
            "description": "Update custom documents",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"contact_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0,\n  \"service_order_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Quotes",
      "item": [
        {
          "name": "Accept Quote",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id/accept",
            "description": "Accept Quote"
          }
        },
        {
          "name": "Create Quotes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes",
            "description": "Create Quotes",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"contact_id\": 0,\n  \"service_contract_id\": 0,\n  \"project_id\": 0,\n  \"service_order_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Quotes",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id",
            "description": "Delete Quotes"
          }
        },
        {
          "name": "Get next Quote",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/next",
            "description": "Get next Quote"
          }
        },
        {
          "name": "Get Quote",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id",
            "description": "Get Quote"
          }
        },
        {
          "name": "Link quotes to another document (manual related)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id/document-links",
            "description": "Link quotes to another document (manual related)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"target\": {\n    \"type\": \"quote\",\n    \"id\": 0\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "List Quotes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes",
            "description": "List Quotes"
          }
        },
        {
          "name": "Mark Quote as sent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id/send",
            "description": "Mark Quote as sent",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sent_as\": \"mail\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Open Quote",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id/open",
            "description": "Open Quote"
          }
        },
        {
          "name": "Reject Quote",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id/reject",
            "description": "Reject Quote"
          }
        },
        {
          "name": "Reset Quote",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id/reset",
            "description": "Reset Quote"
          }
        },
        {
          "name": "Save Quote",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id/save",
            "description": "Save Quote"
          }
        },
        {
          "name": "Update Quote",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/quotes/example-id",
            "description": "Update Quote",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"contact_id\": 0,\n  \"project_id\": 0,\n  \"service_order_id\": 0,\n  \"account_user_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Order Confirmations",
      "item": [
        {
          "name": "Accept Order Confirmation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id/accept",
            "description": "Accept Order Confirmation"
          }
        },
        {
          "name": "Create Order Confirmation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations",
            "description": "Create Order Confirmation",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"2025-01-14T00:00:00.000Z\",\n  \"contact_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0,\n  \"service_order_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Order Confirmation",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id",
            "description": "Delete Order Confirmation"
          }
        },
        {
          "name": "Get next Order Confirmation",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/next",
            "description": "Get next Order Confirmation"
          }
        },
        {
          "name": "Get Order Confirmation",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id",
            "description": "Get Order Confirmation"
          }
        },
        {
          "name": "Link order-confirmations to another document (manual related)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id/document-links",
            "description": "Link order-confirmations to another document (manual related)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"target\": {\n    \"type\": \"quote\",\n    \"id\": 0\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "List Order Confirmations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations",
            "description": "List Order Confirmations"
          }
        },
        {
          "name": "Mark Order Confirmation as sent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id/send",
            "description": "Mark Order Confirmation as sent",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sent_as\": \"mail\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Open Order Confirmation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id/open",
            "description": "Open Order Confirmation"
          }
        },
        {
          "name": "Reject Order Confirmation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id/reject",
            "description": "Reject Order Confirmation"
          }
        },
        {
          "name": "Reset Order Confirmation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id/reset",
            "description": "Reset Order Confirmation"
          }
        },
        {
          "name": "Save Order Confirmation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id/save",
            "description": "Save Order Confirmation"
          }
        },
        {
          "name": "Update Order Confirmation",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/order-confirmations/example-id",
            "description": "Update Order Confirmation",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"2025-01-14T00:00:00.000Z\",\n  \"contact_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0,\n  \"service_order_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Delivery Notes",
      "item": [
        {
          "name": "Accept Delivery Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id/accept",
            "description": "Accept Delivery Note"
          }
        },
        {
          "name": "Create Delivery Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes",
            "description": "Create Delivery Note",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"2025-01-14T00:00:00.000Z\",\n  \"contact_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0,\n  \"service_order_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Delivery Note",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id",
            "description": "Delete Delivery Note"
          }
        },
        {
          "name": "Get Delivery Note",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id",
            "description": "Get Delivery Note"
          }
        },
        {
          "name": "Get next Delivery Note",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/next",
            "description": "Get next Delivery Note"
          }
        },
        {
          "name": "Link delivery-notes to another document (manual related)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id/document-links",
            "description": "Link delivery-notes to another document (manual related)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"target\": {\n    \"type\": \"quote\",\n    \"id\": 0\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "List Delivery Notes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes",
            "description": "List Delivery Notes"
          }
        },
        {
          "name": "Mark Delivery Note as sent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id/send",
            "description": "Mark Delivery Note as sent",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sent_as\": \"mail\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Open Delivery Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id/open",
            "description": "Open Delivery Note"
          }
        },
        {
          "name": "Reject Delivery Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id/reject",
            "description": "Reject Delivery Note"
          }
        },
        {
          "name": "Reset Delivery Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id/reset",
            "description": "Reset Delivery Note"
          }
        },
        {
          "name": "Save Delivery Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id/save",
            "description": "Save Delivery Note"
          }
        },
        {
          "name": "Update Delivery Note",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/delivery-notes/example-id",
            "description": "Update Delivery Note",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"2025-01-14T00:00:00.000Z\",\n  \"contact_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0,\n  \"service_order_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Invoices",
      "item": [
        {
          "name": "Cancel invoice via credit note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/cancel",
            "description": "Creates a credit note from the given invoice and links it to the invoice.\nBy default the credit note is finalized and, when the invoice has an open amount,\noffset against the invoice without bank transactions (full cancellation when amounts match).\n",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"auto_finalize\": true,\n  \"auto_settle\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Create dunning from invoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/dunning",
            "description": "Creates a draft dunning (Mahnung) for the given invoice. The backend determines the next dunning level, pre-fills due date and fee from document configuration, and returns the new dunning. The frontend should redirect to the dunnings list and open this dunning."
          }
        },
        {
          "name": "Create Invoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices",
            "description": "Create Invoice",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0,\n  \"due_date\": \"2025-01-14T00:00:00.000Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete a payment from an invoice (reverts amount_open)",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/payments/example-id",
            "description": "Delete a payment from an invoice (reverts amount_open)"
          }
        },
        {
          "name": "Delete Invoice",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id",
            "description": "Delete Invoice"
          }
        },
        {
          "name": "Get Invoice",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id",
            "description": "Get Invoice"
          }
        },
        {
          "name": "Get invoice ZUGFeRD XML",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/e-invoice-xml",
            "description": "Get invoice ZUGFeRD XML"
          }
        },
        {
          "name": "Get next Invoice",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/next",
            "description": "Get next Invoice"
          }
        },
        {
          "name": "Link invoice to another document (manual related)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/document-links",
            "description": "Link invoice to another document (manual related)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"target\": {\n    \"type\": \"quote\",\n    \"id\": 0\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "List Invoices",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices",
            "description": "List Invoices"
          }
        },
        {
          "name": "Mark Invoice as sent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/send",
            "description": "Mark Invoice as sent",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sent_as\": \"mail\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Record a payment for an invoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/payments",
            "description": "Record a payment for an invoice",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"bank_transaction_id\": 0,\n  \"bank_account_id\": 0,\n  \"payment_date\": \"2025-01-14T00:00:00.000Z\",\n  \"amount_cents\": 0,\n  \"currency_code\": \"string\",\n  \"note\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Reset Invoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/reset",
            "description": "Reset Invoice"
          }
        },
        {
          "name": "Save Invoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/save",
            "description": "Save Invoice"
          }
        },
        {
          "name": "Set invoice status to cancelled",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/set-cancelled",
            "description": "Set invoice status to cancelled"
          }
        },
        {
          "name": "Set invoice status to open",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/set-open",
            "description": "Set invoice status to open"
          }
        },
        {
          "name": "Set invoice status to paid",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/set-paid",
            "description": "Set invoice status to paid"
          }
        },
        {
          "name": "Set invoice status to partially paid",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id/set-partially-paid",
            "description": "Set invoice status to partially paid"
          }
        },
        {
          "name": "Update Invoice",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/invoices/example-id",
            "description": "Update Invoice",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Dunnings",
      "item": [
        {
          "name": "Create Dunning",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings",
            "description": "Create Dunning",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"invoice_id\": 0,\n  \"dunning_id\": 0,\n  \"dunning_level\": 0,\n  \"dunning_fee_amount\": 0,\n  \"date\": \"2026-01-15\",\n  \"due_date\": \"2026-01-15\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete a payment from a dunning",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id/payments/example-id",
            "description": "Delete a payment from a dunning"
          }
        },
        {
          "name": "Delete Dunning",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id",
            "description": "Delete Dunning"
          }
        },
        {
          "name": "Get Dunning",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id",
            "description": "Get Dunning"
          }
        },
        {
          "name": "Get next Dunning",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/next",
            "description": "Get next Dunning"
          }
        },
        {
          "name": "List Dunnings",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings",
            "description": "List Dunnings"
          }
        },
        {
          "name": "Mark Dunning as sent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id/send",
            "description": "Mark Dunning as sent",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sent_as\": \"mail\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Record a payment for a dunning",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id/payments",
            "description": "Record a payment for a dunning",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"bank_transaction_id\": 0,\n  \"bank_account_id\": 0,\n  \"payment_date\": \"2025-01-14T00:00:00.000Z\",\n  \"amount_cents\": 0,\n  \"currency_code\": \"string\",\n  \"note\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Reset Dunning",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id/reset",
            "description": "Reset Dunning"
          }
        },
        {
          "name": "Save Dunning",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id/save",
            "description": "Save Dunning"
          }
        },
        {
          "name": "Set dunning status to closed",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id/set-closed",
            "description": "Set dunning status to closed"
          }
        },
        {
          "name": "Set dunning status to open",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id/set-open",
            "description": "Set dunning status to open"
          }
        },
        {
          "name": "Update Dunning",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/dunnings/example-id",
            "description": "Update Dunning",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"date\": \"2026-01-15\",\n  \"due_date\": \"2026-01-15\",\n  \"subject\": \"string\",\n  \"text_top\": \"string\",\n  \"text_bottom\": \"string\",\n  \"dunning_level\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Credit Notes",
      "item": [
        {
          "name": "Apply credit note to invoice (offset)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/apply-to-invoice",
            "description": "Offsets (verrechnet) a finalized credit note against an open invoice amount without creating bank transactions.\nCreates clearing payments on both documents and a settlement record for DATEV export.\n",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"invoice_id\": 0,\n  \"amount_cents\": 0,\n  \"settlement_type\": \"full_cancellation\",\n  \"settlement_date\": \"2026-01-15\",\n  \"note\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Create Credit Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes",
            "description": "Create Credit Note",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0,\n  \"due_date\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete a payment from a credit note",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/payments/example-id",
            "description": "Delete a payment from a credit note"
          }
        },
        {
          "name": "Delete Credit Note",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id",
            "description": "Delete Credit Note"
          }
        },
        {
          "name": "Delete credit note settlement",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/settlements/example-id",
            "description": "Reverses an invoice/credit note offset and restores open amounts on both documents."
          }
        },
        {
          "name": "Get Credit Note",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id",
            "description": "Get Credit Note"
          }
        },
        {
          "name": "Get credit note ZUGFeRD XML",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/e-invoice-xml",
            "description": "Get credit note ZUGFeRD XML"
          }
        },
        {
          "name": "Get next Credit Note",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/next",
            "description": "Get next Credit Note"
          }
        },
        {
          "name": "Link credit-notes to another document (manual related)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/document-links",
            "description": "Link credit-notes to another document (manual related)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"target\": {\n    \"type\": \"quote\",\n    \"id\": 0\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "List Credit Notes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes",
            "description": "List Credit Notes"
          }
        },
        {
          "name": "Mark Credit Note as sent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/send",
            "description": "Mark Credit Note as sent",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sent_as\": \"mail\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Record a payment (outgoing) for a credit note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/payments",
            "description": "Record a payment (outgoing) for a credit note",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"bank_transaction_id\": 0,\n  \"bank_account_id\": 0,\n  \"payment_date\": \"2025-01-14T00:00:00.000Z\",\n  \"amount_cents\": 0,\n  \"currency_code\": \"string\",\n  \"note\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Reset Credit Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/reset",
            "description": "Reset Credit Note"
          }
        },
        {
          "name": "Save Credit Note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/save",
            "description": "Save Credit Note"
          }
        },
        {
          "name": "Set credit note status to open",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/set-open",
            "description": "Set credit note status to open"
          }
        },
        {
          "name": "Set credit note status to paid",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/set-paid",
            "description": "Set credit note status to paid"
          }
        },
        {
          "name": "Set credit note status to partially paid",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id/set-partially-paid",
            "description": "Set credit note status to partially paid"
          }
        },
        {
          "name": "Update Credit Note",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/credit-notes/example-id",
            "description": "Update Credit Note",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"formatted_number\": \"string\",\n  \"date\": \"string\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"project_id\": 0,\n  \"service_contract_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Receipts",
      "item": [
        {
          "name": "Analyze receipt document",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/analyze",
            "description": "Start async OCR/AI extraction for the document attached to a draft receipt.\nResults are applied to the receipt when the job completes. Can be called multiple times\n(for example after replacing the document).\n"
          }
        },
        {
          "name": "Create receipt",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts",
            "description": "Create receipt",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"receipt_type\": \"expense\",\n  \"status\": \"draft\",\n  \"date\": \"2025-01-14T00:00:00.000Z\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"project_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete a payment from a receipt (reverts amount_open)",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/payments/example-id",
            "description": "Delete a payment from a receipt (reverts amount_open)"
          }
        },
        {
          "name": "Delete receipt",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id",
            "description": "Delete receipt"
          }
        },
        {
          "name": "Get receipt",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id",
            "description": "Get receipt"
          }
        },
        {
          "name": "Get receipt document analysis status",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/analysis",
            "description": "Returns the status of the most recent analysis job for the receipt.\nPoll while status is pending or processing.\n"
          }
        },
        {
          "name": "Get receipt ZUGFeRD XML",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/e-invoice-xml",
            "description": "Get receipt ZUGFeRD XML"
          }
        },
        {
          "name": "List receipts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts",
            "description": "List receipts"
          }
        },
        {
          "name": "Record payment on receipt",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/payments",
            "description": "Record payment on receipt"
          }
        },
        {
          "name": "Reset receipt to draft",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/reset",
            "description": "Reset receipt to draft"
          }
        },
        {
          "name": "Set receipt status to cancelled",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/set-cancelled",
            "description": "Set receipt status to cancelled"
          }
        },
        {
          "name": "Set receipt status to open",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/set-open",
            "description": "Set receipt status to open"
          }
        },
        {
          "name": "Set receipt status to paid",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/set-paid",
            "description": "Set receipt status to paid"
          }
        },
        {
          "name": "Set receipt status to partially paid",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id/set-partially-paid",
            "description": "Set receipt status to partially paid"
          }
        },
        {
          "name": "Stage receipt document file",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/stage-file",
            "description": "Upload a receipt document (PDF or image) for later attachment to a receipt.\nDoes not start analysis. Use createReceipt/updateReceipt with the returned file_hash,\nor POST /receipts/{id}/analyze after the file is attached.\n"
          }
        },
        {
          "name": "Update receipt",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/receipts/example-id",
            "description": "Update receipt",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"receipt_type\": \"expense\",\n  \"status\": \"draft\",\n  \"date\": \"2025-01-14T00:00:00.000Z\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"project_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Depreciations",
      "item": [
        {
          "name": "Get depreciation plan for a receipt position",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/depreciations/example-id/plan",
            "description": "Get depreciation plan for a receipt position"
          }
        },
        {
          "name": "List fixed assets with depreciation schedules",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/depreciations",
            "description": "List fixed assets with depreciation schedules"
          }
        }
      ]
    },
    {
      "name": "Recurring Receipts",
      "item": [
        {
          "name": "Create recurring receipt",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/recurring-receipts",
            "description": "Create recurring receipt",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"receipt_type\": \"expense\",\n  \"status\": \"active\",\n  \"automatic_generation\": true,\n  \"auto_approve\": true,\n  \"contact_id\": 0,\n  \"positions\": [\n    {\n      \"id\": 0,\n      \"position\": \"string\",\n      \"description\": \"string\",\n      \"ledger_account_number\": \"string\",\n      \"ledger_account_name\": \"string\",\n      \"booking_account_source\": \"catalog\",\n      \"price_unit\": 0,\n      \"tax_rate\": 0\n    }\n  ],\n  \"first_period_start\": \"2025-01-14T00:00:00.000Z\",\n  \"interval_amount\": 0,\n  \"interval_unit\": \"day\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Create the next due receipt from a recurring receipt",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/recurring-receipts/example-id/next-receipt",
            "description": "Generates the receipt for the next due period of this recurring receipt template (manual trigger).\nReturns 409 when a receipt for the next period already exists and 422 when the template is inactive,\nno next period is available, or the feature/limit prevents creation.\n"
          }
        },
        {
          "name": "Delete recurring receipt",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/recurring-receipts/example-id",
            "description": "Delete recurring receipt"
          }
        },
        {
          "name": "Get recurring receipt",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/recurring-receipts/example-id",
            "description": "Get recurring receipt"
          }
        },
        {
          "name": "List recurring receipts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/recurring-receipts",
            "description": "List recurring receipts"
          }
        },
        {
          "name": "Update recurring receipt",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/recurring-receipts/example-id",
            "description": "Update recurring receipt",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"receipt_type\": \"expense\",\n  \"status\": \"active\",\n  \"automatic_generation\": true,\n  \"auto_approve\": true,\n  \"contact_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "DocumentLinks",
      "item": [
        {
          "name": "Remove a manual related document link",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/document-links/example-id",
            "description": "Remove a manual related document link"
          }
        }
      ]
    },
    {
      "name": "Bank Accounts",
      "item": [
        {
          "name": "Create Bank Account",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-accounts",
            "description": "Create Bank Account",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"iban\": \"string\",\n  \"bic\": \"string\",\n  \"currency_code\": \"string\",\n  \"is_active\": true,\n  \"is_manual\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Bank Account",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-accounts/example-id",
            "description": "Delete Bank Account"
          }
        },
        {
          "name": "Get Bank Account",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-accounts/example-id",
            "description": "Get Bank Account"
          }
        },
        {
          "name": "List Bank Accounts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-accounts",
            "description": "List Bank Accounts"
          }
        },
        {
          "name": "Update Bank Account",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-accounts/example-id",
            "description": "Update Bank Account",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"iban\": \"string\",\n  \"bic\": \"string\",\n  \"currency_code\": \"string\",\n  \"is_active\": true,\n  \"is_manual\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Bank Transactions",
      "item": [
        {
          "name": "Create Bank Transaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions",
            "description": "Create Bank Transaction",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"bank_account_id\": 0,\n  \"transaction_date\": \"2025-01-14T13:51:15.000Z\",\n  \"value_date\": \"2025-01-14T00:00:00.000Z\",\n  \"amount_cents\": 0,\n  \"reference\": \"string\",\n  \"counterparty_name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Bank Transaction",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id",
            "description": "Delete Bank Transaction"
          }
        },
        {
          "name": "Get Bank Transaction",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id",
            "description": "Get Bank Transaction"
          }
        },
        {
          "name": "Link a payable (invoice, credit note, dunning) to this bank transaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id/link-payable",
            "description": "Link a payable (invoice, credit note, dunning) to this bank transaction",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"payable_type\": \"Invoice\",\n  \"payable_id\": 0,\n  \"amount_cents\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Link two bank transactions as internal account transfer (Umbuchung)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id/link-transfer",
            "description": "Pairs this transaction with a counterpart on another bank account (opposite sign, same amount).\nBoth transactions receive assignment status `transfer` and can no longer be assigned to payables.\n",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"linked_bank_transaction_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "List automatic assignment suggestions for open bank transactions",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/assignment-suggestions",
            "description": "Scans open (non-private) bank transactions with assignable remainder and returns payable document\nsuggestions for each transaction that has at least one match. Matches are based on exact amount\nand/or document number in reference or memo.\n"
          }
        },
        {
          "name": "List Bank Transactions",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions",
            "description": "List Bank Transactions"
          }
        },
        {
          "name": "List candidate transactions for internal account transfer linking",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id/transfer-candidates",
            "description": "Returns open bank transactions on other accounts with opposite sign and matching absolute amount.\nUse before linking two transactions as an internal transfer (Umbuchung).\n"
          }
        },
        {
          "name": "List payable document suggestions for a bank transaction",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id/payable-suggestions",
            "description": "Returns open invoices, credit notes, or dunnings that likely belong to the given bank transaction.\nMatches when the document open amount equals the transaction amount (or remaining assignable amount) exactly,\nor when the document number appears in the transaction reference or memo.\n"
          }
        },
        {
          "name": "List payables linked to a bank transaction",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id/linked-payables",
            "description": "List payables linked to a bank transaction"
          }
        },
        {
          "name": "Remove internal account transfer link (Umbuchung)",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id/unlink-transfer",
            "description": "Unlinks this transaction from its paired counterpart. Both return to open status."
          }
        },
        {
          "name": "Update Bank Transaction",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/bank-transactions/example-id",
            "description": "Update Bank Transaction",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"bank_account_id\": 0,\n  \"transaction_date\": \"2025-01-14T13:51:15.000Z\",\n  \"value_date\": \"2025-01-14T00:00:00.000Z\",\n  \"amount_cents\": 0,\n  \"reference\": \"string\",\n  \"counterparty_name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Service Contracts",
      "item": [
        {
          "name": "Create next invoice (draft) for Service Contract",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-contracts/example-id/next-invoice",
            "description": "Create next invoice (draft) for Service Contract"
          }
        },
        {
          "name": "Create next service order for Service Contract",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-contracts/example-id/next-order",
            "description": "Create next service order for Service Contract"
          }
        },
        {
          "name": "Create Service Contract",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-contracts",
            "description": "Create Service Contract",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"project_id\": 0,\n  \"account_user_id\": 0,\n  \"first_period_start\": \"2026-01-15\",\n  \"interval_amount\": 0,\n  \"interval_unit\": \"day\",\n  \"currency_code\": \"string\",\n  \"recurring_document_type\": \"invoice\",\n  \"automatic_generation\": true,\n  \"invoice_mode\": \"automatic_draft\",\n  \"status\": \"active\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Service Contract",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-contracts/example-id",
            "description": "Delete Service Contract"
          }
        },
        {
          "name": "Get next suggested service contract number and formatted string",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-contracts/next",
            "description": "Get next suggested service contract number and formatted string"
          }
        },
        {
          "name": "Get Service Contract",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-contracts/example-id",
            "description": "Get Service Contract"
          }
        },
        {
          "name": "List Service Contracts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-contracts",
            "description": "List Service Contracts"
          }
        },
        {
          "name": "Update Service Contract",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/service-contracts/example-id",
            "description": "Update Service Contract",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": 0,\n  \"formatted_number\": \"string\",\n  \"contact_id\": 0,\n  \"cost_center_id\": 0,\n  \"project_id\": 0,\n  \"account_user_id\": 0\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Locations",
      "item": [
        {
          "name": "Create Location",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/locations",
            "description": "Create Location",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"code\": \"string\",\n  \"description\": \"string\",\n  \"address_line_1\": \"string\",\n  \"address_line_2\": \"string\",\n  \"zip\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Location",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/locations/example-id",
            "description": "Delete Location"
          }
        },
        {
          "name": "Get Location",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/locations/example-id",
            "description": "Get Location"
          }
        },
        {
          "name": "List Locations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/locations",
            "description": "List Locations"
          }
        },
        {
          "name": "Update Location",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/locations/example-id",
            "description": "Update Location",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"code\": \"string\",\n  \"description\": \"string\",\n  \"address_line_1\": \"string\",\n  \"address_line_2\": \"string\",\n  \"zip\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Warehouses",
      "item": [
        {
          "name": "Create Warehouse",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/warehouses",
            "description": "Create Warehouse",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"location_id\": 0,\n  \"name\": \"string\",\n  \"code\": \"string\",\n  \"description\": \"string\",\n  \"address_line_1\": \"string\",\n  \"address_line_2\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Warehouse",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/warehouses/example-id",
            "description": "Delete Warehouse"
          }
        },
        {
          "name": "Get Warehouse",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/warehouses/example-id",
            "description": "Get Warehouse"
          }
        },
        {
          "name": "List Warehouses",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/warehouses",
            "description": "List Warehouses"
          }
        },
        {
          "name": "Update Warehouse",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/warehouses/example-id",
            "description": "Update Warehouse",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"location_id\": 0,\n  \"name\": \"string\",\n  \"code\": \"string\",\n  \"description\": \"string\",\n  \"address_line_1\": \"string\",\n  \"address_line_2\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "Personnel",
      "item": [
        {
          "name": "Create Personnel",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/personnel",
            "description": "Create Personnel",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"location_id\": 0,\n  \"contact_id\": 0,\n  \"account_user_id\": 0,\n  \"first_name\": \"string\",\n  \"last_name\": \"string\",\n  \"title\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        },
        {
          "name": "Delete Personnel",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/personnel/example-id",
            "description": "Delete Personnel"
          }
        },
        {
          "name": "Get Personnel",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/personnel/example-id",
            "description": "Get Personnel"
          }
        },
        {
          "name": "List Personnel",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/personnel",
            "description": "List Personnel"
          }
        },
        {
          "name": "Update Personnel",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "X-Account-Uuid",
                "value": "{{accountUuid}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": "https://api.jupiter-erp.com/api/account/personnel/example-id",
            "description": "Update Personnel",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"location_id\": 0,\n  \"contact_id\": 0,\n  \"account_user_id\": 0,\n  \"first_name\": \"string\",\n  \"last_name\": \"string\",\n  \"title\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          }
        }
      ]
    }
  ]
}
