POST api/v1/payv1/GetPromptMsg

Request Information

URI Parameters

None.

Body Parameters

PromptMsgParam
NameDescriptionTypeAdditional information
Type

integer

None.

CountryCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 1,
  "CountryCode": "sample string 2"
}

application/xml, text/xml

Sample:
<PromptMsgParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models.v1.Params">
  <CountryCode>sample string 2</CountryCode>
  <Type>1</Type>
</PromptMsgParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PromptMsgDto_Web
NameDescriptionTypeAdditional information
PromptMsg

string

None.

UsdRate

decimal number

None.

Response Formats

application/json

Sample:

Sample not available.

application/xml

Sample:
<PromptMsgDto_Web xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PromptMsg>sample string 1</PromptMsg>
  <UsdRate>2</UsdRate>
</PromptMsgDto_Web>

text/json

Sample:
{
  "PromptMsg": "sample string 1",
  "UsdRate": 2.0
}

text/xml

Sample:
<PromptMsgDto_Web xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Sheep">
  <PromptMsg>sample string 1</PromptMsg>
  <UsdRate>2</UsdRate>
</PromptMsgDto_Web>