ConfirmInventoryKnowledge
Marks a specific knowledge entity from an inventory task as certified.
Operation description
This operation marks a specific knowledge entity from an inventory task with a certified status.
Try it now
Test
RAM authorization
Request syntax
POST / HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
integer |
Yes |
The ID of the inventory task. |
1001 |
| EntityId |
integer |
Yes |
The ID of the knowledge entity. |
2001 |
| KnowledgeType |
string |
Yes |
The knowledge type. Valid values: |
TABLE |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931 |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message. |
UnknownError |
| Success |
boolean |
Indicates whether the request succeeded. Valid values:
|
true |
| Data |
boolean |
Indicates whether the confirmation was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true,
"Data": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.