PUT HouseCycle
Request Information
URI Parameters
None.
Body Parameters
ObjectCreateUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| MachineGuid | globally unique identifier |
None. |
|
| DatabaseName | string |
None. |
|
| Object | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"MachineGuid": "cd1b5a22-1532-4fb3-b0e4-89661fceb17f",
"DatabaseName": "sample string 2",
"Object": {}
}
application/xml, text/xml
Sample:
<ObjectCreateUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMSharedObjects.Models"> <DatabaseName>sample string 2</DatabaseName> <MachineGuid>cd1b5a22-1532-4fb3-b0e4-89661fceb17f</MachineGuid> <Object /> </ObjectCreateUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |