masterdata.DeleteTemplateFileFormat.DeleteTemplateFileFormat.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!
DeleteTemplateFileFormat:
MasterData_DeleteTemplateFileFormat_All_Valid_Smoke:
endPoint: /v1/masterdata/templatefileformats/{code}
uniqueIdentifier: TC_Masterdata_DeleteTemplateFileFormat_01
description: Delete Template File Format with all valid data
role: admin
restMethod: delete
inputTemplate: masterdata/DeleteTemplateFileFormat/deleteTemplateFileFormat
outputTemplate: masterdata/DeleteTemplateFileFormat/deleteTemplateFileFormatResult
input: '{
"code": "$ID:CreateTemplateFileFormat_All_Valid_Smoke_sid_code$"
}'
output: '{
"code": "Doc"
}'
MasterData_DeleteTemplateFileFormat_Invalid_code:
endPoint: /v1/masterdata/templatefileformats/{code}
uniqueIdentifier: TC_Masterdata_DeleteTemplateFileFormat_02
description: Delete Template File Format with invalid code
role: admin
restMethod: delete
inputTemplate: masterdata/DeleteTemplateFileFormat/deleteTemplateFileFormat
outputTemplate: masterdata/error
input: '{
"code": "asdf"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-046",
"message": "Template not found."
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy