POST Platforms/get-by-bucketname
Request Information
URI Parameters
None.
Body Parameters
PlatformsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| BucketName | string |
None. |
|
| PlatformLink | string |
None. |
|
| Code | string |
None. |
|
| ImageUrl | string |
None. |
|
| CheckByDeviceToken | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "1dff4b22-fec1-4087-b0c3-49a6997e2323",
"Name": "sample string 2",
"BucketName": "sample string 3",
"PlatformLink": "sample string 4",
"Code": "sample string 5",
"ImageUrl": "sample string 6",
"CheckByDeviceToken": true
}
text/html
Sample:
{"Id":"1dff4b22-fec1-4087-b0c3-49a6997e2323","Name":"sample string 2","BucketName":"sample string 3","PlatformLink":"sample string 4","Code":"sample string 5","ImageUrl":"sample string 6","CheckByDeviceToken":true}
application/xml, text/xml
Sample:
<PlatformsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlatformAPIs.DAL.Dtos.Platforms"> <BucketName>sample string 3</BucketName> <CheckByDeviceToken>true</CheckByDeviceToken> <Code>sample string 5</Code> <Id>1dff4b22-fec1-4087-b0c3-49a6997e2323</Id> <ImageUrl>sample string 6</ImageUrl> <Name>sample string 2</Name> <PlatformLink>sample string 4</PlatformLink> </PlatformsDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PlatformsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| BucketName | string |
None. |
|
| PlatformLink | string |
None. |
|
| Code | string |
None. |
|
| ImageUrl | string |
None. |
|
| CheckByDeviceToken | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "72d4db8c-50f9-4b25-a73b-a06bd89266e7",
"Name": "sample string 2",
"BucketName": "sample string 3",
"PlatformLink": "sample string 4",
"Code": "sample string 5",
"ImageUrl": "sample string 6",
"CheckByDeviceToken": true
}
text/html
Sample:
{"Id":"72d4db8c-50f9-4b25-a73b-a06bd89266e7","Name":"sample string 2","BucketName":"sample string 3","PlatformLink":"sample string 4","Code":"sample string 5","ImageUrl":"sample string 6","CheckByDeviceToken":true}
application/xml, text/xml
Sample:
<PlatformsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlatformAPIs.DAL.Dtos.Platforms"> <BucketName>sample string 3</BucketName> <CheckByDeviceToken>true</CheckByDeviceToken> <Code>sample string 5</Code> <Id>72d4db8c-50f9-4b25-a73b-a06bd89266e7</Id> <ImageUrl>sample string 6</ImageUrl> <Name>sample string 2</Name> <PlatformLink>sample string 4</PlatformLink> </PlatformsDto>