POST api/Backoffice/CheckDistribution

Request Information

URI Parameters

None.

Body Parameters

DistributionCheckModel
NameDescriptionTypeAdditional information
senderNumber

string

None.

messageContent

string

None.

phoneNumberToCheck

string

None.

Request Formats

application/json, text/json

Sample:
{
  "senderNumber": "sample string 1",
  "messageContent": "sample string 2",
  "phoneNumberToCheck": "sample string 3"
}

application/xml, text/xml

Sample:
<BackofficeModels.DistributionCheckModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VerifyPhoneServer.Classes">
  <messageContent>sample string 2</messageContent>
  <phoneNumberToCheck>sample string 3</phoneNumberToCheck>
  <senderNumber>sample string 1</senderNumber>
</BackofficeModels.DistributionCheckModel>

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

text/html, multipart/form-data

Sample:
{"senderNumber":"sample string 1","messageContent":"sample string 2","phoneNumberToCheck":"sample string 3"}

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.