| Expandir |
|---|
| title | Ver resultado JSON... |
|---|
| { "hasNext": true, "items": [ { "companyCode": 1, "branchCode": 1, "levelEducationCode": 1, "appliedMatrixCode": 7, "priceTableCode": 3, "branchName": "Filial Belo Horizonte - Fantasia", "courseCode": "3-1", "courseName": "ADMINISTRAÇÃO", "curriculumGridCode": "4", "curriculumGridName": "2004/1", "majorCode": "1", "majorName": "COMÉRCIO EXTERIOR", "classShiftCode": 1, "classShiftName": "MANHÃ", "status": 0, "disciplines": [], "actionState": 0 }, { "companyCode": 1, "branchCode": 1, "levelEducationCode": 1, "appliedMatrixCode": 8, "priceTableCode": 3, "branchName": "Filial Belo Horizonte - Fantasia", "courseCode": "3-1", "courseName": "ADMINISTRAÇÃO", "curriculumGridCode": "4", "curriculumGridName": "2004/1", "majorCode": "1", "majorName": "COMÉRCIO EXTERIOR", "classShiftCode": 2, "classShiftName": "TARDE", "status": 0, "disciplines": [], "actionState": 0 }, { "companyCode": 1, "branchCode": 1, "levelEducationCode": 1, "appliedMatrixCode": 9, "priceTableCode": 3, "branchName": "Filial Belo Horizonte - Fantasia", "courseCode": "3-1", "courseName": "ADMINISTRAÇÃO", "curriculumGridCode": "4", "curriculumGridName": "2004/1", "majorCode": "1", "majorName": "COMÉRCIO EXTERIOR", "classShiftCode": 3, "classShiftName": "NOITE", "status": 0, "disciplines": [], "actionState": 0 }, { "companyCode": 1, "branchCode": 1, "levelEducationCode": 1, "appliedMatrixCode": 10, "priceTableCode": 3, "branchName": "Filial Belo Horizonte - Fantasia", "courseCode": "3-1", "courseName": "ADMINISTRAÇÃO", "curriculumGridCode": "4", "curriculumGridName": "2004/1", "majorCode": "4", "majorName": "RECURSOS HUMANOS", "classShiftCode": 1, "classShiftName": "MANHÃ", "status": 0, "disciplines": [], "actionState": 0 }, { "companyCode": 1, "branchCode": 1, "levelEducationCode": 1, "appliedMatrixCode": 11, "priceTableCode": 3, "branchName": "Filial Belo Horizonte - Fantasia", "courseCode": "3-1", "courseName": "ADMINISTRAÇÃO", "curriculumGridCode": "4", "curriculumGridName": "2004/1", "majorCode": "4", "majorName": "RECURSOS HUMANOS", "classShiftCode": 2, "classShiftName": "TARDE", "status": 0, "disciplines": [], "actionState": 0 }, { "companyCode": 1, "branchCode": 1, "levelEducationCode": 1, "appliedMatrixCode": 12, "priceTableCode": 3, "branchName": "Filial Belo Horizonte - Fantasia", "courseCode": "3-1", "courseName": "ADMINISTRAÇÃO", "curriculumGridCode": "4", "curriculumGridName": "2004/1", "majorCode": "4", "majorName": "RECURSOS HUMANOS", "classShiftCode": 3, "classShiftName": "NOITE", "status": 0, "disciplines": [], "actionState": 0 } ]
| Bloco de código |
|---|
| | language | js |
|---|
| firstline | 1 |
|---|
| title | Resultado (JSON) |
|---|
| linenumbers | true |
|---|
| {
"hasNext": true,
"items": [
{
"companyCode": 1,
"levelEducationCode": 1,
"id": 3,
"internalId": "1|1|3",
"code": "00001",
"name": "Tabela de Precos Um",
"recCreatedOn": "2025-02-04T11:01:30.617-03:00",
"active": false,
"priceTableInUse": false,
"appliedMatrixes": [],
"terms": [],
"termBranches": []
},
{
"companyCode": 1,
"levelEducationCode": 1,
"id": 4,
"internalId": "1|1|4",
"code": "00002",
"name": "Tabela de Precos Dois",
"recCreatedOn": "2025-02-04T11:07:16.693-03:00",
"active": false,
"priceTableInUse": false,
"appliedMatrixes": [],
"terms": [],
"termBranches": []
},
{
"companyCode": 1,
"levelEducationCode": 1,
"id": 5,
"internalId": "1|1|5",
"code": "00005",
"name": "Tabela de Preços 5",
"recCreatedOn": "2025-02-04T11:36:13.33-03:00",
"active": false,
"priceTableInUse": false,
"appliedMatrixes": [],
"terms": [],
"termBranches": []
},
{
"companyCode": 1,
"levelEducationCode": 1,
"id": 6,
"internalId": "1|1|6",
"code": "00006",
"name": "Tabela de Preços 6",
"recCreatedOn": "2025-02-04T11:36:13.33-03:00",
"active": false,
"priceTableInUse": false,
"appliedMatrixes": [],
"terms": [],
"termBranches": []
},
{
"companyCode": 1,
"levelEducationCode": 1,
"id": 7,
"internalId": "1|1|7",
"code": "00007",
"name": "Tabela de Preços 7",
"recCreatedOn": "2025-02-04T11:36:13.33-03:00",
"active": false,
"priceTableInUse": false,
"appliedMatrixes": [],
"terms": [],
"termBranches": []
}
]
}
|