POST api/LearnMyStyle/UpdateDPTviaLMS
Request Information
URI Parameters
None.
Body Parameters
UpdateDPTviaLMSDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| refinement_id | string |
None. |
|
| approved | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"refinement_id": "sample string 1",
"approved": true
}
application/csp-report
Sample:
{"refinement_id":"sample string 1","approved":true}
application/xml, text/xml
Sample:
<UpdateDPTviaLMSDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO"> <approved>true</approved> <refinement_id>sample string 1</refinement_id> </UpdateDPTviaLMSDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |