MockedMessageDto received in json

This commit is contained in:
2021-01-27 16:48:23 +01:00
parent 2f107e2f54
commit 71e4dcb869
6 changed files with 103 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
{
"clientUUID": "acc39106-f351-46bb-b81b-31b860af3e56",
"mockedResponseId": 1,
"mediaType": "text/xml",
"messageBody": "Hello world",
"httpHeaders": {
"Keep-Alive": "timeout=60",
"Connection": "keep-alive",
"Date": "2021-01-27T15:45:05.892356"
},
"httpStatus": 200
}