POST members/id/changefreeze
Request Information
URI Parameters
None.
Body Parameters
FreezeStop| Name | Description | Type | Additional information |
|---|---|---|---|
| FreezeId | integer |
None. |
|
| BillForId | integer |
None. |
|
| Comments | string |
None. |
|
| MemberId | integer |
None. |
|
| BillAtCenter | integer |
None. |
|
| Type | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| FreezCancelSD | string |
None. |
|
| isoCode | string |
None. |
|
| trackmode | string |
None. |
|
| membershipId | integer |
None. |
|
| oldFreezeDays | integer |
None. |
|
| cancelAppoinment | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FreezeId": 1,
"BillForId": 2,
"Comments": "sample string 3",
"MemberId": 4,
"BillAtCenter": 5,
"Type": "sample string 6",
"FromDate": "sample string 7",
"ToDate": "sample string 8",
"FreezCancelSD": "sample string 9",
"isoCode": "sample string 10",
"trackmode": "sample string 11",
"membershipId": 12,
"oldFreezeDays": 13,
"cancelAppoinment": true
}
application/xml, text/xml
Sample:
<FreezeStop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FitnessForce.FFBusinessEntity.Api"> <BillAtCenter>5</BillAtCenter> <BillForId>2</BillForId> <Comments>sample string 3</Comments> <FreezCancelSD>sample string 9</FreezCancelSD> <FreezeId>1</FreezeId> <FromDate>sample string 7</FromDate> <MemberId>4</MemberId> <ToDate>sample string 8</ToDate> <Type>sample string 6</Type> <cancelAppoinment>true</cancelAppoinment> <isoCode>sample string 10</isoCode> <membershipId>12</membershipId> <oldFreezeDays>13</oldFreezeDays> <trackmode>sample string 11</trackmode> </FreezeStop>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |