POST api/resplan/{id}/addresource?Replacing={Replacing}&ResMode={ResMode}

Add resource to plan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Replacing

globally unique identifier

None.

ResMode

boolean

Default value is False

Body Parameters

AddResourcePost
NameDescriptionTypeAdditional information
ResourceId

globally unique identifier

None.

IsTeam

boolean

None.

CostTypeId

globally unique identifier

None.

ParentId

globally unique identifier

None.

Zoom

Zoom

None.

Start

date

None.

End

date

None.

Public

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ResourceId": "f9bf5c1f-5191-4187-91f7-025d9af91476",
  "IsTeam": true,
  "CostTypeId": "e25315e2-ccdb-4283-963d-e896ebc493a6",
  "ParentId": "b3dc4933-5369-4da1-8f0a-0336f9e52499",
  "Zoom": 1,
  "Start": "2024-10-16T17:29:02.7260663+00:00",
  "End": "2024-10-16T17:29:02.7260663+00:00",
  "Public": true
}

Response Information

Resource Description

Collection of Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "sample string 1": {},
    "sample string 3": {}
  },
  {
    "sample string 1": {},
    "sample string 3": {}
  }
]