POST classroomAPI/PD/addPerformanceDoc
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": "3bc6319e-3a98-4f65-802a-b30486d8e046", "PDBFK": "9ff641e6-e23a-45bd-9712-d0d4b55f570e", "Title": "sample string 3", "Dated": "2024-11-25T04:24:31.1790606-05:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "5ec9e5d4-694c-478e-8c35-cc6da289566c" }
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:24:31.1790606-05:00</Dated> <DocType>7</DocType> <MediaType>5ec9e5d4-694c-478e-8c35-cc6da289566c</MediaType> <PDBFK>9ff641e6-e23a-45bd-9712-d0d4b55f570e</PDBFK> <PDPDPK>3bc6319e-3a98-4f65-802a-b30486d8e046</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
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. |
Response Formats
application/json, text/json
Sample:
{ "PDPDPK": "feb3f3ab-7ed0-4db0-9a17-65a05f401d60", "PDBFK": "3b7e987f-b585-4369-b7d6-45a6b84063a1", "Title": "sample string 3", "Dated": "2024-11-25T04:24:31.1790606-05:00", "AddedBy": 5, "URI": "sample string 6", "DocType": 7, "MediaType": "294e7bb2-c713-46bb-af7d-668855600de2" }
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:24:31.1790606-05:00</Dated> <DocType>7</DocType> <MediaType>294e7bb2-c713-46bb-af7d-668855600de2</MediaType> <PDBFK>3b7e987f-b585-4369-b7d6-45a6b84063a1</PDBFK> <PDPDPK>feb3f3ab-7ed0-4db0-9a17-65a05f401d60</PDPDPK> <Title>sample string 3</Title> <URI>sample string 6</URI> </PDBoardPerformanceDoc>