POST api/Apek/SiteUploadData
Request Information
URI Parameters
None.
Body Parameters
ApekApiUploadData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Data | string |
None. |
|
| Type | ApekApiUploadDataType |
None. |
|
| Version | integer |
None. |
|
| Ip | string |
None. |
|
| CreateDate | date |
None. |
|
| UserGuid | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Id": 1,
"Data": "sample string 2",
"Type": 0,
"Version": 3,
"Ip": "sample string 4",
"CreateDate": "2025-12-19T04:12:53.6999354+02:00",
"UserGuid": "sample string 6"
}
application/xml, text/xml
Sample:
<ApekController.ApekApiUploadData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apec.WebApi.Controllers"> <CreateDate>2025-12-19T04:12:53.6999354+02:00</CreateDate> <Data>sample string 2</Data> <Id>1</Id> <Ip>sample string 4</Ip> <Type>Unknown</Type> <UserGuid>sample string 6</UserGuid> <Version>3</Version> </ApekController.ApekApiUploadData>
application/x-www-form-urlencoded
Sample:
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. |