POST api/v1/ProjectStageSave

Request Information

URI Parameters

None.

Body Parameters

ProjectStageSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

PageNumber

integer

None.

PageSize

integer

None.

ProjectStage

string

None.

ProjectStageID

integer

None.

ProjectID

integer

None.

StageOrder

integer

None.

StageStatus

string

None.

StartDate

date

None.

EndDate

date

None.

PricTypeID

string

None.

CompID

integer

None.

UserID

integer

None.

ExtensionType

string

None.

ExtensionInitiated

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "PageNumber": 2,
  "PageSize": 3,
  "ProjectStage": "sample string 4",
  "ProjectStageID": 5,
  "ProjectID": 6,
  "StageOrder": 7,
  "StageStatus": "sample string 8",
  "StartDate": "2026-04-14T10:42:56.2743583+05:30",
  "EndDate": "2026-04-14T10:42:56.2743583+05:30",
  "PricTypeID": "sample string 11",
  "CompID": 12,
  "UserID": 13,
  "ExtensionType": "sample string 14",
  "ExtensionInitiated": "sample string 15"
}

application/xml, text/xml

Sample:
<ProjectStageSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <CompID>12</CompID>
  <EndDate>2026-04-14T10:42:56.2743583+05:30</EndDate>
  <ExtensionInitiated>sample string 15</ExtensionInitiated>
  <ExtensionType>sample string 14</ExtensionType>
  <Mode>sample string 1</Mode>
  <PageNumber>2</PageNumber>
  <PageSize>3</PageSize>
  <PricTypeID>sample string 11</PricTypeID>
  <ProjectID>6</ProjectID>
  <ProjectStage>sample string 4</ProjectStage>
  <ProjectStageID>5</ProjectStageID>
  <StageOrder>7</StageOrder>
  <StageStatus>sample string 8</StageStatus>
  <StartDate>2026-04-14T10:42:56.2743583+05:30</StartDate>
  <UserID>13</UserID>
</ProjectStageSaveInput>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.