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

stubs.wiremocks.sample.json Maven / Gradle / Ivy

{
  "request": {
    "method": "PUT",
    "url": "/loanApplication",
    "headers": {
      "Content-Type": {
        "equalTo": "application/vnd.loanapplicationservice.v1+json"
      }
    },
    "bodyPatterns": [
      {
        "matches": "\\{\"clientPesel\":\"1234567890\",\"loanAmount\":123.123\\}"
      }
    ]
  },
  "response": {
    "status": 200,
    "body": "{\"loanApplicationStatus\":\"LOAN_APPLIED\",\"loanApplicationId\":\"${123123123:$anyInt($it)}\",\"rejectionReason\":null}",
    "headers": {
      "Content-Type": "application/vnd.loanapplicationservice.v1+json"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy