POST api/Apek/SiteUploadData

Request Information

URI Parameters

None.

Body Parameters

ApekApiUploadData
NameDescriptionTypeAdditional 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-04-29T13:29:05.6162112+03: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-04-29T13:29:05.6162112+03: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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ApekApiUploadData'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.