Fiscal Period

Get

HTTP Request

GET /api/v1/fiscal-periods/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseFiscalPeriodDto

Update

HTTP Request

PUT /api/v1/fiscal-periods/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

FiscalPeriodDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseFiscalPeriodDto

Delete

HTTP Request

DELETE /api/v1/fiscal-periods/{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/fiscal-periods/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/fiscal-periods/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/fiscal-periods/decommission/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseFiscalPeriodDto

Decommission By Modification Date Before

HTTP Request

PUT /api/v1/fiscal-periods/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

ResponseListFiscalPeriodDto

Decommission Before Now

HTTP Request

PUT /api/v1/fiscal-periods/decommission/modified-before-now

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListFiscalPeriodDto

Decommission All

HTTP Request

PUT /api/v1/fiscal-periods/decommission/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListFiscalPeriodDto

Create Or Update Bulk

HTTP Request

PUT /api/v1/fiscal-periods/createOrUpdate/bulk

Parameters

Name

In

Type

Required

Description

body

body

FiscalPeriodDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListFiscalPeriodDto

Create Or Update

HTTP Request

PUT /api/v1/fiscal-periods/createOrUpdate

Parameters

Name

In

Type

Required

Description

body

body

FiscalPeriodDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseFiscalPeriodDto

Bulk Update

HTTP Request

PUT /api/v1/fiscal-periods/bulk

Parameters

Name

In

Type

Required

Description

body

body

FiscalPeriodDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListFiscalPeriodDto

Bulk Create

HTTP Request

POST /api/v1/fiscal-periods/bulk

Parameters

Name

In

Type

Required

Description

body

body

FiscalPeriodDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListFiscalPeriodDto

Bulk Delete

HTTP Request

DELETE /api/v1/fiscal-periods/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Detach Fiscal Variant

HTTP Request

POST /api/v1/fiscal-periods/detach/fiscal-variant/{fiscalVariantId}

Parameters

Name

In

Type

Required

Description

fiscalVariantId

path

integer(int64)

true

none

body

body

FiscalPeriodDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Attach Fiscal Variant

HTTP Request

POST /api/v1/fiscal-periods/attach/fiscal-variant/{relation_id}

Parameters

Name

In

Type

Required

Description

relation_id

path

integer(int64)

true

none

body

body

FiscalPeriodDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Find All

HTTP Request

GET /api/v1/fiscal-periods

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageFiscalPeriodDto

Create

HTTP Request

POST /api/v1/fiscal-periods

Parameters

Name

In

Type

Required

Description

body

body

FiscalPeriodDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseFiscalPeriodDto

Get Metadata

HTTP Request

GET /api/v1/fiscal-periods/meta

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema

Get All By Fiscal Variant

HTTP Request

GET /api/v1/fiscal-periods/fiscal-variant/{fiscalVariantId}

Parameters

Name

In

Type

Required

Description

fiscalVariantId

path

integer(int64)

true

none

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageFiscalPeriodDto

Find All By System Id

HTTP Request

GET /api/v1/fiscal-periods/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

PageFiscalPeriodDto