# AuditData Response Fields Description

  1. RequestTime: The time when the request reached the Dida API server (to the millisecond level).
  2. ResponseTime: The time when the request was returned from the Dida API (to the millisecond level).
  3. ProcessTime: The time taken by Dida to process the request, calculated as ResponseTime minus RequestTime (the unit is milliseconds by default).
  4. RequestClientIP: The IP address of the client making the request.
  5. SessionID: If you encounter any issues, please send the SessionID from the Response request to your dedicated account manager. This will help the Dida team quickly locate the request using the SessionID and promptly resolve your issue.

This feature is not enabled by default. If you notice that your API Response does not contain AuditData information, please contact your dedicated account manager. They will configure it according to your needs.

# AuditDataResponse

Name Type
ProcessTime Int
ResponseTime DateTime
RequestTime DateTime
SessionID String
RequestClientIP String
{
	"AuditData": {
		"ProcessTime": 3649,
		"ResponseTime": "2024-10-23T14:04:01.567+08:00",
		"RequestTime": "2024-10-23T14:03:57.918+08:00",
		"SessionID": "bf397fde-7010-4e42-bf13-fed072e9c929",
		"RequestClientIP": "192.168.6.18"
	}
}