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
Sample:
[ { "CountryId": 1, "CountryCode": "sample string 2", "CountryName": "sample string 3", "UpdatedDate": "2025-04-29T19:28:56.3512321+01:00", "UpdatedDateUTC": "2025-04-29T19:28:56.3512321+01:00", "IsActive": true }, { "CountryId": 1, "CountryCode": "sample string 2", "CountryName": "sample string 3", "UpdatedDate": "2025-04-29T19:28:56.3512321+01:00", "UpdatedDateUTC": "2025-04-29T19:28:56.3512321+01:00", "IsActive": true }, { "CountryId": 1, "CountryCode": "sample string 2", "CountryName": "sample string 3", "UpdatedDate": "2025-04-29T19:28:56.3512321+01:00", "UpdatedDateUTC": "2025-04-29T19:28:56.3512321+01:00", "IsActive": true } ]
text/html
Sample:
[{"CountryId":1,"CountryCode":"sample string 2","CountryName":"sample string 3","UpdatedDate":"2025-04-29T19:28:56.3512321+01:00","UpdatedDateUTC":"2025-04-29T19:28:56.3512321+01:00","IsActive":true},{"CountryId":1,"CountryCode":"sample string 2","CountryName":"sample string 3","UpdatedDate":"2025-04-29T19:28:56.3512321+01:00","UpdatedDateUTC":"2025-04-29T19:28:56.3512321+01:00","IsActive":true},{"CountryId":1,"CountryCode":"sample string 2","CountryName":"sample string 3","UpdatedDate":"2025-04-29T19:28:56.3512321+01:00","UpdatedDateUTC":"2025-04-29T19:28:56.3512321+01:00","IsActive":true}]
application/xml, text/xml
Sample:
<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-04-29T19:28:56.3512321+01:00</UpdatedDate> <UpdatedDateUTC>2025-04-29T19:28:56.3512321+01:00</UpdatedDateUTC> <CountryCode>sample string 2</CountryCode> <CountryId>1</CountryId> <CountryName>sample string 3</CountryName> </AuditTrailCountry> <AuditTrailCountry> <IsActive>true</IsActive> <UpdatedDate>2025-04-29T19:28:56.3512321+01:00</UpdatedDate> <UpdatedDateUTC>2025-04-29T19:28:56.3512321+01:00</UpdatedDateUTC> <CountryCode>sample string 2</CountryCode> <CountryId>1</CountryId> <CountryName>sample string 3</CountryName> </AuditTrailCountry> <AuditTrailCountry> <IsActive>true</IsActive> <UpdatedDate>2025-04-29T19:28:56.3512321+01:00</UpdatedDate> <UpdatedDateUTC>2025-04-29T19:28:56.3512321+01:00</UpdatedDateUTC> <CountryCode>sample string 2</CountryCode> <CountryId>1</CountryId> <CountryName>sample string 3</CountryName> </AuditTrailCountry> </ArrayOfAuditTrailCountry>