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": "92331074-5d02-4b9c-9f36-132311adb9ef",
"PDBFK": "e474224d-13ab-4180-8e4e-9d6199cf3b3d",
"Title": "sample string 3",
"Dated": "2025-11-08T11:24:52.2453647-05:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "bc4203bf-9d26-485a-a389-957a408f2242"
}
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>2025-11-08T11:24:52.2453647-05:00</Dated> <DocType>7</DocType> <MediaType>bc4203bf-9d26-485a-a389-957a408f2242</MediaType> <PDBFK>e474224d-13ab-4180-8e4e-9d6199cf3b3d</PDBFK> <PDPDPK>92331074-5d02-4b9c-9f36-132311adb9ef</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": "ad1f2722-ef1e-47ad-8cec-d1b5529b9b60",
"PDBFK": "94a4bbd2-d647-4ec7-b9b3-d4c28c06e5ef",
"Title": "sample string 3",
"Dated": "2025-11-08T11:24:52.2453647-05:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "72cb0d35-8d63-4c9a-826f-25afa2aaf2f6"
}
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>2025-11-08T11:24:52.2453647-05:00</Dated> <DocType>7</DocType> <MediaType>72cb0d35-8d63-4c9a-826f-25afa2aaf2f6</MediaType> <PDBFK>94a4bbd2-d647-4ec7-b9b3-d4c28c06e5ef</PDBFK> <PDPDPK>ad1f2722-ef1e-47ad-8cec-d1b5529b9b60</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>