POST api/ReverseAssesement

Request Information

URI Parameters

None.

Body Parameters

ReverseAssesement
NameDescriptionTypeAdditional information
MerchantCode

string

None.

AssessmentRefNo

string

None.

Platformcode

string

None.

IsReversed

boolean

None.

Reversedby

string

None.

DateReversed

date

None.

Request Formats

application/json, text/json

Sample:
{
  "merchantCode": "sample string 1",
  "assessmentRefNo": "sample string 2",
  "platformcode": "sample string 3",
  "isReversed": true,
  "reversedby": "sample string 5",
  "dateReversed": "2026-04-19T13:41:17.1970229+01:00"
}

application/xml, text/xml

Sample:
<ReverseAssesement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssesmentsAPI.Models">
  <AssessmentRefNo>sample string 2</AssessmentRefNo>
  <DateReversed>2026-04-19T13:41:17.1970229+01:00</DateReversed>
  <IsReversed>true</IsReversed>
  <MerchantCode>sample string 1</MerchantCode>
  <Platformcode>sample string 3</Platformcode>
  <Reversedby>sample string 5</Reversedby>
</ReverseAssesement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.