Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleAPI Spec Document

Method

POST

URL

<DOMAIN>/application/artifactGrid/update

Description

API

Danh sách kết quả đánh giá hồ sơ kỹ thuật

Note

Đã có api cũ, nhưng hiện tại chưa chia rõ theo round. Cần làm api mới để chia theo round
→ Tạo api mới

update insert Grid

Note

API mới

1. Headers

STT

Field

Source Data Type / Length 

Description

Sample Values


authorizationStringToken

Bearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjYzMDk1MTgsInVzZXIiOiJ7XCJpZFwiOjIwMjAsXCJ1c2VybmFtZVwiOlwiMDM3NDc4ODQwNVwiLFwibmFtZVwiOlwiQ2h1IFRo4buLIExpw6

puXCIsXCJyb2xlc1wiOltdLFwibWFwQmVhdXR5U2Fsb25cIjp7XCJicG0ucmVib3JuLnZuXCI6Nn0sXCJlbXBsb3llZUlkXCI6NTMxLFwiYnJhbmNoSWRcIjoyM30ifQ.UGz8TQudVxEd7rp_rsLXePraHELTRWHyc7iXNvVnn14

2.

PARAM

BODY

STT

Field

Required

Data Type / Length

Description

Note

1
packageId

nodeId

true
Integer
id
gói thầuround
node
2

processId

trueInteger
Số lần
id process
3
. Response / Incoming Data Specification
STT

Field

Data Type / Length

Description

Note

Sample Values

reviewerResponseList
List<ReviewerResponse>
Danh sách người phản hồi đánh giá
public class ReviewerResponse {
private Integer employeeId;
private String employeeName;
}
reviewerResponseList.employeeIdInteger Id người phản hồireviewerResponseList.employeeNameStringTên người phản hồi
evaluationDataResponseList
private List<EvaluationDataResponse>
Danh sách đánh giá dữ liệu phản hồi
public class EvaluationDataResponse {
private OrganizationResponse organizationResponse;
private List<EvaluationScoreResponse> evaluationScoreResponseLst;
}
evaluationDataResponseList.organizationResponseOrganizationResponse Phản hồi nhà thầu
public class OrganizationResponse {
private Integer organizationId;
private String organizationName;
}
evaluationDataResponseList.organizationResponse.organizationIdInteger Id nhà thầuevaluationDataResponseList.organizationResponse.organizationNameString Tên nhà thầuevaluationDataResponseList.evaluationScoreResponseLst
List<EvaluationScoreResponse>
Điểm đánh giá Phản hồi
public class EvaluationScoreResponse {
private Integer employeeId;
private Integer totalQualifiedQuantity;
private Integer totalDocument;
private Integer submittedDocumentId;
private Integer postion;
}
evaluationDataResponseList.evaluationScoreResponseLst.employeeIdInteger Id người đánh giáevaluationDataResponseList.evaluationScoreResponseLst.totalQualifiedQuantityInteger Tổng số lượng đủ điều kiệnevaluationDataResponseList.evaluationScoreResponseLst.totalDocumentInteger Tổng số điều kiệnevaluationDataResponseList.evaluationScoreResponseLst.submittedDocumentIdInteger Id tài liệu đã submitevaluationDataResponseList.evaluationScoreResponseLst.postionIntegerChức vụ

potId

trueIntegerid pot
4

workId

trueIntegerid công việc
5

fieldName

trueString

6

data

trueStringdữ liệu grid
7

documentType

trueStringloại tài liệu
8

inputFormCode

trueStringcode form nhập liệu

3. Response / Incoming Data Specification

STT

Field

Data Type / Length

Description

Note

Sample Values


code
Integer 
code response



messageStringnội dung phản hồi


result.idInteger 



result.nodeId
Integer 
node id



result.processIdInteger id tiến trình



result.potIdInteger 



result.workIdInteger id công việc


result.fieldName
String




result.documentTypeStringloại tài liệu


result.dataString data grid


result.employeeIdInteger id nhân viên


result.createdTime




result.updatedTime




result.isProcessInteger 



result.dataHeaderString 


3.4 Mô tả các trường dữ liệu chức năng Cài đặt bảng nhập liệu:

...