POST api/Project_ManagerModel/PostProject_ManagerModel

Request Information

URI Parameters

None.

Body Parameters

Project_ManagerModel
NameDescriptionTypeAdditional information
ID

integer

None.

First_Name

string

None.

Last_Name

string

None.

IsDelete

boolean

None.

IsActive

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "First_Name": "sample string 2",
  "Last_Name": "sample string 3",
  "IsDelete": true,
  "IsActive": true,
  "CreatedDate": "2026-06-30T14:13:20.3304285+01:00",
  "UpdatedDate": "2026-06-30T14:13:20.3304285+01:00",
  "UpdatedBy": 1,
  "CreatedBy": 1
}

text/xml

Sample:
<Project_ManagerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-06-30T14:13:20.3304285+01:00</CreatedDate>
  <First_Name>sample string 2</First_Name>
  <ID>1</ID>
  <IsActive>true</IsActive>
  <IsDelete>true</IsDelete>
  <Last_Name>sample string 3</Last_Name>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:13:20.3304285+01:00</UpdatedDate>
</Project_ManagerModel>

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

Response Information

Resource Description

Project_ManagerModel
NameDescriptionTypeAdditional information
ID

integer

None.

First_Name

string

None.

Last_Name

string

None.

IsDelete

boolean

None.

IsActive

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

CreatedBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "First_Name": "sample string 2",
  "Last_Name": "sample string 3",
  "IsDelete": true,
  "IsActive": true,
  "CreatedDate": "2026-06-30T14:13:20.3313962+01:00",
  "UpdatedDate": "2026-06-30T14:13:20.3313962+01:00",
  "UpdatedBy": 1,
  "CreatedBy": 1
}

text/xml

Sample:
<Project_ManagerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-06-30T14:13:20.3313962+01:00</CreatedDate>
  <First_Name>sample string 2</First_Name>
  <ID>1</ID>
  <IsActive>true</IsActive>
  <IsDelete>true</IsDelete>
  <Last_Name>sample string 3</Last_Name>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:13:20.3313962+01:00</UpdatedDate>
</Project_ManagerModel>