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": "0956468c-b853-4d65-b8f0-494b3b084a02", "PDBFK": "7ea74a3e-8e0c-4848-b966-8930e5b91cbb", "Title": "sample string 3", "Dated": "2025-06-27T08:58:50.0517268-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "bcc73bf3-9053-42c9-8a1c-af9bf1860f4c" }
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-06-27T08:58:50.0517268-04:00</Dated> <DocType>7</DocType> <MediaType>bcc73bf3-9053-42c9-8a1c-af9bf1860f4c</MediaType> <PDBFK>7ea74a3e-8e0c-4848-b966-8930e5b91cbb</PDBFK> <PDPDPK>0956468c-b853-4d65-b8f0-494b3b084a02</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": "2fbf599b-ca51-4f47-b2d6-86284917ae26", "PDBFK": "c5dbdb7d-6dc5-4271-bf46-33dcc8c234e6", "Title": "sample string 3", "Dated": "2025-06-27T08:58:50.0673424-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "187a3cce-f7af-487d-a08c-7425b6d1908e" }
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-06-27T08:58:50.0673424-04:00</Dated> <DocType>7</DocType> <MediaType>187a3cce-f7af-487d-a08c-7425b6d1908e</MediaType> <PDBFK>c5dbdb7d-6dc5-4271-bf46-33dcc8c234e6</PDBFK> <PDPDPK>2fbf599b-ca51-4f47-b2d6-86284917ae26</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>