POST members/rating?isoCode={isoCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
isoCode

string

Required

Body Parameters

Rating
NameDescriptionTypeAdditional information
xrefScheID

integer

None.

type

string

None.

date

date

None.

puposeID

integer

None.

companyID

integer

None.

centerID

integer

None.

sessionOwnerID

integer

None.

sessionOwnerName

string

None.

sessionOwnerImage

string

None.

rating

decimal number

None.

reason

string

None.

totalRating

integer

None.

ratedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "xrefScheID": 1,
  "type": "sample string 2",
  "date": "2024-10-11T12:50:24.0869977+05:30",
  "puposeID": 4,
  "companyID": 5,
  "centerID": 6,
  "sessionOwnerID": 7,
  "sessionOwnerName": "sample string 8",
  "sessionOwnerImage": "sample string 9",
  "rating": 10.0,
  "reason": "sample string 11",
  "totalRating": 12,
  "ratedBy": 13
}

application/xml, text/xml

Sample:
<Rating xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FitnessForce.FFBusinessEntity">
  <centerId>6</centerId>
  <companyId>5</companyId>
  <date>2024-10-11T12:50:24.0869977+05:30</date>
  <purposeId>4</purposeId>
  <ratedBy>13</ratedBy>
  <rating>10</rating>
  <reason>sample string 11</reason>
  <sessionOwnerId>7</sessionOwnerId>
  <sessionOwnerImage>sample string 9</sessionOwnerImage>
  <sessionOwnerName>sample string 8</sessionOwnerName>
  <totalRating>12</totalRating>
  <type>sample string 2</type>
  <xref_ScheduleId>1</xref_ScheduleId>
</Rating>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.