POST api/System/PushStudyCert
基础数据同步-推送学习证书数据
Request Information
URI Parameters
None.
Body Parameters
Collection of StudyCertRequestName | Description | Type | Additional information |
---|---|---|---|
CertCode |
证书编号(唯一) |
string |
None. |
CertName |
证书名称 |
string |
None. |
CertType |
证书类型 |
string |
None. |
CertTypeName |
证书类型名称 |
string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "certCode": "sample string 1", "certName": "sample string 2", "certType": "sample string 3", "certTypeName": "sample string 4" }, { "certCode": "sample string 1", "certName": "sample string 2", "certType": "sample string 3", "certTypeName": "sample string 4" } ]
Response Information
Resource Description
基础数据同步-推送学习证书数据
Collection of StudyCertResponseName | Description | Type | Additional information |
---|---|---|---|
CertCode |
证书编号(唯一) |
string |
None. |
Result |
结果 true-成功,false-失败 |
boolean |
None. |
ErrorMsg |
错误原因 |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "certCode": "sample string 1", "result": true, "errorMsg": "sample string 3" }, { "certCode": "sample string 1", "result": true, "errorMsg": "sample string 3" } ]