I am very new to Performance Testing and Jmeter
This is my POST data sending as request POST data:
[{"state":"COMPLETED","taskId":"2007","properties":[{"value":"2018-07-25T16:44:40.121Z","id":"deliveryDate"}]}]
Response:
{"id":null,"message":"Error in 2007: Cannot find task with id 2007;","status":"BAD_REQUEST"}
But when i recorded the script below is the response for the above POST data (which is correct)
[{"filingDetailsId":24,"filingStatus":"ACTIVE","fund":{"fundId":24,"name":"AG Mortgage Value Partners Master Fund, L.P.","shortCode":"MVPM"},"task":{"taskId":"9535","state":"ACTIVE","description":"The date the data was provided by the admin.","taskSubType":"MASTER","assignee":"[]","properties":[{"id":"deliveryDate","name":"Admin Actual Delivery Date","type":{"name":"date"},"value":"False","required":true,"writable":true,"readable":true}]},"refFundId":101,"reportId":0},]
Why does my replay fail? Please HELP!