POST api/v1/FileWillBeDownload_Project_Multipart/Add

Request Information

URI Parameters

None.

Body Parameters

FileWillBeDownloadModel
NameDescriptionTypeAdditional information
Id

string

None.

ProjectId

string

None.

Email

string

None.

ScreenCode4Download

string

None.

EntityType

string

None.

GGFolderId

string

None.

GGFolderId_URL

string

None.

Btn_Download

string

None.

StatusDownload

boolean

None.

DateDownload

decimal number

None.

UI_DefaultShowExpand

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ProjectId": "sample string 2",
  "Email": "sample string 3",
  "ScreenCode4Download": "sample string 4",
  "EntityType": "sample string 5",
  "GGFolderId": "sample string 6",
  "GGFolderId_URL": "sample string 7",
  "Btn_Download": "sample string 8",
  "StatusDownload": true,
  "DateDownload": 1.1,
  "UI_DefaultShowExpand": true
}

application/xml, text/xml

Sample:
<FileWillBeDownloadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <Btn_Download>sample string 8</Btn_Download>
  <DateDownload>1.1</DateDownload>
  <Email>sample string 3</Email>
  <EntityType>sample string 5</EntityType>
  <GGFolderId>sample string 6</GGFolderId>
  <GGFolderId_URL>sample string 7</GGFolderId_URL>
  <Id>sample string 1</Id>
  <ProjectId>sample string 2</ProjectId>
  <ScreenCode4Download>sample string 4</ScreenCode4Download>
  <StatusDownload>true</StatusDownload>
  <UI_DefaultShowExpand>true</UI_DefaultShowExpand>
</FileWillBeDownloadModel>

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 'FileWillBeDownloadModel'.

Response Information

Resource Description

EzyResultObjectOfFileWillBeDownloadModel
NameDescriptionTypeAdditional information
Data

FileWillBeDownloadModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": "sample string 1",
    "ProjectId": "sample string 2",
    "Email": "sample string 3",
    "ScreenCode4Download": "sample string 4",
    "EntityType": "sample string 5",
    "GGFolderId": "sample string 6",
    "GGFolderId_URL": "sample string 7",
    "Btn_Download": "sample string 8",
    "StatusDownload": true,
    "DateDownload": 1.1,
    "UI_DefaultShowExpand": true
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfFileWillBeDownloadModel3BwjWE5f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
    <d2p1:Btn_Download>sample string 8</d2p1:Btn_Download>
    <d2p1:DateDownload>1.1</d2p1:DateDownload>
    <d2p1:Email>sample string 3</d2p1:Email>
    <d2p1:EntityType>sample string 5</d2p1:EntityType>
    <d2p1:GGFolderId>sample string 6</d2p1:GGFolderId>
    <d2p1:GGFolderId_URL>sample string 7</d2p1:GGFolderId_URL>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:ProjectId>sample string 2</d2p1:ProjectId>
    <d2p1:ScreenCode4Download>sample string 4</d2p1:ScreenCode4Download>
    <d2p1:StatusDownload>true</d2p1:StatusDownload>
    <d2p1:UI_DefaultShowExpand>true</d2p1:UI_DefaultShowExpand>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfFileWillBeDownloadModel3BwjWE5f>