- {
- "Result": {
- "Myexpectedoutput": [
- {
- "Name": {
- "FirstName": "Test123"
- }
- }
- ]
- },
- "Id": 84,
- "Exception": null,
- "Status": 5,
- "IsCanceled": false,
- "IsCompleted": true,
- "CreationOptions": 0,
- "AsyncState": null,
- "IsFaulted": false
- }
The properties Id, exception, status, IsCanceled, Iscompleted, CreationOptions, AsyncState, IsFaulted is getting added automatically
I dont want these extra properties to get added in the response. I just need the response that has only the properties that i have defined in my class