POST Platforms/Delete
Request Information
URI Parameters
None.
Body Parameters
PlatformsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| PlatformLink | string |
None. |
|
| Code | string |
None. |
|
| ImageUrl | string |
None. |
|
| CheckByDeviceToken | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "48e5c8a3-5cbe-4f39-8f08-b5f9912219f1",
"Name": "sample string 2",
"PlatformLink": "sample string 3",
"Code": "sample string 4",
"ImageUrl": "sample string 5",
"CheckByDeviceToken": true
}
text/html
Sample:
{"Id":"48e5c8a3-5cbe-4f39-8f08-b5f9912219f1","Name":"sample string 2","PlatformLink":"sample string 3","Code":"sample string 4","ImageUrl":"sample string 5","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"> <CheckByDeviceToken>true</CheckByDeviceToken> <Code>sample string 4</Code> <Id>48e5c8a3-5cbe-4f39-8f08-b5f9912219f1</Id> <ImageUrl>sample string 5</ImageUrl> <Name>sample string 2</Name> <PlatformLink>sample string 3</PlatformLink> </PlatformsDto>
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>