POST api/SmsNotification

Request Information

URI Parameters

None.

Body Parameters

SMSNotificationRequest
NameDescriptionTypeAdditional information
Message

string

None.

CustomerId

string

None.

AccountId

string

None.

CountryId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "CustomerId": "sample string 2",
  "AccountId": "sample string 3",
  "CountryId": "sample string 4"
}

application/xml, text/xml

Sample:
<SMSNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NanoLending.CoreObject.DataTransferObjects.ThirdParty">
  <AccountId>sample string 3</AccountId>
  <CountryId>sample string 4</CountryId>
  <CustomerId>sample string 2</CustomerId>
  <Message>sample string 1</Message>
</SMSNotificationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.