Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
curl --location 'https://••••••.••••••.ru/api/v1/clients/••••••/documentGroups' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'User-Api-Token: ••••••' \
--data '{
    "name": "Документы от 25.09.2024",
    "documents": [
        {
            "number": null,
            "typeId": "5040081f-25c8-43b9-8729-6eacee1c6271",
            "date": "2024-09-25T00:00:00.000Z",
            "legalEntityId": "e5869c62-fa8d-4428-9a6f-19419295d32a",
            "headManagerId": "b3e02b41-38d2-4586-89eb-da2a5363312a",
            "employeeIds": [
                "43148165-2389-4900-8527-8b2d4ab72cb6"
            ],
            "watcherIds": [],
            "signingOrder": null,
            "routeTemplateId": "7bf40614-7682-4876-9c84-1785d589eecf",
            "notice": null,
            "fileName": "Document.docx",
            "version": 0,
            "valid": true,
            "participants": [],
            "fileId": "73932d5f-0835-4ed5-809d-23ba348bc658"
        }
    ]
}'

...