masterdata.ResumePacketWorkflow.ResumePacket.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!
ResumePacketWorkflow:
MasterData_ResumePacketWorkflow_inValid_workFlowId:
endPoint: /v1/masterdata/packet/resume
uniqueIdentifier: TC_Masterdata_ResumePacketWorkflow_01
description: Resume packet workflow with invalid work flow data
role: admin
restMethod: post
inputTemplate: masterdata/ResumePacketWorkflow/resumePacket
outputTemplate: masterdata/error
input: '{
"workflowId": "sfgbvafb",
"workflowAction": "RESUME",
"requesttime": "$TIMESTAMP$"
}'
output: '{
"errors": [
{
"errorCode": "RPR-WAA-003",
"message": "$IGNORE$"
}
]
}'
MasterData_ResumePacketWorkflow_inValid_requesttime:
endPoint: /v1/masterdata/packet/resume
uniqueIdentifier: TC_Masterdata_ResumePacketWorkflow_01
description: Resume packet workflow with invalid request time data
role: admin
restMethod: post
inputTemplate: masterdata/ResumePacketWorkflow/resumePacket
outputTemplate: masterdata/error
input: '{
"workflowId": "sfgbvafb",
"workflowAction": "RESUME",
"requesttime": "afgbb"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-999",
"message": "Invalid Format in field : requesttime"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy