PUT api/ApplicantPayment/SendEmail

Request Information

URI Parameters

None.

Body Parameters

MoneyGramModel
NameDescriptionTypeAdditional information
Latitude

decimal number

None.

Longitude

decimal number

None.

MoneyGramReviceCode

string

None.

CompanyName

string

None.

AccountNumberToPay

integer

None.

LedgerBalance

decimal number

None.

FirstName

string

None.

LastName

string

None.

EmailId

string

None.

DBAName

string

None.

DBAEmail

string

None.

ManagementCompanyName

string

None.

DBAPhoneNumber

string

None.

UserId

integer

None.

ManagementCompanyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "latitude": 1.1,
  "longitude": 2.1,
  "moneyGramReviceCode": "sample string 3",
  "companyName": "sample string 4",
  "accountNumberToPay": 5,
  "ledgerBalance": 6.0,
  "firstName": "sample string 7",
  "lastName": "sample string 8",
  "emailId": "sample string 9",
  "dbaName": "sample string 10",
  "dbaEmail": "sample string 11",
  "managementCompanyName": "sample string 12",
  "dbaPhoneNumber": "sample string 13",
  "userId": 1,
  "managementCompanyId": 1
}

application/xml, text/xml

Sample:
<MoneyGramModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Latitude>1.1</Latitude>
  <Longitude>2.1</Longitude>
  <MoneyGramReviceCode>sample string 3</MoneyGramReviceCode>
  <CompanyName>sample string 4</CompanyName>
  <AccountNumberToPay>5</AccountNumberToPay>
  <LedgerBalance>6</LedgerBalance>
  <FirstName>sample string 7</FirstName>
  <LastName>sample string 8</LastName>
  <EmailId>sample string 9</EmailId>
  <DBAName>sample string 10</DBAName>
  <DBAEmail>sample string 11</DBAEmail>
  <ManagementCompanyName>sample string 12</ManagementCompanyName>
  <DBAPhoneNumber>sample string 13</DBAPhoneNumber>
  <UserId>1</UserId>
  <ManagementCompanyId>1</ManagementCompanyId>
</MoneyGramModel>

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 'MoneyGramModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.