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

masterdata.FetchRegCent.FetchRegCent.yml Maven / Gradle / Ivy

The newest version!
FetchRegCent:
   MasterData_FetchRegCent_allValid_smoke:
      endPoint: /v1/masterdata/registrationcenters
      uniqueIdentifier: TC_Masterdata_FetchRegCent_01
      description: Retrieve Registration Center details with valid data
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "$REMOVE$",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   MasterData_FetchRegCent_coordinate_specific_allValid_smoke:
      endPoint: /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_02
      description: Retrieve Registration Center details with specific coordinates
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentResult
      input: '{
  "longitude": "45.2456",
  "latitude": "78.5478",
  "langcode": "eng",
  "proximitydistance": "21",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   
   MasterData_FetchRegCent_coordinate_specific_invalid_latitude:
      endPoint: /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_03
      description: Retrieve Registration Center details with invalid latitude
      role: admin
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "-6.453275",
  "latitude": "34117",
  "langcode": "eng",
  "proximitydistance": "21",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   MasterData_FetchRegCent_coordinate_specific_invalid_longitude:
      endPoint: /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_04
      description: Retrieve Registration Center details with invalid longitude
      role: admin
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "-63275",
  "latitude": "34.52117",
  "langcode": "eng",
  "proximitydistance": "21",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   MasterData_FetchRegCent_By_LocationCode_allValid_smoke:
      endPoint: /v1/masterdata/getlocspecificregistrationcenters/{langcode}/{locationcode}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_05
      description: Retrieve Registration Center details By langcode
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$ID:CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid_code$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   MasterData_FetchRegCent_By_LocationCode_invalid_locationcode:
      endPoint: /v1/masterdata/getlocspecificregistrationcenters/{langcode}/{locationcode}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_06
      description: Retrieve Registration Center details with invalid locationcode
      role: admin
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "14022222322",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   
   MasterData_FetchRegCent_Holidays_allValid_smoke:
      endPoint: /v1/masterdata/getregistrationcenterholidays/{langcode}/{registrationcenterid}/{year}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_07
      description: Retrieve Registration Center Holiday details By Id Lang Code and Year
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentHolidayResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$ID:CreateRegCenter_allValid_smoke_sid_id$",
  "year": "2021",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   
   MasterData_FetchRegCent_Holidays_invalid_registrationcenterid:
      endPoint: /v1/masterdata/getregistrationcenterholidays/{langcode}/{registrationcenterid}/{year}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_08
      description: Retrieve Registration Center Holiday details with invalid registrationcenterid
      role: admin
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "1009393901",
  "year": "2021",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   MasterData_FetchRegCent_By_id_allValid_smoke:
      endPoint: /v1/masterdata/registrationcenters/{id}/{langcode}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_09
      description: Retrieve Registration Center details By Id and langcode
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$ID:CreateRegCenter_allValid_smoke_sid_id$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   
   MasterData_FetchRegCent_By_HierarchyLevel_Text_langCode_allValid_smoke:
      endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_10
      description: Retrieve Registration Center details By hierarchylevel langcode and name
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$ID:CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid_hierarchyLevel$",
  "name": "$ID:CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid_name$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   
   MasterData_FetchRegCent_By_HierarchyLevel_Text_langCode_invalid_hierarchylevel:
      endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_11
      description: Retrieve Registration Center details By langcode and invalid hierarchylevel
      role: admin
      templateFields: ["name"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "4",
  "name": "Rabat Sale Kenitra",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   MasterData_FetchRegCent_By_HierarchyLevel_Text_langCode_invalid_name:
      endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_12
      description: Retrieve Registration Center details By langcode hierarchylevel and invalid Name
      role: admin
      templateFields: ["name"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "1",
  "name": "Rabatdhdhhdjshdjjdnlenitra",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   MasterData_FetchRegCent_By_HierarchyLevel__ListText_langCode_allValid_smoke:
      endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_13
      description: Retrieve Registration Center details By langcode hierarchylevel and valid name
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$ID:CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid_hierarchyLevel$",
  "name": "$ID:CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid_name$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   MasterData_FetchRegCent_validateTimestamp_allValid_smoke:
      endPoint: /v1/masterdata/registrationcenters/validate/{id}/{langcode}/{timestamp}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_14
      description: Retrieve Registration Center details By langcode Id and valid timestamp
      role: admin
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentValidateResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$ID:CreateRegCenter_allValid_smoke_sid_id$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$TIMESTAMP$"
}'
      output: '{
  "status":"Valid"
}'
   
   MasterData_FetchRegCent_validateTimestamp_invalid_id:
      endPoint: /v1/masterdata/registrationcenters/validate/{id}/{langcode}/{timestamp}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_15
      description: Retrieve Registration Center details By langcode, timestamp and invalid Id
      role: admin
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "1000ffudyf1",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "2021-01-20T06:22:07.797Z"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   MasterData_FetchRegCent_validateTimestamp_invalid_timestamp:
      endPoint: /v1/masterdata/registrationcenters/validate/{id}/{langcode}/{timestamp}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_16
      description: Retrieve Registration Center details By langcode, Id and invalid timestamp
      role: admin
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "10001",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$REMOVE$",
  "timestamp": "$TIMESTAM@@33$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-033"
    }
  ]
}'
   MasterData_FetchRegCent_by_langCode_zoneCode_allValid_smoke:
      endPoint: /v1/masterdata/getzonespecificregistrationcenters/{langcode}/{zonecode}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_17
      description: Retrieve Registration Center details By langcode and zonecode
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchRegCentResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$ZONE_CODE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   
   MasterData_FetchRegCent_by_langCode_zoneCode_InValid_zonecode:
      endPoint: /v1/masterdata/getzonespecificregistrationcenters/{langcode}/{zonecode}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_18
      description: Retrieve Registration Center for a Zone By langcode and zonecode
      role: admin
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "KTA1",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   MasterData_FetchRegCent_By_Pagenation_HierarchyLevel_Text_langCode_allValid_smoke:
      endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_19
      description: Retrieve Registration Center By langcode, hierarchylevel and name
      role: admin
      templateFields: ["langcode"]
      checkErrorsOnlyInResponse: true
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchAllRegCentWithPaginationResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$ID:CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid_hierarchyLevel$",
  "name": "$ID:CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid_name$",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
