Get Tariff Template by ID
GET
/web/v1/transfer-tariff-templates/query/{bizId} JWTRetrieves a specific tariff template by its business ID.
Authentication
Requires a valid JWT token and Turnstile verification.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
bizId | string | Required | path | Template business ID (path parameter) |
Success Response
Not Found 404
{
"code": "4040",
"message": "Template not found",
"data": null
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Unauthorized |
| 404 | 4040 | Template not found |