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": "d798e287-4070-4841-9c4e-6cbd871ff19e",
"PDBFK": "051f6e6c-9ade-4a76-a40f-3ceaf8ef9ea9",
"Title": "sample string 3",
"Dated": "2025-12-26T05:38:07.0898079-05:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "c54d8920-43cc-4d91-8a1e-c56dfd62adff"
}
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-12-26T05:38:07.0898079-05:00</Dated> <DocType>7</DocType> <MediaType>c54d8920-43cc-4d91-8a1e-c56dfd62adff</MediaType> <PDBFK>051f6e6c-9ade-4a76-a40f-3ceaf8ef9ea9</PDBFK> <PDPDPK>d798e287-4070-4841-9c4e-6cbd871ff19e</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>