clear tool generete bpjs

This commit is contained in:
2025-09-01 20:29:25 +07:00
parent 980f890a41
commit 2db9195c89
19 changed files with 2128 additions and 6690 deletions

View File

@@ -699,11 +699,43 @@
},
"/peserta/:nokartu": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "Get participant eligibility information by card number",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"Peserta"
],
"summary": "Get PesertaBynokartu data",
"parameters": [
{
"type": "string",
"description": "Request ID for tracking",
"name": "X-Request-ID",
"in": "header"
},
{
"type": "string",
"example": "\"example_value\"",
"description": "nokartu",
"name": "nokartu",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "Successfully retrieved PesertaBynokartu data",
"schema": {
"$ref": "#/definitions/peserta.PesertaResponse"
"$ref": "#/definitions/api-service_internal_models_vclaim_peserta.PesertaResponse"
}
},
"400": {
@@ -735,11 +767,43 @@
},
"/peserta/nik/:nik": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "Get participant eligibility information by NIK",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"Peserta"
],
"summary": "Get PesertaBynik data",
"parameters": [
{
"type": "string",
"description": "Request ID for tracking",
"name": "X-Request-ID",
"in": "header"
},
{
"type": "string",
"example": "\"example_value\"",
"description": "nik",
"name": "nik",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "Successfully retrieved PesertaBynik data",
"schema": {
"$ref": "#/definitions/peserta.PesertaResponse"
"$ref": "#/definitions/api-service_internal_models_vclaim_peserta.PesertaResponse"
}
},
"400": {
@@ -771,6 +835,22 @@
},
"/sep": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "Manage SEP (Surat Eligibilitas Peserta)",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"Sep"
],
"summary": "Create new SepSep",
"parameters": [
{
"type": "string",
@@ -784,7 +864,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/sep.SepRequest"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepRequest"
}
}
],
@@ -792,7 +872,7 @@
"201": {
"description": "Successfully created SepSep",
"schema": {
"$ref": "#/definitions/sep.SepResponse"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepResponse"
}
},
"400": {
@@ -824,11 +904,43 @@
},
"/sep/:nosep": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "Manage SEP (Surat Eligibilitas Peserta)",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"Sep"
],
"summary": "Get SepSep data",
"parameters": [
{
"type": "string",
"description": "Request ID for tracking",
"name": "X-Request-ID",
"in": "header"
},
{
"type": "string",
"example": "\"example_value\"",
"description": "nosep",
"name": "nosep",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "Successfully retrieved SepSep data",
"schema": {
"$ref": "#/definitions/sep.SepResponse"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepResponse"
}
},
"400": {
@@ -858,14 +970,44 @@
}
},
"put": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "Manage SEP (Surat Eligibilitas Peserta)",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"Sep"
],
"summary": "Update existing SepSep",
"parameters": [
{
"type": "string",
"description": "Request ID for tracking",
"name": "X-Request-ID",
"in": "header"
},
{
"type": "string",
"example": "\"example_value\"",
"description": "nosep",
"name": "nosep",
"in": "path",
"required": true
},
{
"description": "SepSep data",
"name": "request",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/sep.SepRequest"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepRequest"
}
}
],
@@ -873,7 +1015,7 @@
"200": {
"description": "Successfully updated SepSep",
"schema": {
"$ref": "#/definitions/sep.SepResponse"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepResponse"
}
},
"400": {
@@ -903,11 +1045,43 @@
}
},
"delete": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "Manage SEP (Surat Eligibilitas Peserta)",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"Sep"
],
"summary": "Delete existing SepSep",
"parameters": [
{
"type": "string",
"description": "Request ID for tracking",
"name": "X-Request-ID",
"in": "header"
},
{
"type": "string",
"example": "\"example_value\"",
"description": "nosep",
"name": "nosep",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "Successfully deleted SepSep",
"schema": {
"$ref": "#/definitions/sep.SepResponse"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepResponse"
}
},
"400": {
@@ -1385,7 +1559,7 @@
}
}
},
"peserta.PesertaData": {
"api-service_internal_models_vclaim_peserta.PesertaData": {
"type": "object",
"properties": {
"aktif": {
@@ -1473,11 +1647,11 @@
}
}
},
"peserta.PesertaResponse": {
"api-service_internal_models_vclaim_peserta.PesertaResponse": {
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/peserta.PesertaData"
"$ref": "#/definitions/api-service_internal_models_vclaim_peserta.PesertaData"
},
"message": {
"type": "string"
@@ -1494,7 +1668,7 @@
}
}
},
"sep.SepData": {
"api-service_internal_models_vclaim_sep.SepData": {
"type": "object",
"properties": {
"catatan": {
@@ -1533,20 +1707,20 @@
"type": "string"
},
"peserta": {
"$ref": "#/definitions/peserta.PesertaData"
"$ref": "#/definitions/api-service_internal_models_vclaim_peserta.PesertaData"
},
"poli": {
"type": "string"
},
"rujukan": {
"$ref": "#/definitions/sep.SepRujukan"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepRujukan"
},
"tglSep": {
"type": "string"
}
}
},
"sep.SepRequest": {
"api-service_internal_models_vclaim_sep.SepRequest": {
"type": "object",
"required": [
"diagnosa",
@@ -1600,7 +1774,7 @@
"type": "string"
},
"rujukan": {
"$ref": "#/definitions/sep.SepRujukan"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepRujukan"
},
"tglSep": {
"type": "string"
@@ -1613,11 +1787,11 @@
}
}
},
"sep.SepResponse": {
"api-service_internal_models_vclaim_sep.SepResponse": {
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/sep.SepData"
"$ref": "#/definitions/api-service_internal_models_vclaim_sep.SepData"
},
"message": {
"type": "string"
@@ -1633,7 +1807,7 @@
}
}
},
"sep.SepRujukan": {
"api-service_internal_models_vclaim_sep.SepRujukan": {
"type": "object",
"required": [
"asalRujukan",