POST api/ProjectApi

Request Information

URI Parameters

None.

Body Parameters

ProjectViewModel
NameDescriptionTypeAdditional information
ProjectId

integer

None.

ProjectName

string

Required

ProjectDescription

string

Required

StartDate

date

None.

EndDate

date

None.

StartTime

string

None.

EndTime

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Status

integer

None.

SaaSid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectId": 1,
  "ProjectName": "sample string 2",
  "ProjectDescription": "sample string 3",
  "StartDate": "2026-07-18T00:58:00.194405+05:30",
  "EndDate": "2026-07-18T00:58:00.194405+05:30",
  "StartTime": "sample string 6",
  "EndTime": "sample string 7",
  "CreatedBy": "sample string 8",
  "CreatedDate": "2026-07-18T00:58:00.194405+05:30",
  "UpdatedBy": "sample string 10",
  "UpdatedDate": "2026-07-18T00:58:00.194405+05:30",
  "Status": 12,
  "SaaSid": "sample string 13"
}

application/xml, text/xml

Sample:
<ProjectViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMSPRO.BusinessModel">
  <CreatedBy>sample string 8</CreatedBy>
  <CreatedDate>2026-07-18T00:58:00.194405+05:30</CreatedDate>
  <EndDate>2026-07-18T00:58:00.194405+05:30</EndDate>
  <EndTime>sample string 7</EndTime>
  <ProjectDescription>sample string 3</ProjectDescription>
  <ProjectId>1</ProjectId>
  <ProjectName>sample string 2</ProjectName>
  <SaaSid>sample string 13</SaaSid>
  <StartDate>2026-07-18T00:58:00.194405+05:30</StartDate>
  <StartTime>sample string 6</StartTime>
  <Status>12</Status>
  <UpdatedBy>sample string 10</UpdatedBy>
  <UpdatedDate>2026-07-18T00:58:00.194405+05:30</UpdatedDate>
</ProjectViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>