' Options: 'Date: 2026-06-13 04:08:34 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.dev.dynamics.trendsic.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: RfpBriefRequest.* '''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 System.Net Imports CRM.AgencyPlatform.API.Internal Namespace Global Namespace CRM.AgencyPlatform.API.Internal Public Partial Class RfpBidConstraint Public Overridable Property Constraint As String Public Overridable Property Detail As String End Class Public Partial Class RfpBrief Public Overridable Property ProjectTitle As String Public Overridable Property SolicitationNumber As String Public Overridable Property IssuingOrganization As String Public Overridable Property ProjectType As String Public Overridable Property Summary As String Public Overridable Property Locations As List(Of RfpLocation) = New List(Of RfpLocation) Public Overridable Property Schedule As RfpSchedule Public Overridable Property LineItems As List(Of RfpLineItem) = New List(Of RfpLineItem) Public Overridable Property BidConstraints As List(Of RfpBidConstraint) = New List(Of RfpBidConstraint) Public Overridable Property SpecialRequirements As List(Of String) = New List(Of String) End Class Public Partial Class RfpBriefRequest Implements IReturn(Of RfpBriefResponse) Public Overridable Property RfpDocumentUID As Guid End Class Public Partial Class RfpBriefResponse Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property RfpDocumentID As Integer Public Overridable Property Brief As RfpBrief End Class Public Partial Class RfpLineItem Public Overridable Property ItemNumber As String Public Overridable Property Description As String Public Overridable Property Quantity As Double? Public Overridable Property Unit As String Public Overridable Property Category As String Public Overridable Property SourceReference As String End Class Public Partial Class RfpLocation Public Overridable Property Description As String Public Overridable Property City As String Public Overridable Property State As String Public Overridable Property Identifier As String End Class Public Partial Class RfpSchedule Public Overridable Property BidDueDate As String Public Overridable Property EstimatedStartDate As String Public Overridable Property QuestionsDueDate As String Public Overridable Property ContractDurationDays As Integer? Public Overridable Property Notes As String End Class End Namespace Namespace ServiceStack Public Partial Class ResponseStatus Implements IMeta Public Overridable Property ErrorCode As String Public Overridable Property Message As String Public Overridable Property StackTrace As String Public Overridable Property Errors As List(Of ResponseError) = New List(Of ResponseError) Public Overridable Property Meta As Dictionary(Of String, String) Implements IMeta.Meta = New Dictionary(Of String, String) End Class End Namespace End Namespace