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": "ef8ecd27-f6ca-4a18-bf09-3958738a1d31", "PDBFK": "b3281bdf-496c-4eec-8e12-a87dcdde892a", "Title": "sample string 3", "Dated": "2024-11-25T04:55:33.5146812-05:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "a241b1f0-dfa4-4aec-ae07-17b6124b49c3" }
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>2024-11-25T04:55:33.5146812-05:00</Dated> <DocType>7</DocType> <MediaType>a241b1f0-dfa4-4aec-ae07-17b6124b49c3</MediaType> <PDBFK>b3281bdf-496c-4eec-8e12-a87dcdde892a</PDBFK> <PDPDPK>ef8ecd27-f6ca-4a18-bf09-3958738a1d31</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>