POST api/ClientDetail/UpdateClientQtrRankScorecard

Request Information

URI Parameters

None.

Body Parameters

QuarterRanking
NameDescriptionTypeAdditional information
Ind

integer

None.

ClientId

integer

None.

CQRId

integer

None.

UserId

integer

None.

UserName

string

None.

Ranking

string

None.

Score

string

None.

ScoreOutOf

string

None.

NoOfSupplier

string

None.

Comment

string

None.

ClientCategoryId

integer

None.

QtrYearId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Ind": 1,
  "ClientId": 2,
  "CQRId": 3,
  "UserId": 4,
  "UserName": "sample string 5",
  "Ranking": "sample string 6",
  "Score": "sample string 7",
  "ScoreOutOf": "sample string 8",
  "NoOfSupplier": "sample string 9",
  "Comment": "sample string 10",
  "ClientCategoryId": 11,
  "QtrYearId": 12
}

application/xml, text/xml

Sample:
<QuarterRanking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClientPerformanceAPI.Models.PL">
  <CQRId>3</CQRId>
  <ClientCategoryId>11</ClientCategoryId>
  <ClientId>2</ClientId>
  <Comment>sample string 10</Comment>
  <Ind>1</Ind>
  <NoOfSupplier>sample string 9</NoOfSupplier>
  <QtrYearId>12</QtrYearId>
  <Ranking>sample string 6</Ranking>
  <Score>sample string 7</Score>
  <ScoreOutOf>sample string 8</ScoreOutOf>
  <UserId>4</UserId>
  <UserName>sample string 5</UserName>
</QuarterRanking>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.