Versions Compared

Key

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

...

Code Block
languagejs
themeMidnight
titleUpdate auth method
{
  "authentication_method": SearchMPIResponse.$.data.authentication_method.type,
  "authentication_number": SearchMPIResponse.$.data.authentication_method.number
}

Determine Channel

  1. сhannel from url
    1. if url is for cabinet сhannel set declaration_request.сhannel = CABINET
      1. if not - set declaration_request.сhannel = MIS


Generate printout form

Invoke MAN to render print form.

...