POST api/AppFile

Request Information

URI Parameters

None.

Body Parameters

AppFile_local
NameDescriptionTypeAdditional information
Type

string

None.

Key

string

None.

File

string

None.

CreatedDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "Key": "sample string 2",
  "File": "sample string 3",
  "CreatedDateTime": "2026-05-27T01:26:21.7150249+02:00"
}

application/xml, text/xml

Sample:
<AppFile_local xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppAPI.Models">
  <CreatedDateTime>2026-05-27T01:26:21.7150249+02:00</CreatedDateTime>
  <File>sample string 3</File>
  <Key>sample string 2</Key>
  <Type>sample string 1</Type>
</AppFile_local>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.