masterdata.DeleteMachineSpec.DeleteMachineSpec.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!
DeleteMachineSpec:
MasterData_DeleteMachineSpec_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/machinespecifications/{id}
uniqueIdentifier: TC_Masterdata_DeleteMachineSpec_01
description: Delete Machine Spec with valid data
role: admin
checkErrorsOnlyInResponse: true
templateFields: []
restMethod: delete
inputTemplate: masterdata/DeleteMachineSpec/deleteMachineSpec
outputTemplate: masterdata/DeleteMachineSpec/deleteMachineSpecResult
input: '{
"id": "$ID:CreateMachineSpecification_All_Valid_Smoke_sid_id$"
}'
output: '{
}'
MasterData_DeleteMachineSpec_Invalid_ID:
endPoint: /v1/masterdata/machinespecifications/{id}
uniqueIdentifier: TC_Masterdata_DeleteMachineSpec_02
description: Delete Machine Spec with invalid id
role: admin
restMethod: delete
inputTemplate: masterdata/DeleteMachine/deleteMachine
outputTemplate: masterdata/error
input: '{
"id": "hdhshshsh"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-117",
"message": "Machine Specification not Found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy