POST classroomAPI/PD/addPerformanceDoc

Request Information

URI Parameters

None.

Body Parameters

PDBoardPerformanceDoc
NameDescriptionTypeAdditional information
PDPDPK

globally unique identifier

None.

PDBFK

globally unique identifier

None.

Title

string

None.

Dated

date

None.

AddedBy

integer

None.

URI

string

None.

DocType

integer

None.

MediaType

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PDPDPK": "0f023e36-5ef3-48f4-9a32-4cfbe7c709e8",
  "PDBFK": "7b190709-c991-403b-bc84-1ab02f3d0b9a",
  "Title": "sample string 3",
  "Dated": "2024-06-28T00:18:03.5831755+00:00",
  "AddedBy": 5,
  "URI": "sample string 6",
  "DocType": 7,
  "MediaType": "cfd02a97-09b8-4db6-b510-74272853a04e"
}

application/xml, text/xml

Sample:
<PDBoardPerformanceDoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL.Coaching">
  <AddedBy>5</AddedBy>
  <Dated>2024-06-28T00:18:03.5831755+00:00</Dated>
  <DocType>7</DocType>
  <MediaType>cfd02a97-09b8-4db6-b510-74272853a04e</MediaType>
  <PDBFK>7b190709-c991-403b-bc84-1ab02f3d0b9a</PDBFK>
  <PDPDPK>0f023e36-5ef3-48f4-9a32-4cfbe7c709e8</PDPDPK>
  <Title>sample string 3</Title>
  <URI>sample string 6</URI>
</PDBoardPerformanceDoc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PDBoardPerformanceDoc
NameDescriptionTypeAdditional information
PDPDPK

globally unique identifier

None.

PDBFK

globally unique identifier

None.

Title

string

None.

Dated

date

None.

AddedBy

integer

None.

URI

string

None.

DocType

integer

None.

MediaType

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "PDPDPK": "3f209b12-3435-4e6a-aeeb-14384d7f380a",
  "PDBFK": "00c959e5-bbf3-458d-983c-8435f3812e8b",
  "Title": "sample string 3",
  "Dated": "2024-06-28T00:18:03.5831755+00:00",
  "AddedBy": 5,
  "URI": "sample string 6",
  "DocType": 7,
  "MediaType": "ea58100f-a3af-43aa-ab36-a7a374b05a65"
}

application/xml, text/xml

Sample:
<PDBoardPerformanceDoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL.Coaching">
  <AddedBy>5</AddedBy>
  <Dated>2024-06-28T00:18:03.5831755+00:00</Dated>
  <DocType>7</DocType>
  <MediaType>ea58100f-a3af-43aa-ab36-a7a374b05a65</MediaType>
  <PDBFK>00c959e5-bbf3-458d-983c-8435f3812e8b</PDBFK>
  <PDPDPK>3f209b12-3435-4e6a-aeeb-14384d7f380a</PDPDPK>
  <Title>sample string 3</Title>
  <URI>sample string 6</URI>
</PDBoardPerformanceDoc>