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": "5cb2a34d-d39c-48ee-bb48-0d9b465cddf7",
"PDBFK": "b2e5f0ec-8dcc-4ae2-8413-914172242064",
"Title": "sample string 3",
"Dated": "2026-04-05T06:41:02.9738174-04:00",
"AddedBy": 5,
"URI": "sample string 6",
"DocType": 7,
"MediaType": "ca25184a-9bf5-4f5e-9cf1-d8fc4ef1d824"
}
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-04-05T06:41:02.9738174-04:00</Dated> <DocType>7</DocType> <MediaType>ca25184a-9bf5-4f5e-9cf1-d8fc4ef1d824</MediaType> <PDBFK>b2e5f0ec-8dcc-4ae2-8413-914172242064</PDBFK> <PDPDPK>5cb2a34d-d39c-48ee-bb48-0d9b465cddf7</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>