POST api/Learning/PostLearningRecord
Request Information
URI Parameters
None.
Body Parameters
LearningRecordName | Description | Type | Additional information |
---|---|---|---|
LR_SID | string |
None. |
|
LR_U_SID | string |
None. |
|
LR_Status | string |
None. |
|
LR_Topic | string |
None. |
|
LR_TriggerWord | Collection of string |
None. |
|
LR_RegName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LR_SID": "sample string 1", "LR_U_SID": "sample string 2", "LR_Status": "sample string 3", "LR_Topic": "sample string 4", "LR_TriggerWord": [ "sample string 1", "sample string 2" ], "LR_RegName": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LearningRecordReturnName | Description | Type | Additional information |
---|---|---|---|
LR_SID | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "LR_SID": "sample string 1" }