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

masterdata.GetValidDocument.GetValidDocument.yml Maven / Gradle / Ivy

The newest version!
GetValidDocument:
   MasterData_GetValidDocument_allValid_smoke:
      endPoint: /v1/masterdata/validdocuments/{docCategoryCode}/{langCode}
      uniqueIdentifier: TC_Masterdata_GetValidDocument_01
      description: Retrieve valid document details by document category code and valid language code
      role: admin
      checkErrorsOnlyInResponse: true
      restMethod: get
      inputTemplate: masterdata/GetValidDocument/getValidDocument
      outputTemplate: masterdata/GetValidDocument/getValidDocumentResult
      input: '{
  "docCategoryCode":"POA",
  "langCode": "eng"
}'
      output: '{
      "response": [{
      "docTypeCode": "$IGNORE$",
      "docCategoryCode": "$IGNORE$",
      "docTypeName": "$IGNORE$",
      "isActive": "$IGNORE$"
      }]
}'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy