POST classroomAPI/PD/addPerformanceDoc
Request Information
URI Parameters
None.
Body Parameters
PDBoardPerformanceDocName | 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": "b6fc6ebc-ec44-49f4-a7aa-84c6ffa43ae9", "PDBFK": "4265f4c5-0c46-4011-9421-7aea23d581f6", "Title": "sample string 3", "Dated": "2025-07-13T17:10:54.9645398-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "93068000-6738-4618-ac1a-1a69f7868708" }
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-07-13T17:10:54.9645398-04:00</Dated> <DocType>7</DocType> <MediaType>93068000-6738-4618-ac1a-1a69f7868708</MediaType> <PDBFK>4265f4c5-0c46-4011-9421-7aea23d581f6</PDBFK> <PDPDPK>b6fc6ebc-ec44-49f4-a7aa-84c6ffa43ae9</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
PDBoardPerformanceDocName | 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": "3ae1eb5a-f22c-4354-ac99-2e7cfcaa1c61", "PDBFK": "cbb06a23-d523-476a-9952-1a97401a880f", "Title": "sample string 3", "Dated": "2025-07-13T17:10:54.9801558-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "4aa6150f-b0ad-4126-9344-df1d80d7d712" }
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-07-13T17:10:54.9801558-04:00</Dated> <DocType>7</DocType> <MediaType>4aa6150f-b0ad-4126-9344-df1d80d7d712</MediaType> <PDBFK>cbb06a23-d523-476a-9952-1a97401a880f</PDBFK> <PDPDPK>3ae1eb5a-f22c-4354-ac99-2e7cfcaa1c61</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>