POST classroomAPI/PD/updatePerformanceDoc
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": "11ee4b19-eebc-4319-ad67-ff5fec3c11e7", "PDBFK": "37f035ae-2d97-4d31-98bd-3819b608ea35", "Title": "sample string 3", "Dated": "2025-06-27T09:01:53.8730375-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "d5d72850-3887-4bdc-84b4-00928a371118" }
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-06-27T09:01:53.8730375-04:00</Dated> <DocType>7</DocType> <MediaType>d5d72850-3887-4bdc-84b4-00928a371118</MediaType> <PDBFK>37f035ae-2d97-4d31-98bd-3819b608ea35</PDBFK> <PDPDPK>11ee4b19-eebc-4319-ad67-ff5fec3c11e7</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>