Project

Get

HTTP Request

GET /api/v1/projects/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseProjectDto

Update

HTTP Request

PUT /api/v1/projects/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

ProjectDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseProjectDto

Delete

HTTP Request

DELETE /api/v1/projects/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Delete Or Decommission

HTTP Request

PUT /api/v1/projects/remove/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Delete Or Decommission All

HTTP Request

PUT /api/v1/projects/remove/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Decommission

HTTP Request

PUT /api/v1/projects/decommission/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseProjectDto

Decommission By Modification Date Before

HTTP Request

PUT /api/v1/projects/decommission/modified-before/{modified_before}

Parameters

Name

In

Type

Required

Description

modified_before

path

string(date-time)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListProjectDto

Decommission Before Now

HTTP Request

PUT /api/v1/projects/decommission/modified-before-now

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListProjectDto

Decommission All

HTTP Request

PUT /api/v1/projects/decommission/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListProjectDto

Create Or Update Bulk

HTTP Request

PUT /api/v1/projects/createOrUpdate/bulk

Parameters

Name

In

Type

Required

Description

body

body

ProjectDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListProjectDto

Create Or Update

HTTP Request

PUT /api/v1/projects/createOrUpdate

Parameters

Name

In

Type

Required

Description

body

body

ProjectDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseProjectDto

Bulk Update

HTTP Request

PUT /api/v1/projects/bulk

Parameters

Name

In

Type

Required

Description

body

body

ProjectDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListProjectDto

Bulk Create

HTTP Request

POST /api/v1/projects/bulk

Parameters

Name

In

Type

Required

Description

body

body

ProjectDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListProjectDto

Bulk Delete

HTTP Request

DELETE /api/v1/projects/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Detach Company

HTTP Request

POST /api/v1/projects/detach/company/{company_id}

Parameters

Name

In

Type

Required

Description

company_id

path

integer(int64)

true

none

body

body

ProjectDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Attach Company

HTTP Request

POST /api/v1/projects/attach/company/{company_id}

Parameters

Name

In

Type

Required

Description

company_id

path

integer(int64)

true

none

body

body

ProjectDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Find All

HTTP Request

GET /api/v1/projects

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageProjectDto

Create

HTTP Request

POST /api/v1/projects

Parameters

Name

In

Type

Required

Description

body

body

ProjectDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseProjectDto

Get Metadata

HTTP Request

GET /api/v1/projects/meta

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema

Find All By System Id

HTTP Request

GET /api/v1/projects/erp-system/{systemId}

Parameters

Name

In

Type

Required

Description

systemId

path

integer(int64)

true

none

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageProjectDto

Get All By Company

HTTP Request

GET /api/v1/projects/company/{company_id}

Parameters

Name

In

Type

Required

Description

company_id

path

integer(int64)

true

none

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageProjectDto