sozsoft-platform/configs/seeds/host/crud/Sal_D_Appoval.json

36 lines
No EOL
851 B
JSON

{
"EntityName": "Sal_D_Appoval",
"GeneratedAt": "2026-09-02T08:17:19.9301653Z",
"Endpoints": [
{
"Method": "POST",
"Path": "/api/app/crudendpoint/Sal_D_Appoval",
"OperationType": "Create",
"IsActive": true
},
{
"Method": "DELETE",
"Path": "/api/app/crudendpoint/Sal_D_Appoval/{id}",
"OperationType": "Delete",
"IsActive": true
},
{
"Method": "GET",
"Path": "/api/app/crudendpoint/Sal_D_Appoval/{id}",
"OperationType": "GetById",
"IsActive": true
},
{
"Method": "GET",
"Path": "/api/app/crudendpoint/Sal_D_Appoval",
"OperationType": "GetList",
"IsActive": true
},
{
"Method": "PUT",
"Path": "/api/app/crudendpoint/Sal_D_Appoval/{id}",
"OperationType": "Update",
"IsActive": true
}
]
}