ConceptShareSetReviewStatusRequest
POST {{base_url}}/ConceptShareSetReviewStatusRequest?ReferenceId={{integer}}&ReferenceType={{string}}&ReviewId={{integer}}&StatusId={{integer}}
Updates the status of the ConceptShare review.
API
ConceptShare API
Requires Authentication
Yes
Returns
Boolean
Batch?
No
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ReferenceId | string | Required. | |
(int32) | |||
The identifier of the associated reference. | |||
ReferenceType | string | Required. | |
(int32) | |||
The type of the associated reference. | |||
ReviewId | string | Required. | |
(int32) | |||
The identifier of the associated review. | |||
StatusId | string | Required. | |
(int32) | |||
The identifier of the associated concept share status. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
true