masterdata.DeleteValidDocument.DeleteValidDocument.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apitest-masterdata Show documentation
Show all versions of apitest-masterdata Show documentation
Parent project of MOSIP Admin Services apitests
The newest version!
DeleteValidDocument:
MasterData_DeleteValidDocument_Invalid_ID:
endPoint: /v1/masterdata/validdocuments/{doccategorycode}/{doctypecode}
uniqueIdentifier: TC_Masterdata_DeleteValidDocument_01
description: Delete Valid Document with invalid doccategorycode
role: admin
restMethod: delete
inputTemplate: masterdata/DeleteValidDocument/deleteValidDocument
outputTemplate: masterdata/error
input: '{
"doccategorycode": "rrtyyuhhgfdds",
"doctypecode": "4edfghhys"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-016",
"message": "Valid document not found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy