POST api/MerchantRegistration/GetMerchantApplicationData

Request Information

URI Parameters

None.

Body Parameters

MerchantListRequest
NameDescriptionTypeAdditional information
RowsPerPage

integer

None.

PageNumber

integer

None.

strsearchtxt

string

None.

txtType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RowsPerPage": 1,
  "PageNumber": 2,
  "strsearchtxt": "sample string 3",
  "txtType": "sample string 4"
}

application/xml, text/xml

Sample:
<MerchantListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PozitivePaymentAPI.Models">
  <PageNumber>2</PageNumber>
  <RowsPerPage>1</RowsPerPage>
  <strsearchtxt>sample string 3</strsearchtxt>
  <txtType>sample string 4</txtType>
</MerchantListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.