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": "71964312-13a5-4684-9cd4-5872e2f19b7a", "PDBFK": "287db150-190b-4ef6-8b02-f75fbbb40895", "Title": "sample string 3", "Dated": "2025-08-22T19:07:19.6695804-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "30cba225-e0bd-4370-ab1b-c35edaf4249b" }
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-08-22T19:07:19.6695804-04:00</Dated> <DocType>7</DocType> <MediaType>30cba225-e0bd-4370-ab1b-c35edaf4249b</MediaType> <PDBFK>287db150-190b-4ef6-8b02-f75fbbb40895</PDBFK> <PDPDPK>71964312-13a5-4684-9cd4-5872e2f19b7a</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": "930fb570-5dd3-41ec-a0ce-a0d3934d4d7b", "PDBFK": "de2eb5a2-be17-4527-9773-1621c220e262", "Title": "sample string 3", "Dated": "2025-08-22T19:07:19.6695804-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "03b1c721-8d80-45fa-b079-26407c10e335" }
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-08-22T19:07:19.6695804-04:00</Dated> <DocType>7</DocType> <MediaType>03b1c721-8d80-45fa-b079-26407c10e335</MediaType> <PDBFK>de2eb5a2-be17-4527-9773-1621c220e262</PDBFK> <PDPDPK>930fb570-5dd3-41ec-a0ce-a0d3934d4d7b</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>