POST api/MyHomeUPS/removeMyHomeUPS

Request Information

URI Parameters

None.

Body Parameters

clsMyHomeUPSDAL
NameDescriptionTypeAdditional information
MyHomeUPSId

globally unique identifier

None.

RegistrationId

globally unique identifier

None.

HomeUPSId

globally unique identifier

None.

HomeUPSName

string

None.

Type

string

None.

Volt

string

None.

ModeType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "myHomeUPSId": "2240129f-35fa-4c64-9897-3b03c967af7a",
  "registrationId": "906ba5d5-af74-4125-922d-5ffbfd90e63b",
  "homeUPSId": "1c664bc8-2f02-460b-9e97-b20d7ad75105",
  "homeUPSName": "sample string 4",
  "type": "sample string 5",
  "volt": "sample string 6",
  "modeType": "sample string 7"
}

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

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.