regis

<back to all web services

CRMDonationUpsertRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/DynamicsCRM/Donation/Upsert
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports regis.DynamicsCRM.Requests

Namespace Global

    Namespace regis.DynamicsCRM.Requests

        Public Partial Class CRMDonationUpsertRequest
            Public Overridable Property regent_id As Integer
            Public Overridable Property soft_credit_regent_id As Nullable(Of Integer)
            Public Overridable Property soft_credit_second_regent_id As Nullable(Of Integer)
            Public Overridable Property import_id As Nullable(Of Integer)
            Public Overridable Property is_contact As Boolean
            Public Overridable Property is_account As Boolean
            Public Overridable Property name As String
            Public Overridable Property description As String
            Public Overridable Property total_pledge_amount As Decimal
            Public Overridable Property receipt_amount As Decimal
            Public Overridable Property currency As String
            Public Overridable Property receipting_organization As String
            Public Overridable Property type As String
            Public Overridable Property gift_date As Nullable(Of Date)
            Public Overridable Property cheque_number As String
            Public Overridable Property do_not_receipt As Boolean
            Public Overridable Property is_complete As Boolean
            Public Overridable Property anonymous As Boolean
            Public Overridable Property gift_batch As String
            Public Overridable Property source As String
            Public Overridable Property channel As String
            Public Overridable Property designation As String
            Public Overridable Property designation_description As String
            Public Overridable Property campaign As String
            Public Overridable Property campaign_code As String
            Public Overridable Property campaign_description As String
            Public Overridable Property campaign_start_date As Nullable(Of Date)
            Public Overridable Property campaign_end_date As Nullable(Of Date)
            Public Overridable Property campaign_goal As Nullable(Of Decimal)
            Public Overridable Property appeal As String
            Public Overridable Property appeal_code As String
            Public Overridable Property appeal_description As String
            Public Overridable Property appeal_start_date As Nullable(Of Date)
            Public Overridable Property appeal_end_date As Nullable(Of Date)
            Public Overridable Property appeal_goal As Nullable(Of Decimal)
            Public Overridable Property added_date As Nullable(Of Date)
        End Class
    End Namespace
End Namespace

VB.NET CRMDonationUpsertRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /DynamicsCRM/Donation/Upsert HTTP/1.1 
Host: data.regent-college.edu 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"regent_id":0,"soft_credit_regent_id":0,"soft_credit_second_regent_id":0,"import_id":0,"is_contact":false,"is_account":false,"name":"String","description":"String","total_pledge_amount":0,"receipt_amount":0,"currency":"String","receipting_organization":"String","type":"String","gift_date":"0001-01-01T00:00:00.0000000","cheque_number":"String","do_not_receipt":false,"is_complete":false,"anonymous":false,"gift_batch":"String","source":"String","channel":"String","designation":"String","designation_description":"String","campaign":"String","campaign_code":"String","campaign_description":"String","campaign_start_date":"0001-01-01T00:00:00.0000000","campaign_end_date":"0001-01-01T00:00:00.0000000","campaign_goal":0,"appeal":"String","appeal_code":"String","appeal_description":"String","appeal_start_date":"0001-01-01T00:00:00.0000000","appeal_end_date":"0001-01-01T00:00:00.0000000","appeal_goal":0,"added_date":"0001-01-01T00:00:00.0000000"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}