PUT api/Chart/PutChart

Request Information

URI Parameters

None.

Body Parameters

ChartModelAPI
NameDescriptionTypeAdditional information
chartid

integer

None.

studentid

integer

None.

studentname

string

None.

moveid

integer

None.

movename

string

None.

requiredstatus

string

None.

level

string

None.

group

string

None.

left

integer

None.

right

integer

None.

workingdate

date

None.

assessmentready

integer

None.

assessmentdate

date

None.

notes

string

None.

modifiedby

integer

None.

modifiedbyname

string

None.

modifiedbydate

date

None.

createddate

date

None.

active

integer

None.

status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "chartid": 1,
  "studentid": 2,
  "studentname": "sample string 3",
  "moveid": 4,
  "movename": "sample string 5",
  "requiredstatus": "sample string 6",
  "level": "sample string 7",
  "group": "sample string 8",
  "left": 1,
  "right": 1,
  "workingdate": "2025-12-06T03:47:49.0788881+00:00",
  "assessmentready": 1,
  "assessmentdate": "2025-12-06T03:47:49.0788881+00:00",
  "notes": "sample string 9",
  "modifiedby": 1,
  "modifiedbyname": "sample string 10",
  "modifiedbydate": "2025-12-06T03:47:49.0788881+00:00",
  "createddate": "2025-12-06T03:47:49.0788881+00:00",
  "active": 11,
  "status": "sample string 12"
}

application/xml, text/xml

Sample:
<ChartModelAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SultryWeb.API.Models">
  <active>11</active>
  <assessmentdate>2025-12-06T03:47:49.0788881+00:00</assessmentdate>
  <assessmentready>1</assessmentready>
  <chartid>1</chartid>
  <createddate>2025-12-06T03:47:49.0788881+00:00</createddate>
  <group>sample string 8</group>
  <left>1</left>
  <level>sample string 7</level>
  <modifiedby>1</modifiedby>
  <modifiedbydate>2025-12-06T03:47:49.0788881+00:00</modifiedbydate>
  <modifiedbyname>sample string 10</modifiedbyname>
  <moveid>4</moveid>
  <movename>sample string 5</movename>
  <notes>sample string 9</notes>
  <requiredstatus>sample string 6</requiredstatus>
  <right>1</right>
  <status>sample string 12</status>
  <studentid>2</studentid>
  <studentname>sample string 3</studentname>
  <workingdate>2025-12-06T03:47:49.0788881+00:00</workingdate>
</ChartModelAPI>

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

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>