POST StudentPlatforms/Create
Request Information
URI Parameters
None.
Body Parameters
Collection of StudentPlatformsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PlatformId | globally unique identifier |
None. |
|
| PlatformName | string |
None. |
|
| BucketName | string |
None. |
|
| PlatformLink | string |
None. |
|
| DeviceToken | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "ceff9c99-eb0e-41cd-bf90-c8c132def56a",
"PlatformId": "c8d8b46b-c4c6-4be1-b8cf-24db62a2b35c",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
},
{
"Id": "ceff9c99-eb0e-41cd-bf90-c8c132def56a",
"PlatformId": "c8d8b46b-c4c6-4be1-b8cf-24db62a2b35c",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
}
]
text/html
Sample:
[{"Id":"ceff9c99-eb0e-41cd-bf90-c8c132def56a","PlatformId":"c8d8b46b-c4c6-4be1-b8cf-24db62a2b35c","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"},{"Id":"ceff9c99-eb0e-41cd-bf90-c8c132def56a","PlatformId":"c8d8b46b-c4c6-4be1-b8cf-24db62a2b35c","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"}]
application/xml, text/xml
Sample:
<ArrayOfStudentPlatformsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlatformAPIs.DAL.Dtos.StudentPlatforms">
<StudentPlatformsDto>
<BucketName>sample string 4</BucketName>
<DeviceToken>sample string 6</DeviceToken>
<Id>ceff9c99-eb0e-41cd-bf90-c8c132def56a</Id>
<PlatformId>c8d8b46b-c4c6-4be1-b8cf-24db62a2b35c</PlatformId>
<PlatformLink>sample string 5</PlatformLink>
<PlatformName>sample string 3</PlatformName>
</StudentPlatformsDto>
<StudentPlatformsDto>
<BucketName>sample string 4</BucketName>
<DeviceToken>sample string 6</DeviceToken>
<Id>ceff9c99-eb0e-41cd-bf90-c8c132def56a</Id>
<PlatformId>c8d8b46b-c4c6-4be1-b8cf-24db62a2b35c</PlatformId>
<PlatformLink>sample string 5</PlatformLink>
<PlatformName>sample string 3</PlatformName>
</StudentPlatformsDto>
</ArrayOfStudentPlatformsDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>