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": "0902c2a9-f12b-43e4-8a69-c4b474c00bfe", "PDBFK": "d3edd9bb-f00a-41a6-92f5-dbf595772bf3", "Title": "sample string 3", "Dated": "2025-09-18T17:06:17.7686194-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "24db7102-8099-4a73-8e8e-7ad89922d682" }
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-09-18T17:06:17.7686194-04:00</Dated> <DocType>7</DocType> <MediaType>24db7102-8099-4a73-8e8e-7ad89922d682</MediaType> <PDBFK>d3edd9bb-f00a-41a6-92f5-dbf595772bf3</PDBFK> <PDPDPK>0902c2a9-f12b-43e4-8a69-c4b474c00bfe</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": "4d0c44d3-e67c-4983-bf52-400cc8966ee1", "PDBFK": "db67bf79-a4e3-46e3-8130-9f8dc689d650", "Title": "sample string 3", "Dated": "2025-09-18T17:06:17.7686194-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "8462f457-9b19-4128-89a5-3d97b7bb5163" }
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-09-18T17:06:17.7686194-04:00</Dated> <DocType>7</DocType> <MediaType>8462f457-9b19-4128-89a5-3d97b7bb5163</MediaType> <PDBFK>db67bf79-a4e3-46e3-8130-9f8dc689d650</PDBFK> <PDPDPK>4d0c44d3-e67c-4983-bf52-400cc8966ee1</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>