/
Get printout content by Contract Request ID tests

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

Get printout content by Contract Request ID tests

n/n
description
inputs
expected_result
actual_result
expected_result
GraphQL
actual_result
GraphQL
GPC1Get printout content without scope
  • token
  • id
403
"errors": [
{"extensions": {
"code": "FORBIDDEN",
"exception": {
"missingAllowances": [
"contract_request:read"]}
},
"message": "Current client is not allowed to access this resource",
"path": [
"contractRequest"]}]
"errors": [
{"extensions": {
"code": "FORBIDDEN",
"exception": {
"missingAllowances": [
"contract_request:read"]}
},
"message": "Current client is not allowed to access this resource",
"path": [
"contractRequest"]}]
GPC2Get printout content in status=NEW
  • token
  • id
409403, Incorrect status of contract_request to modify it"printoutContent": null"printoutContent": null
GPC3Get printout content for Contract Request which doesn't exist
  • token
  • id
404404, not_found
{
"data": {
"contractRequest": null
}
}
{
"data": {
"contractRequest": null
}
}
GPC4Get printout content for Contract Request which belongs to other MSP
  • token
  • id
403403, User is not allowed to perform this action

GPC5Get printout content for APPROVED request by NHS
  • token
  • id
200409, Incorrect status of contract_request to modify it"printoutContent": null"printoutContent": null
GPC6Get printout content for NHS_SIGNED request by NHS
  • token
  • id
200
printoutContentprintoutContent
GPC7Get printout content for APPROVED request by MSP
  • token
  • id
200409, Incorrect status of contract_request to modify itprintoutContentprintoutContent
GPC8Get printout content for NHS_SIGNED request by MSP
  • token
  • id
200
printoutContentprintoutContent

Related content

Get Contract Request list tests
Get Contract Request list tests
More like this
Get Printout content by CR ID Test
Get Printout content by CR ID Test
More like this
Get Printout content by contract ID tests
Get Printout content by contract ID tests
More like this
Get merge requests List/ ID tests
Get merge requests List/ ID tests
More like this
Assign Contract Request test
Assign Contract Request test
More like this
Update Contract Request tests
Update Contract Request tests
More like this

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