Электронный путевой лист (информация о результате предсменного, предрейсового медицинского осмотра)

При “type_document”: “Электронный путевой лист (информация о результате предсменного, предрейсового медицинского осмотра)” при заполнении  document_data используется схема ElectronicWaybillMedicalExamination.


Схема https://fedo.spheragroup.ru/redoc 

Пример тела запроса:

{
  "send": "response-body",
  "query_params": {},
  "type_document": "Электронный путевой лист (информация о результате предсменного, предрейсового медицинского осмотра)",
  "document_data": {
    "guid": "b0d4ce5d-2757-4699-948c-cfa72ba94f86",
    "year_file_created": "2024",
    "month_file_created": "10",
    "day_file_created": "10",
    "id_recipient_1": {
      "id_electronic_document_management_operator": "000",
      "code_recipient": "string"
    },
    "id_recipient_2": {
      "id_electronic_document_management_operator": "000",
      "code_recipient": "string"
    },
    "id_sender": {
      "id_electronic_document_management_operator": "000",
      "code_sender": "string"
    },
    "date_created_document": "10.09.2024",
    "time_created_document": "10:10:00",
    "file_identification": {
      "id_exchange_file": "string",
      "date_created_file": "10.09.2024",
      "time_created_file": "10:10:00",
      "electronic_signature": "string"
    },
    "content_waybill": {
      "unique_document_id": "string",
      "type_medical_examination": "1",
      "info_medical_organization": {
        "position": "string",
        "fio": {
          "last_name": "string",
          "first_name": "string",
          "middle_name": "string"
        },
        "license": {
          "series": "string",
          "number": "string",
          "issued_date": "10.09.2024",
          "end_date": "10.09.2024"
        },
        "name_organization": "string"
      },
      "info_passing_medical_examination": {
        "date_and_time_passing_medical_examination": "10.10.2024T10:10:00+03:00",
        "indication_exact_time": "0",
        "mark_result_passing_medical_examination": "Прошел предсменный медицинский осмотр, к исполнению трудовых обязанностей допущен",
        "info_driver": {
          "inn": "565756489798",
          "driver_license_details": {
            "number": "string",
            "series": "string",
            "issued_date": "10.09.2024"
          },
          "fio": {
            "last_name": "string",
            "first_name": "string",
            "middle_name": "string"
          }
        }
      }
    },
    "signatoty": {
      "position": "string",
      "signature_type": "1",
      "method_confirming_authority_sign_document": "3",
      "additional_information": "string",
      "fio": {
        "last_name": "string",
        "first_name": "string",
        "middle_name": "string"
      },
      "information_about_machine_readable_attorney": [
        {
          "date_create_attorney": "27.09.2024",
          "date_internal_registration_attorney": "27.09.2024",
          "info_about_information_system": "string",
          "internal_registration_number_attorney": "string",
          "number_attorney": "b0d4ce5d-2757-4699-948c-cfa72ba94f86"
        }
      ]
    }
  }
}