reportStatus

This endpoint is deprecated

Sonos uses reportStatus to report on radio stream failures.

Request parameters

NameTypeDescription
idstring(128)The ID of the played track.
errorCodeintThe numerical identifier for the error.
messagestringThe error message.

Response

None.

Sample request

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <reportStatus xmlns="http://www.sonos.com/Services/1.1">
      <id>t10001</id>
      <errorCode>00001</errorCode>
      <message>Error Message</message>
    </reportStatus>
  </soap:Body>
</soap:Envelope>

Sample response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <reportStatusResponse xmlns="http://www.sonos.com/Services/1.1">
    </reportStatusResponse>
  </soap:Body>
</soap:Envelope>