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": "556e1984-9c0e-42c1-bff7-4581959405bf", "PDBFK": "c188f39e-7986-470d-b2c3-f7f02f550ab8", "Title": "sample string 3", "Dated": "2025-04-03T17:58:23.3903407-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "30d1a49c-aff7-4893-977a-58ebb47bea2d" }
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-03T17:58:23.3903407-04:00</Dated> <DocType>7</DocType> <MediaType>30d1a49c-aff7-4893-977a-58ebb47bea2d</MediaType> <PDBFK>c188f39e-7986-470d-b2c3-f7f02f550ab8</PDBFK> <PDPDPK>556e1984-9c0e-42c1-bff7-4581959405bf</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": "2eeaa061-82c0-4236-8474-7e7081f1d538", "PDBFK": "3fa4aa76-41aa-410a-88a1-d44e63aa180e", "Title": "sample string 3", "Dated": "2025-04-03T17:58:23.3913919-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "7b393cb6-cf6e-430e-b2c0-deb62b013a1c" }
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-03T17:58:23.3913919-04:00</Dated> <DocType>7</DocType> <MediaType>7b393cb6-cf6e-430e-b2c0-deb62b013a1c</MediaType> <PDBFK>3fa4aa76-41aa-410a-88a1-d44e63aa180e</PDBFK> <PDPDPK>2eeaa061-82c0-4236-8474-7e7081f1d538</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>