masterdata.RejectionList.RejectionList.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!
RejectionList:
MasterData_RejectionList_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/packetrejectionreasons/reasonlist
uniqueIdentifier: TC_Masterdata_RejectionList_01
description: Create the rejection list with valid details
role: admin
templateFields: ["name","description"]
restMethod: post
inputTemplate: masterdata/RejectionList/rejectionList
outputTemplate: masterdata/RejectionList/rejectionListResult
input: '{
"code": "ABC",
"description": "Duplicate Registration Test",
"isActive": true,
"langCode": "eng",
"name": "Duplicate Registration Test",
"rsnCatCode": "CLR",
"requesttime": "$TIMESTAMP$"
}'
output: '{
"rsnCatCode": "CLR",
"code": "ABC",
"requesttime": "$TIMESTAMP$"
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy