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": "3bc6f1af-8b3e-448a-8ef7-2bd70cae33db",
"PDBFK": "c93e25db-7c42-41c7-9b25-eab5a04be7e1",
"Title": "sample string 3",
"Dated": "2025-12-26T06:16:20.9564129-05:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "2bac4ba6-caf2-4021-b31e-105b7fa0fa8d"
}
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-12-26T06:16:20.9564129-05:00</Dated> <DocType>7</DocType> <MediaType>2bac4ba6-caf2-4021-b31e-105b7fa0fa8d</MediaType> <PDBFK>c93e25db-7c42-41c7-9b25-eab5a04be7e1</PDBFK> <PDPDPK>3bc6f1af-8b3e-448a-8ef7-2bd70cae33db</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": "3d6d0cbf-19fa-471d-b8df-8f6da371986f",
"PDBFK": "f91f1bc8-b018-4203-9c8c-f961e9c1583e",
"Title": "sample string 3",
"Dated": "2025-12-26T06:16:20.9564129-05:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "cb4b574b-f7e2-47ef-9a5c-63b1666d1131"
}
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-12-26T06:16:20.9564129-05:00</Dated> <DocType>7</DocType> <MediaType>cb4b574b-f7e2-47ef-9a5c-63b1666d1131</MediaType> <PDBFK>f91f1bc8-b018-4203-9c8c-f961e9c1583e</PDBFK> <PDPDPK>3d6d0cbf-19fa-471d-b8df-8f6da371986f</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>