POST Provider/BandWidthUpdate

BandWidthUpdate

Request Information

URI Parameters

None.

Body Parameters

bandwidthresult

ParaBandWidthCheck
NameDescriptionTypeAdditional information
UploadSpeed

string

None.

DownloadSpeed

string

None.

PingSpeed

string

None.

required

boolean

None.

LastUpdate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UploadSpeed": "sample string 1",
  "DownloadSpeed": "sample string 2",
  "PingSpeed": "sample string 3",
  "required": true,
  "LastUpdate": "2025-04-25T15:43:14.2524781Z"
}

application/xml, text/xml

Sample:
<ParaBandWidthCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <DownloadSpeed>sample string 2</DownloadSpeed>
  <LastUpdate>2025-04-25T15:43:14.2524781Z</LastUpdate>
  <PingSpeed>sample string 3</PingSpeed>
  <UploadSpeed>sample string 1</UploadSpeed>
  <required>true</required>
</ParaBandWidthCheck>

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.