POST api/Apps
Request Information
URI Parameters
None.
Body Parameters
AppClass| Name | Description | Type | Additional information |
|---|---|---|---|
| AppGuid | globally unique identifier |
None. |
|
| PlatformID | integer |
None. |
|
| ApplicationID | integer |
None. |
|
| Platform | string |
None. |
|
| UserGuid | globally unique identifier |
None. |
|
| AppName | string |
None. |
|
| CreateDateTime | date |
None. |
|
| LastRunDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppGuid": "5b009a74-b996-439b-91d5-6f3a5691455a",
"PlatformID": 2,
"ApplicationID": 1,
"Platform": "sample string 3",
"UserGuid": "2462fcd6-d737-401f-a632-06823d79d988",
"AppName": "sample string 5",
"CreateDateTime": "2026-03-12T06:43:29.5964669+00:00",
"LastRunDateTime": "2026-03-12T06:43:29.5964669+00:00"
}
application/xml, text/xml
Sample:
<AppClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SofyWebApi"> <AppGuid>5b009a74-b996-439b-91d5-6f3a5691455a</AppGuid> <AppName>sample string 5</AppName> <ApplicationID>1</ApplicationID> <CreateDateTime>2026-03-12T06:43:29.5964669+00:00</CreateDateTime> <LastRunDateTime>2026-03-12T06:43:29.5964669+00:00</LastRunDateTime> <Platform>sample string 3</Platform> <PlatformID>2</PlatformID> <UserGuid>2462fcd6-d737-401f-a632-06823d79d988</UserGuid> </AppClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |