POST api/Project_InformationModel/AssignSecondProjectManger

Request Information

URI Parameters

None.

Body Parameters

Project_InformationModel
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

ImagePath

string

None.

Capacity

string

None.

Availability

string

None.

Type

integer

None.

Staffing

string

None.

OpenedDate

date

None.

IsOtherNumber

boolean

None.

TelephoneNumber

string

None.

TelephoneNumber2

string

None.

TelephoneNumber3

string

None.

TelephoneNumber4

string

None.

TelephoneNumber5

string

None.

Extension

string

None.

Address

string

None.

Description

string

None.

Notes

string

None.

Status

integer

None.

Manager_1

integer

None.

Manager_2

integer

None.

SupportWorkerID

integer

None.

IsDelete

boolean

None.

IsActive

boolean

None.

IsCompleted

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "ImagePath": "sample string 3",
  "Capacity": "sample string 4",
  "Availability": "sample string 5",
  "Type": 1,
  "Staffing": "sample string 6",
  "OpenedDate": "2026-06-30T14:14:19.4544173+01:00",
  "IsOtherNumber": true,
  "TelephoneNumber": "sample string 7",
  "TelephoneNumber2": "sample string 8",
  "TelephoneNumber3": "sample string 9",
  "TelephoneNumber4": "sample string 10",
  "TelephoneNumber5": "sample string 11",
  "Extension": "sample string 12",
  "Address": "sample string 13",
  "Description": "sample string 14",
  "Notes": "sample string 15",
  "Status": 1,
  "Manager_1": 1,
  "Manager_2": 1,
  "SupportWorkerID": 1,
  "IsDelete": true,
  "IsActive": true,
  "IsCompleted": true,
  "CreatedDate": "2026-06-30T14:14:19.4564291+01:00",
  "UpdatedDate": "2026-06-30T14:14:19.4564291+01:00",
  "UpdatedBy": 1
}

text/xml

Sample:
<Project_InformationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <Address>sample string 13</Address>
  <Availability>sample string 5</Availability>
  <Capacity>sample string 4</Capacity>
  <CreatedDate>2026-06-30T14:14:19.4564291+01:00</CreatedDate>
  <Description>sample string 14</Description>
  <Extension>sample string 12</Extension>
  <ID>1</ID>
  <ImagePath>sample string 3</ImagePath>
  <IsActive>true</IsActive>
  <IsCompleted>true</IsCompleted>
  <IsDelete>true</IsDelete>
  <IsOtherNumber>true</IsOtherNumber>
  <Manager_1>1</Manager_1>
  <Manager_2>1</Manager_2>
  <Name>sample string 2</Name>
  <Notes>sample string 15</Notes>
  <OpenedDate>2026-06-30T14:14:19.4544173+01:00</OpenedDate>
  <Staffing>sample string 6</Staffing>
  <Status>1</Status>
  <SupportWorkerID>1</SupportWorkerID>
  <TelephoneNumber>sample string 7</TelephoneNumber>
  <TelephoneNumber2>sample string 8</TelephoneNumber2>
  <TelephoneNumber3>sample string 9</TelephoneNumber3>
  <TelephoneNumber4>sample string 10</TelephoneNumber4>
  <TelephoneNumber5>sample string 11</TelephoneNumber5>
  <Type>1</Type>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:14:19.4564291+01:00</UpdatedDate>
</Project_InformationModel>

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

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>