POST api/SocialDriver/LogCarbitDTC
Request Information
URI Parameters
None.
Body Parameters
CarbitDTCLogRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| FullRawMessage | 
                         The full raw carbit message  | 
                    string | 
                             None.  | 
                
| PayloadRawMessage | 
                         The payload without headers and checksum  | 
                    string | 
                             None.  | 
                
| MilCodes | 
                         The decoded mil codes  | 
                    Collection of string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "FullRawMessage": "sample string 1",
  "PayloadRawMessage": "sample string 2",
  "MilCodes": [
    "sample string 1",
    "sample string 2"
  ]
}
        application/xml, text/xml
            Sample:
        
<CarbitDTCLogRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <FullRawMessage>sample string 1</FullRawMessage>
  <PayloadRawMessage>sample string 2</PayloadRawMessage>
  <MilCodes>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </MilCodes>
</CarbitDTCLogRequest>
        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.  |