ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

n/n Test CaseTest Case DescriptionTest Case InputsExpected ResultStep by Step ScriptActual result
LE1Register and verify legal entity
  1. legal_entity.json

Response 200

  • LE saved to DB with status mis VERIFIED
  1. Put digital signature to  legal_entity.json
  2. convert it to base64
  3. Register Legal Entity
  4. Verify Legal Entity by MIS

LE2Register and verify legal entity with the same edrpou
  1. Name, Short_name, Public_name - NEW
  2. edrpou - Old

Response 200

  • LE updates in DB with status mis NOT_VERIFIED
  1. Put digital signature to legal_entity
  2. convert it to base64
  3. Register Legal Entity
  4. Verify Legal Entity by MIS

LE3Register legal entity wrong EDRPOU
  1. edrpou is not 38782323

Response 422

  • validation_failed
  1. Put digital signature to legal_entity
  2. convert it to base64
  3. Register Legal Entity

LE4Register legal entity wrong e-mail
  1. e-mail is invalid

Response 422

  • validation_failed
  1. Put digital signature to legal_entity
  2. convert it to base64
  3. Register Legal Entity

LE5Register legal entity wrong address

Response 422

  • validation_failed
  1. Put digital signature to legal_entity
  2. convert it to base64
  3. Register Legal Entity

LE6Register legal entity wrong scopes

Response 422

  • validation_failed
  1. Put digital signature to legal_entity
  2. convert it to base64
  3. Register Legal Entity

LE7Register legal entity empty short name

Response 422

  • validation_failed
  1. Put digital signature to legal_entity
  2. convert it to base64
  3. Register Legal Entity

LE8Register LE not allowed kveds
  1. kveds 

Response 422

  • validation_failed
  1. Put digital signature to legal_entity
  2. convert it to base64
  3. Register Legal Entity

LE9Register LE wrong legal form

Response 422

  • validation_failed
  1. Put digital signature to legal_entity
  2. convert it to base64
  3. Register Legal Entity



  • No labels