POST v1/flkitover/files/{fileref}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fileref

string

Required

Body Parameters

FLKFilePackage
NameDescriptionTypeAdditional information
files

Collection of FLKFile

None.

Request Formats

application/json, text/json

Sample:
{
  "files": [
    {
      "filename": "sample string 1",
      "filebytes": "QEA=",
      "tenancyagreementversion": 0
    },
    {
      "filename": "sample string 1",
      "filebytes": "QEA=",
      "tenancyagreementversion": 0
    }
  ]
}

application/xml, text/xml

Sample:
<FLKFilePackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.General.Objects.WebApis.FLKItOver">
  <Files>
    <FLKFile>
      <FileBytes>QEA=</FileBytes>
      <FileName>sample string 1</FileName>
      <TenancyAgreementVersion>Tenant</TenancyAgreementVersion>
    </FLKFile>
    <FLKFile>
      <FileBytes>QEA=</FileBytes>
      <FileName>sample string 1</FileName>
      <TenancyAgreementVersion>Tenant</TenancyAgreementVersion>
    </FLKFile>
  </Files>
</FLKFilePackage>

multipart/form-data

Sample:
<FLKFilePackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.General.Objects.WebApis.FLKItOver"><Files><FLKFile><FileBytes>QEA=</FileBytes><FileName>sample string 1</FileName><TenancyAgreementVersion>Tenant</TenancyAgreementVersion></FLKFile><FLKFile><FileBytes>QEA=</FileBytes><FileName>sample string 1</FileName><TenancyAgreementVersion>Tenant</TenancyAgreementVersion></FLKFile></Files></FLKFilePackage>

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, multipart/form-data

Sample:

Sample not available.