/* Options: Date: 2026-04-01 00:34:23 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dogw.klokgroep.nl/api //GlobalNamespace: //MakePartial: True //MakeVirtual: True //MakeInternal: False //MakeDataContractsExtensible: False //AddNullableAnnotations: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //InitializeCollections: False //ExportValueTypes: False IncludeTypes: Get4PSBCPersonsCount.* //ExcludeTypes: //AddNamespaces: //AddDefaultXmlNamespace: http://schemas.servicestack.net/types */ using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using ServiceStack; using ServiceStack.DataAnnotations; using System.Drawing; using DO.Synchronization.IDB_4PSBC.DTO.Operations; namespace DO.Synchronization.IDB_4PSBC.DTO.Operations { /// ///Returns total number of persons with respect to securable objects /// [Route("/4PSBC/persons/count", "GET")] [Api(Description="Returns total number of persons with respect to securable objects")] [ApiResponse(Description="Number of persons are returned in the message body", IsDefaultResponse=true, StatusCode=200)] public partial class Get4PSBCPersonsCount : IReturn { } }