POST api/GetAdministrationAuditTrailCountries
Get a list of country audit trail records
Request Information
Payload
| Name | Payload Parameters | Additional information | 
|---|---|---|
| Parameters | 
                    DateTime StartDate DateTime EndDate bool IsUTC  | 
                
                             None.  | 
            
Response Information
Response body formats
application/json, text/json
[
  {
    "CountryId": 1,
    "CountryCode": "sample string 2",
    "CountryName": "sample string 3",
    "UpdatedDate": "2025-11-04T09:26:04.7612113+00:00",
    "UpdatedDateUTC": "2025-11-04T09:26:04.7612113+00:00",
    "IsActive": true
  },
  {
    "CountryId": 1,
    "CountryCode": "sample string 2",
    "CountryName": "sample string 3",
    "UpdatedDate": "2025-11-04T09:26:04.7612113+00:00",
    "UpdatedDateUTC": "2025-11-04T09:26:04.7612113+00:00",
    "IsActive": true
  },
  {
    "CountryId": 1,
    "CountryCode": "sample string 2",
    "CountryName": "sample string 3",
    "UpdatedDate": "2025-11-04T09:26:04.7612113+00:00",
    "UpdatedDateUTC": "2025-11-04T09:26:04.7612113+00:00",
    "IsActive": true
  }
]
        text/html
[{"CountryId":1,"CountryCode":"sample string 2","CountryName":"sample string 3","UpdatedDate":"2025-11-04T09:26:04.7612113+00:00","UpdatedDateUTC":"2025-11-04T09:26:04.7612113+00:00","IsActive":true},{"CountryId":1,"CountryCode":"sample string 2","CountryName":"sample string 3","UpdatedDate":"2025-11-04T09:26:04.7612113+00:00","UpdatedDateUTC":"2025-11-04T09:26:04.7612113+00:00","IsActive":true},{"CountryId":1,"CountryCode":"sample string 2","CountryName":"sample string 3","UpdatedDate":"2025-11-04T09:26:04.7612113+00:00","UpdatedDateUTC":"2025-11-04T09:26:04.7612113+00:00","IsActive":true}]
        application/xml, text/xml
<ArrayOfAuditTrailCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Administration">
  <AuditTrailCountry>
    <IsActive>true</IsActive>
    <UpdatedDate>2025-11-04T09:26:04.7612113+00:00</UpdatedDate>
    <UpdatedDateUTC>2025-11-04T09:26:04.7612113+00:00</UpdatedDateUTC>
    <CountryCode>sample string 2</CountryCode>
    <CountryId>1</CountryId>
    <CountryName>sample string 3</CountryName>
  </AuditTrailCountry>
  <AuditTrailCountry>
    <IsActive>true</IsActive>
    <UpdatedDate>2025-11-04T09:26:04.7612113+00:00</UpdatedDate>
    <UpdatedDateUTC>2025-11-04T09:26:04.7612113+00:00</UpdatedDateUTC>
    <CountryCode>sample string 2</CountryCode>
    <CountryId>1</CountryId>
    <CountryName>sample string 3</CountryName>
  </AuditTrailCountry>
  <AuditTrailCountry>
    <IsActive>true</IsActive>
    <UpdatedDate>2025-11-04T09:26:04.7612113+00:00</UpdatedDate>
    <UpdatedDateUTC>2025-11-04T09:26:04.7612113+00:00</UpdatedDateUTC>
    <CountryCode>sample string 2</CountryCode>
    <CountryId>1</CountryId>
    <CountryName>sample string 3</CountryName>
  </AuditTrailCountry>
</ArrayOfAuditTrailCountry>