All Downloads are FREE. Search and download functionalities are using the official Maven repository.

masterdata.RejectionList.RejectionList.yml Maven / Gradle / Ivy

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