Навигационное меню

post Add Or Update Contract — Update NON form Doc

/Contract/AddOrUpdateContract(2)

Создание или обновление договора из неформализованного документа

Request Body

{
    "Ext_ID": {
        "required": true,
        "type": "string",
        "description": "ID внешней системы договора",
        "example": ""98Z98""
    },
    "DocDate": {
        "required": true,
        "type": "string",
        "description": "Дата договора",
        "example": ""14.09.2023""
    },
    "DocNumber": {
        "required": true,
        "type": "string",
        "description": "Номер договора",
        "example": ""1-5""
    },
    "RequestID": {
        "required": true,
        "type": "string",
        "description": "ИД запроса",
        "example": ""170D68C9-6B68-4176-A9B5-09A90799B64F""
    },
    "Name": {
        "required": false,
        "type": "string",
        "description": "Название договора",
        "example": ""Договор на протяжку СКС""
    },
    "Contractor": {
        "required": true,
        "type": "object",
        "description": "Контрагент, структура",
        "properties": {
            ""Ext_ID"": {
                "type": "string",
                "description": "ID внешней системы контрагента",
                "example": ""44046B99-AC13-42D2-904D-5AE103AD5A5G""
            },
            ""INN"": {
                "type": "string",
                "description": "ИНН контрагента",
                "example": ""7799555551""
            },
            ""Name"": {
                "type": "string",
                "description": "Название контрагента",
                "example": ""ООО Ромашка""
            },
            ""KPP"": {
                "type": "string",
                "description": "КПП контрагента",
                "example": ""968601000""
            }
        }
    },
    "Organization": {
        "required": true,
        "type": "object",
        "description": "Организация, структура",
        "properties": {
            ""Ext_ID"": {
                "type": "string",
                "example": ""6273"",
                "description": "ID внешней системы организации"
            },
            ""name"": {
                "type": "string",
                "example": ""ООО Орион"",
                "description": "Название организации"
            },
            ""inn"": {
                "type": "string",
                "example": ""9686961876"",
                "description": "ИНН организации"
            },
            ""kpp"": {
                "type": "string",
                "example": ""968601000"",
                "description": "КПП организации"
            }
        }
    },
    "Operation": {
        "required": false,
        "type": "string",
        "description": "Тип договора:
- С поставщиком
- С покупателем
- С подрядчиком
- С заказчиком
", "example": ""С подрядчиком"" }, "PeriodTo": { "required": false, "type": "string", "description": "Срок действия договора", "example": ""31.12.2023"" }, "NonFormID": { "required": false, "type": "integer", "description": "ID неформализованного документа, на основе которого создаётся договор", "example": ""1"" }, "Binaries": { "required": false, "type": "integer", "description": "ID неформализованного документа, на основе которого создаётся договор", "example": ""1"" } }

Example

{
    "Ext_ID": "98Z98",
    "DocDate": "14.09.2023",
    "DocNumber": "1-5",
    "RequestID": "170D68C9-6B68-4176-A9B5-09A90799B64F",
    "Name": "Договор на протяжку СКС",
    "Contractor": {
        "Ext_ID": "44046B99-AC13-42D2-904D-5AE103AD5A5G",
        "INN": "7799555551",
        "Name": "ООО Ромашка",
        "KPP": "968601000"
    },
    "Organization": {
        "name": "ООО Орион",
        "inn": "9686961876",
        "kpp": "968601000",
        "Ext_ID": "6273"
    },
    "Operation": "С подрядчиком",
    "PeriodTo": "30.12.2023",
    "NonFormID": 1,
    "Binaries": [
        {
            "FileName": "",
            "FileBase64": ""
        }
    ]
}

Responses

Response 201: Created - Договор успешно создан

{
    "string1": null,
    "string2": null,
    "string3": null,
    "string4": null,
    "string5": null,
    "string6": null,
    "string7": null,
    "string8": null,
    "datetime1": null,
    "datetime2": null,
    "datetime3": null,
    "datetime4": null,
    "int1": null,
    "int2": null,
    "int3": null,
    "int4": null,
    "bool1": null,
    "bool2": null,
    "bool3": null,
    "bool4": null,
    "idKey": "Contract744",
    "fileExists": true,
    "id": 744,
    "docNumber": "1-5",
    "docDate": "2023-09-14T12:00:00Z",
    "created": "2023-11-01T12:20:29Z",
    "modified": "2023-11-01T12:20:29Z",
    "modifiedBy": "ExternalSystem",
    "createdBy": "ExternalSystem",
    "docTypeId": 4,
    "docType": {
        "id": 4,
        "name": "Договор",
        "reestr": "Contracts",
        "reestrRu": "Договоры"
    },
    "docTypeReestr": "Contracts",
    "ext_ID": "98Z98",
    "deleted": false,
    "deletedBy": null,
    "deleteDate": null,
    "state": "Новый",
    "ediId": null,
    "ediState": null,
    "ediProvider": null,
    "ediProcessed": false,
    "ediIsIncoming": false,
    "ediLocalSigned": false,
    "ediNeedExport": false,
    "stageName": null,
    "amount": null,
    "amountWOVAT": null,
    "vat": null,
    "currency": null,
    "comment": null,
    "createdByUser": "Система EnDocs",
    "documentType": 2,
    "clientId": 1,
    "client": null,
    "docKindId": null,
    "docKind": null,
    "contractorId": 57,
    "contractor": {
        "id": 57,
        "name": "ООО Орион",
        "inn": "9686961876",
        "kpp": "968601000",
        "ext_ID": "1e6d7f20-04c0-11eb-b9b5-00090faa0001",
        "organizationId": 15,
        "organization": null,
        "diadocID": null,
        "type": null,
        "address": null,
        "contact": null,
        "phone": null,
        "fullName": null,
        "lawAddress": null,
        "bill": null,
        "bank": null,
        "bik": null,
        "email": null,
        "director": null,
        "ogrn": null,
        "manager": null,
        "code": null,
        "workKind": null,
        "clientId": 1,
        "client": null,
        "url": null,
        "comment": null
    },
    "organizationId": 15,
    "organization": {
        "id": 15,
        "name": "ООО Ромашка",
        "inn": "7799555551",
        "kpp": "779901001",
        "ext_ID": "45M45",
        "clientId": 1,
        "client": null,
        "fullName": null,
        "lawAddress": null,
        "address": null,
        "bill": null,
        "bank": null,
        "bik": null,
        "phone": null,
        "email": null,
        "director": null,
        "ogrn": null
    },
    "projectId": null,
    "project": null,
    "departmentId": null,
    "department": null,
    "employeeId": null,
    "employeeName": null,
    "employee": null,
    "packageID": "",
    "cardData": "",
    "tablePart": "",
    "source": "",
    "amountToPay": 0,
    "docNumTaxInvoice": "",
    "docDateTaxInvoice": null,
    "docNumInvoice": "",
    "docDateInvoice": null,
    "paymentDate": null,
    "paymentNumber": "",
    "uploadedTo1C": false,
    "signed": false,
    "paid": false,
    "periodFrom": null,
    "periodTo": "2023-12-30T12:00:00Z",
    "reciever": "Договор на протяжку СКС",
    "address": null,
    "delivery": "",
    "contact": "",
    "notifyUser": "",
    "operation": "С подрядчиком",
    "counter": 0,
    "contractId": 0,
    "contract": null,
    "type": "С подрядчиком",
    "name": "Договор на протяжку СКС",
    "subject": null,
    "binaries": null,
    "metaID": null,
    "requestID": null,
    "existingContractID": null,
    "nonFormID": null,
    "version1CExchange": 0
}

Response 400

Unable to add the entity - Невозможно добавить объект

No binaries FileBase64 string - Не указан в запросе файл в base64

Response 401

Could not find any client for this token ( #err-40) - Не найден клиент с данным токеном

Response 500

Internal Server Error - Database Failure - Внутренняя ошибка сервера

EnDocs — единое информационное пространство для управления проектами, документами, задачами и сотрудниками