Tax Code

Get

HTTP Request

GET /api/v1/tax-codes/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseTaxCodeDto

Update

HTTP Request

PUT /api/v1/tax-codes/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

TaxCodeDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseTaxCodeDto

Delete

HTTP Request

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

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseTaxCodeDto

Decommission By Modification Date Before

HTTP Request

PUT /api/v1/tax-codes/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

ResponseListTaxCodeDto

Decommission Before Now

HTTP Request

PUT /api/v1/tax-codes/decommission/modified-before-now

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListTaxCodeDto

Decommission All

HTTP Request

PUT /api/v1/tax-codes/decommission/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListTaxCodeDto

Create Or Update Bulk

HTTP Request

PUT /api/v1/tax-codes/createOrUpdate/bulk

Parameters

Name

In

Type

Required

Description

body

body

TaxCodeDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListTaxCodeDto

Create Or Update

HTTP Request

PUT /api/v1/tax-codes/createOrUpdate

Parameters

Name

In

Type

Required

Description

body

body

TaxCodeDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseTaxCodeDto

Bulk Update

HTTP Request

PUT /api/v1/tax-codes/bulk

Parameters

Name

In

Type

Required

Description

body

body

TaxCodeDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListTaxCodeDto

Bulk Create

HTTP Request

POST /api/v1/tax-codes/bulk

Parameters

Name

In

Type

Required

Description

body

body

TaxCodeDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListTaxCodeDto

Bulk Delete

HTTP Request

DELETE /api/v1/tax-codes/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Detach Country

HTTP Request

POST /api/v1/tax-codes/detach/country/{country_id}

Parameters

Name

In

Type

Required

Description

country_id

path

integer(int64)

true

none

body

body

TaxCodeDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Attach Country

HTTP Request

POST /api/v1/tax-codes/attach/country/{country_id}

Parameters

Name

In

Type

Required

Description

country_id

path

integer(int64)

true

none

body

body

TaxCodeDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Find All

HTTP Request

GET /api/v1/tax-codes

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageTaxCodeDto

Create

HTTP Request

POST /api/v1/tax-codes

Parameters

Name

In

Type

Required

Description

body

body

TaxCodeDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseTaxCodeDto

Get Metadata

HTTP Request

GET /api/v1/tax-codes/meta

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema

Find All By System Id

HTTP Request

GET /api/v1/tax-codes/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

PageTaxCodeDto

Get All By Country

HTTP Request

GET /api/v1/tax-codes/country/{country_id}

Parameters

Name

In

Type

Required

Description

country_id

path

integer(int64)

true

none

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageTaxCodeDto