GET api/fund-my-sub-dealer?providercode={providercode}&DebitDealerCode={DebitDealerCode}&CreditDealerCode={CreditDealerCode}&AmountToFund={AmountToFund}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
providercode

string

Required

DebitDealerCode

string

Required

CreditDealerCode

string

Required

AmountToFund

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

ResponseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ResponseCode>1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
</ApiResponse>