POST api/IMPDSDeduplication/nfsa_to_impds_delete_rc_memberdetails

Documentation for 'nfsa_to_impds_delete_rc_memberdetails'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "stateCode": "sample string 1",
  "AuthString": "sample string 2"
}

application/xml, text/xml

Sample:
<RequestModelIMPDS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.IMPDS">
  <AuthString>sample string 2</AuthString>
  <stateCode>sample string 1</stateCode>
</RequestModelIMPDS>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestModelIMPDS'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "AckCode": "sample string 2",
  "Status": "sample string 3",
  "Remarks": "sample string 4",
  "DateOfData": "sample string 5"
}

application/xml, text/xml

Sample:
<ResponseModelIMPDS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.IMPDS">
  <AckCode>sample string 2</AckCode>
  <DateOfData>sample string 5</DateOfData>
  <Remarks>sample string 4</Remarks>
  <Status>sample string 3</Status>
  <Token>sample string 1</Token>
</ResponseModelIMPDS>