POST classroomAPI/PD/updatePerformanceDoc
Request Information
URI Parameters
None.
Body Parameters
PDBoardPerformanceDoc| Name | 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": "b4f11eb0-8999-48b3-9698-f59614127152",
"PDBFK": "b9185b39-4800-454d-afb6-8f30ce79f87f",
"Title": "sample string 3",
"Dated": "2026-06-01T13:43:13.1135375-04:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "e8345b7b-23d8-4699-b701-a99325906a61"
}
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>2026-06-01T13:43:13.1135375-04:00</Dated> <DocType>7</DocType> <MediaType>e8345b7b-23d8-4699-b701-a99325906a61</MediaType> <PDBFK>b9185b39-4800-454d-afb6-8f30ce79f87f</PDBFK> <PDPDPK>b4f11eb0-8999-48b3-9698-f59614127152</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
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>