POST api/RDSPEnrolmentPostRequest/InsertMerchantId/{value}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
value

string

None.

Body Parameters

None.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
ResponseCode

string

None.

ResponseMsg

string

None.

Status

integer

None.

UserID

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": "sample string 1",
  "ResponseMsg": "sample string 2",
  "Status": 3,
  "UserID": "sample string 4"
}

application/xml, text/xml

Sample:
<ResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObjects">
  <ResponseCode>sample string 1</ResponseCode>
  <ResponseMsg>sample string 2</ResponseMsg>
  <Status>3</Status>
  <UserID>sample string 4</UserID>
</ResponseMessage>