"data": [{
     
    }]
}'
   
   MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_invalid_hierarchylevel:
      endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_20
      description: Retrieve Registration Centers Per Page By langcode, hierarchylevel and name
      role: admin
      templateFields: ["name"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "4",
  "name": "Rabat Sale Kenitra",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'
   MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_invalid_name:
      endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_21
      description: Retrieve Registration Center By Pagination By langcode, hierarchylevel and name
      role: admin
      templateFields: ["name"]
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "eng",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "1",
  "name": "Rabatdhdhhdjshdjjdnlenitra",
  "zonecode": "$REMOVE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'

   MasterData_FetchRegCent_By_zoneCode:
      endPoint: /v1/masterdata/getzonespecificregistrationcenters/{langcode}/{zonecode}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_22
      description: Retrieve Registration Centers for a Zone By langcode and zonecode
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: []
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/FetchRegCent/fetchAllRegCentResult
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "fra",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "$ZONE_CODE$",
  "timestamp": "$REMOVE$"
}'
      output: '{
}'
   MasterData_FetchRegCent_By_zoneCode_invalid_invalid_zonecode:
      endPoint: /v1/masterdata/getzonespecificregistrationcenters/{langcode}/{zonecode}
      uniqueIdentifier: TC_Masterdata_FetchRegCent_23
      description: Retrieve Registration Centers for Zone by langcode and invalid zonecode
      role: admin
      templateFields: []
      restMethod: get
      inputTemplate: masterdata/FetchRegCent/fetchRegCent
      outputTemplate: masterdata/error
      input: '{
  "longitude": "$REMOVE$",
  "latitude": "$REMOVE$",
  "langcode": "fra",
  "proximitydistance": "$REMOVE$",
  "locationcode": "$REMOVE$",
  "registrationcenterid": "$REMOVE$",
  "year": "$REMOVE$",
  "id": "$REMOVE$",
  "hierarchylevel": "$REMOVE$",
  "name": "$REMOVE$",
  "zonecode": "abc",
  "timestamp": "$REMOVE$"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-215",
      "message": "Registration Center not found"
    }
  ]
}'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy