regis

<back to all web services

CRMDonationUpsertRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/DynamicsCRM/Donation/Upsert
import java.math.*
import java.util.*
import net.servicestack.client.*
import com.google.gson.annotations.*
import com.google.gson.reflect.*


open class CRMDonationUpsertRequest
{
    var regent_id:Int? = null
    var soft_credit_regent_id:Int? = null
    var soft_credit_second_regent_id:Int? = null
    var import_id:Int? = null
    var is_contact:Boolean? = null
    var is_account:Boolean? = null
    var name:String? = null
    var description:String? = null
    var total_pledge_amount:BigDecimal? = null
    var receipt_amount:BigDecimal? = null
    var currency:String? = null
    var receipting_organization:String? = null
    @SerializedName("type") var Type:String? = null
    var gift_date:Date? = null
    var cheque_number:String? = null
    var do_not_receipt:Boolean? = null
    var is_complete:Boolean? = null
    var anonymous:Boolean? = null
    var gift_batch:String? = null
    var source:String? = null
    var channel:String? = null
    var designation:String? = null
    var designation_description:String? = null
    var campaign:String? = null
    var campaign_code:String? = null
    var campaign_description:String? = null
    var campaign_start_date:Date? = null
    var campaign_end_date:Date? = null
    var campaign_goal:BigDecimal? = null
    var appeal:String? = null
    var appeal_code:String? = null
    var appeal_description:String? = null
    var appeal_start_date:Date? = null
    var appeal_end_date:Date? = null
    var appeal_goal:BigDecimal? = null
    var added_date:Date? = null
}

Kotlin CRMDonationUpsertRequest DTOs

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

HTTP + JSV

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/jsv
Content-Type: text/jsv
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-01,
	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-01,
	campaign_end_date: 0001-01-01,
	campaign_goal: 0,
	appeal: String,
	appeal_code: String,
	appeal_description: String,
	appeal_start_date: 0001-01-01,
	appeal_end_date: 0001-01-01,
	appeal_goal: 0,
	added_date: 0001-01-01
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

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