POST crm/audits

Get audit detail by id.

Request Information

Parameters

NameDescription
json
  • crm_audit_id [ Mandatory , string ]
    The audit id is used to search data in database

Request body formats

application/json, text/json, text/plain, application/x-www-form-urlencoded

Sample:

{ "crm_audit_id":"608" }

Response Information

Response body formats

application/json, text/json

Sample:

{
  "delivery": "true",
  "receipt": "Get audit details successfully.",
  "audit_details":[
  "ID": "608",
  "Method": "POST",
  "Endpoint": "http://localhost:8080/crm/audits ",
  "Para": "",
  "AuthorizationUsername": "",
  "RequestData": "{  'crm_audit_create_date': '2017-06-09 09:43:15',  'audit_id': '537'}",
  "ResponseData": "{  'delivery': false,  'receipt': 'Get auditID failed.',  'ID': 0,  'Method': null,  'Endpoint': null,  'Para': null,  'AuthorizationUsername': null,  'RequestData': null,  'ResponseData': null,  'Status': 0,  'CreatedDate': '0001-01-01T00:00:00',  'PostStep': false}",
  "Status": "200",
  "CreatedDate": "2017-07-14 17:12:04",
  "PostStep": "false"
],
  "items_failed": "0",
  "audit_id": "622"
}
Or Bad Response:
   Get  audit details failed.