POST api/SMS/Report

Report

Request Information

URI Parameters

None.

Body Parameters

ReportRequest
NameDescriptionTypeAdditional information
messageReference

Message Reference

integer

None.

reportStatus

Repor tStatus

EnumReportStatus

None.

Request Formats

application/json, text/json

Sample:
{
  "messageReference": 1,
  "reportStatus": 0
}

application/xml, text/xml

Sample:
<ReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.CPCNL.API.Controllers">
  <messageReference>1</messageReference>
  <reportStatus>Success</reportStatus>
</ReportRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReportRequest
NameDescriptionTypeAdditional information
messageReference

Message Reference

integer

None.

reportStatus

Repor tStatus

EnumReportStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "messageReference": 1,
  "reportStatus": 0
}

application/xml, text/xml

Sample:
<ReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.CPCNL.API.Controllers">
  <messageReference>1</messageReference>
  <reportStatus>Success</reportStatus>
</ReportRequest>