masterdata.DeleteDocumentType.deleteDocumentType.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!
DeleteDocumentType:
MasterData_DeleteDocumentType_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/documenttypes/{code}
uniqueIdentifier: TC_Masterdata_DeleteDocumentType_01
description: Delete Document Type with valid data
role: admin
restMethod: delete
inputTemplate: masterdata/DeleteDocumentType/deleteDocumentType
outputTemplate: masterdata/DeleteDocumentType/deleteDocumentTypeResult
input: '{
"code": "TestDocType0010"
}'
output: '{
"code": "TestDocType0010"
}'
MasterData_DeleteDocumentType_Invalid_ID:
endPoint: /v1/masterdata/documenttypes/{code}
uniqueIdentifier: TC_Masterdata_DeleteDocumentType_02
description: Delete Document Type with invalid code
role: admin
restMethod: delete
inputTemplate: masterdata/DeleteDocumentType/deleteDocumentType
outputTemplate: masterdata/error
input: '{
"code": "TestDocType0010"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-118",
"message": "Document Type not found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy