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": "485050f4-282d-4d29-83f9-951b084d6895", "PDBFK": "17b41c37-fe86-4456-9770-f468fefd4ab7", "Title": "sample string 3", "Dated": "2025-04-03T19:13:57.00778-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "3aa8acff-fa25-4454-ba0a-abf0807c0f71" }
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-04-03T19:13:57.00778-04:00</Dated> <DocType>7</DocType> <MediaType>3aa8acff-fa25-4454-ba0a-abf0807c0f71</MediaType> <PDBFK>17b41c37-fe86-4456-9770-f468fefd4ab7</PDBFK> <PDPDPK>485050f4-282d-4d29-83f9-951b084d6895</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": "a6fe11e4-4509-4137-b931-02a7061148ee", "PDBFK": "e396db53-bd73-45d1-8b27-495f5cf9215e", "Title": "sample string 3", "Dated": "2025-04-03T19:13:57.0087803-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "06b90ee5-e660-4a54-a7fe-f02786ce31a6" }
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-04-03T19:13:57.0087803-04:00</Dated> <DocType>7</DocType> <MediaType>06b90ee5-e660-4a54-a7fe-f02786ce31a6</MediaType> <PDBFK>e396db53-bd73-45d1-8b27-495f5cf9215e</PDBFK> <PDPDPK>a6fe11e4-4509-4137-b931-02a7061148ee</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>