POST classroomAPI/PD/addPerformanceDoc
Request Information
URI Parameters
None.
Body Parameters
PDBoardPerformanceDoc| Name | Description | Type | Additional 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": "683f2322-a28f-4a2b-a774-a5309529af3a",
"PDBFK": "99bb0d8d-d195-418b-a9c2-c9607e144661",
"Title": "sample string 3",
"Dated": "2026-06-01T13:43:11.4916134-04:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "e5f0b7c8-b7b6-4ff3-b8b5-4231d62d2605"
}
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>2026-06-01T13:43:11.4916134-04:00</Dated> <DocType>7</DocType> <MediaType>e5f0b7c8-b7b6-4ff3-b8b5-4231d62d2605</MediaType> <PDBFK>99bb0d8d-d195-418b-a9c2-c9607e144661</PDBFK> <PDPDPK>683f2322-a28f-4a2b-a774-a5309529af3a</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| Name | Description | Type | Additional 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": "96e6b225-c7c2-4417-99a1-8729fa838b44",
"PDBFK": "cc954cb3-aaef-4366-99b3-36146f1489ed",
"Title": "sample string 3",
"Dated": "2026-06-01T13:43:11.507235-04:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "a1e096da-f266-4f3a-8234-d2b9e9c1b4da"
}
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>2026-06-01T13:43:11.507235-04:00</Dated> <DocType>7</DocType> <MediaType>a1e096da-f266-4f3a-8234-d2b9e9c1b4da</MediaType> <PDBFK>cc954cb3-aaef-4366-99b3-36146f1489ed</PDBFK> <PDPDPK>96e6b225-c7c2-4417-99a1-8729fa838b44</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>