' Options:
'Date: 2025-09-14 06:01:21
'Version: 8.52
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://production-eros-gateway-api-supplierconnect.azurewebsites.net/api
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: ResendScheduleNotification.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Eros.Subtle.Dvaravartman.SupplierConnect.Model.APIModels
Namespace Global
Namespace Eros.Subtle.Dvaravartman.SupplierConnect.Model.APIModels
'''
'''Resends the notification to supplier for a given SupplierConnect schedule by id. (This will return the same information returned on a create schedule request with only change being the communication id which will be the id of the new notification.)
'''
Public Partial Class ResendScheduleNotification
Implements IReturn(Of ScheduleResponse)
'''
'''Id of the schedule request to resend the notification for
'''
Public Overridable Property Id As Guid
End Class
Public Partial Class ScheduleResponse
Public Overridable Property ReferenceId As Guid
Public Overridable Property CommunicationId As Guid
Public Overridable Property Success As Boolean
Public Overridable Property Message As String
Public Overridable Property Payload As String
End Class
End Namespace
End Namespace