oope_tax_management/tax_integration

oope_tax_management/tax_integration

Retrieve a list of all tax integrations.

Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

get/V1/oope_tax_management/tax_integration
Response samples
[
  • {
    }
]

oope_tax_management/tax_integration

Creates or updates an out of process tax integrations.

Request
Request Body schema:
required
object (out-of-process-tax-management-data-out-of-process-tax-integration-interface)
Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

post/V1/oope_tax_management/tax_integration
Request samples
{
  • "tax_integration": {
    }
}
Response samples
{
  • "code": "string",
  • "title": "string",
  • "active": true,
  • "stores": [
    ]
}