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

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

Version 1 Next »

n/ndescriptioninputsexpected_resultactual_result
1GET LE by Id without scopeinvalid token
id
200,  "code": "FORBIDDEN",
"message": "Your scope does not allow to access this resource"

2GET LE with not valid tokeninvalid token
id
401, 
"error": {
"message": "Invalid access token",
"type": "access_denied"
}

3GET LE by invalid IDtoken
invalid id
not found
4GET LE by EDRPOUtoken
fields
"message": "Cannot query field \"fieldName\" on type \"LegalEntityMergeJob\"
5GET LE by invalid EDRPOU


6GET LE by non-existing EDRPOU
not found
5GET list of LE

token

fields

200, data
6GET list of LE filtered by nhsVerifiedtoken, 
fields,
LegalEntityMergeJobFilter
200, data filtered by nhsVerified
7GET list of LE filtered by areatoken, 
fields,
LegalEntityMergeJobFilter
200, data filtered by are
8GET list of LE filtered by settlementtoken, 
fields,
LegalEntityMergeJobFilter
200, data filtered by settlement 
9Sort list of LE by LegalEntityOrderBy

token, 
fields,
LegalEntityMergeJobOrderBy

200, sorted by LegalEntityMergeJobOrderBy

  • EDRPOU_ASC
  • EDRPOU_DESC
  • INSERTED_AT_ASC
  • INSERTED_AT_DESC
  • NHS_VERIFIED_ASC
  • NHS_VERIFIED_DESC
  • STATUS_ASC
  • STATUS_DESC

10



  • No labels