ЕСОЗ - публічна документація
Get Contract Request Details tests
n/n | description | inputs | expected_result | actual_result |
---|---|---|---|---|
GCRD1 | Get NEW contract request details by MSP |
|
|
|
GCRD2 | Get APPROVED contract request details |
|
|
|
GCRD3 | Get details of contract request in PENDING_NHS_SIGN status |
|
|
|
GCRD4 | Get details of contract request in NHS_SIGNED status |
|
|
|
GCRD5 | Get details of contract request in SIGNED status |
|
|
|
GCRD6 | Get details of contract request in TERMINATED status |
|
| 200,
|
GCRD7 | Get details of contract request in DECLINED status |
|
|
|
GCRD8 | Get contract request details by NHS |
|
|
|
GCRD9 | Get contract request details without scpoes |
| 403 | 403 |
GCRD10 | Get contract request details that belongs to other MSP by MSP |
| 403 | 403, User is not allowed to perform this action |
GCRD11 | Get contract request before it was created (only initialized) |
| 404, not found (should it return urgent with 2 valid links?) | 404, not found |
GCRD12 | Get contract request which doesn't exist |
| 404, not found | 404, not found |
ЕСОЗ - публічна документація