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

masterdata.RejectionReason.RejectionReason.yml Maven / Gradle / Ivy

The newest version!
RejectionReason:
   MasterData_RejectionReason_All_Valid_Smoke_sid:
      endPoint: /v1/masterdata/packetrejectionreasons/reasoncategory
      uniqueIdentifier: TC_Masterdata_RejectionReason_01
      description: Create rejection reason with valid details
      role: admin
      templateFields: ["langCode","description"]
      restMethod: post
      inputTemplate: masterdata/RejectionReason/rejectionReason
      outputTemplate: masterdata/RejectionReason/rejectionReasonResult
      input: '{
    "code": "ABC",
    "description": "Rejection in Registration Client",
    "isActive": true,
    "langCode": "eng",
    "name": "Client Rejection",
	  "requesttime": "$TIMESTAMP$"
	}'
      output: '{
     "code": "ABC",
    "langCode": "$IGNORE$",
	  "requesttime": "$IGNORE$"
}'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy