masterdata.DeleteDocumentCategory.deleteDocumentCategory.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!
DeleteDocumentCategory:
MasterData_DeleteDocumentCategory_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/documentcategories/{code}
uniqueIdentifier: TC_Masterdata_DeleteDocumentCategory_01
description: Delete Document Categoty with valid data
role: admin
restMethod: delete
inputTemplate: masterdata/DeleteDocumentCategory/deleteDocumentCategory
outputTemplate: masterdata/DeleteDocumentCategory/deleteDocumentCategoryResult
input: '{
"code": "DocTestCode123"
}'
output: '{
"code": "DocTestCode123"
}'
MasterData_DeleteDocumentCategory_Invalid_ID:
endPoint: /v1/masterdata/documentcategories/{code}
uniqueIdentifier: TC_Masterdata_DeleteDocumentCategory_02
description: Delete Document Categoty with invalid code
role: admin
restMethod: delete
inputTemplate: masterdata/DeleteDocumentCategory/deleteDocumentCategory
outputTemplate: masterdata/error
input: '{
"code": "DocTestCode123"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-014",
"message": "Document Category not found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy