To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /Trans/RejectReturnRequestBySaler/ HTTP/1.1
Host: baseservices2.needion.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
ReturnId: 0,
ReasonId: 0,
Reason: String,
start: 2021-01-21T14:05:57.9291916+03:00,
DeviceUUID: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Result: False,
ResMessage: String,
Error:
{
ErrorYn: False,
ErrorCode: String,
ErrorDescription: String
},
PageInfo:
{
TotalRecordCount: 0,
TotalPageCount: 0,
CurrentPage: 0
}
}