POST api/v1/ConfigProjectGSFile/Add

Request Information

URI Parameters

None.

Body Parameters

ConfigProjectGSFileModel
NameDescriptionTypeAdditional information
Id

string

None.

ProjectId

string

None.

CostPlan3_SheetId

string

None.

Intergration_SheetId

string

None.

EVMCollection_SheetId

string

None.

ProjectName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ProjectId": "sample string 2",
  "CostPlan3_SheetId": "sample string 3",
  "Intergration_SheetId": "sample string 4",
  "EVMCollection_SheetId": "sample string 5",
  "ProjectName": "sample string 6"
}

application/xml, text/xml

Sample:
<ConfigProjectGSFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <CostPlan3_SheetId>sample string 3</CostPlan3_SheetId>
  <EVMCollection_SheetId>sample string 5</EVMCollection_SheetId>
  <Id>sample string 1</Id>
  <Intergration_SheetId>sample string 4</Intergration_SheetId>
  <ProjectId>sample string 2</ProjectId>
  <ProjectName>sample string 6</ProjectName>
</ConfigProjectGSFileModel>

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

Response Information

Resource Description

EzyResultObjectOfConfigProjectGSFileModel
NameDescriptionTypeAdditional information
Data

ConfigProjectGSFileModel

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",
    "CostPlan3_SheetId": "sample string 3",
    "Intergration_SheetId": "sample string 4",
    "EVMCollection_SheetId": "sample string 5",
    "ProjectName": "sample string 6"
  },
  "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:
<EzyResultObjectOfConfigProjectGSFileModel3BwjWE5f 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:CostPlan3_SheetId>sample string 3</d2p1:CostPlan3_SheetId>
    <d2p1:EVMCollection_SheetId>sample string 5</d2p1:EVMCollection_SheetId>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:Intergration_SheetId>sample string 4</d2p1:Intergration_SheetId>
    <d2p1:ProjectId>sample string 2</d2p1:ProjectId>
    <d2p1:ProjectName>sample string 6</d2p1:ProjectName>
  </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>
</EzyResultObjectOfConfigProjectGSFileModel3BwjWE5f>