POST api/Mirakl/Order/order/{order}/line/{line}/Open_Incident
Post an incident on line of the order (OR62) Recommended : On each new order line incident Maximum : On each new order line incident.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| order | The identifier of the order | string | Required | 
| line | The identifier of the order line | string | Required | 
Body Parameters
IncidentReason| Name | Description | Type | Additional information | 
|---|---|---|---|
| reason_code | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "reason_code": "sample string 1"
}
        text/plain, application/octet-stream
            Sample:
        
{"reason_code":"sample string 1"}
        application/xml, text/xml
            Sample:
        <IncidentReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mirakl.Wrapper.Models"> <reason_code>sample string 1</reason_code> </IncidentReason>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
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. |