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": "aa99a65e-e853-484a-bda4-3b544face8f1", "PDBFK": "bf82be45-4432-4d84-8727-060e2387afc9", "Title": "sample string 3", "Dated": "2025-09-18T17:06:16.6594413-04:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "35ad9f4d-4b3b-4732-838d-d7cb7ceccdca" }
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-09-18T17:06:16.6594413-04:00</Dated> <DocType>7</DocType> <MediaType>35ad9f4d-4b3b-4732-838d-d7cb7ceccdca</MediaType> <PDBFK>bf82be45-4432-4d84-8727-060e2387afc9</PDBFK> <PDPDPK>aa99a65e-e853-484a-bda4-3b544face8f1</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>