Billhighway Cloud API

<back to all web services

RecurringObligationFormInfoGetRq

The following routes are available for this service:
GET/signup/api/nat/{natID}/recurring/obligation/info
GET/signup/api/nat/{natID}/group/{groupId}/recurring/obligation/info
GET/signup/api/nat/{natID}/group/{groupId}/{usertype}/user/{userid}/recurring/obligation/info
RecurringObligationFormInfoGetRq Parameters:
NameParameterData TypeRequiredDescription
NatIDpathintNo
GroupIdpathintNo
UserIdpathstringNo
UserTypepathstringNo
RecurringObligationFormInfoGetRs Parameters:
NameParameterData TypeRequiredDescription
RecurringObligationFormInfoformRecurringObligationFormInfoNo
LinksformList<Link>No
RecurringObligationFormInfo Parameters:
NameParameterData TypeRequiredDescription
ContextualHelpformList<ContextualHelpDto>No
CountriesformList<CountryDto>No
StatesformList<StateDto>No
ChaptersformList<ChapterDto>No
RecurringInvoicesformList<RecurringInvoiceModel>No
RecurringObligationTemplatesformList<RecurringObligationInvoiceTemplate>No
RecurringObligationChapBillCatDetailformList<RecurringObligationChapBillCatDetail>No
ContextualHelpDto Parameters:
NameParameterData TypeRequiredDescription
ControlNameformstringNo
LabelTextformstringNo
IsVisibleformboolNo
IsRequiredformboolNo
CountryDto Parameters:
NameParameterData TypeRequiredDescription
CountryIDformintNo
FullNameformstringNo
AbbrformstringNo
StateDto Parameters:
NameParameterData TypeRequiredDescription
StateIDformintNo
CountryIDformintNo
FullNameformstringNo
AbbrformstringNo
ChapterDto Parameters:
NameParameterData TypeRequiredDescription
ChapIdformintNo
CollegeformstringNo
DesignationformstringNo
RecurringInvoiceModel Parameters:
NameParameterData TypeRequiredDescription
ChapIDformintNo
ClientGroupIDformstringNo
RecurringInvoiceIDformintNo
MemTypeIDformintNo
BillingTypeNameformstringNo
InvoiceDescriptionformstringNo
AmountformdecimalNo
ProcessingCurrencyformstringNo
FrequencyDescriptionformstringNo
EffectiveDateformDateTimeNo
EndDateformDateTime?No
NextDueDateformDateTimeNo
donationCoaNumformstringNo
donationCoaDescformstringNo
Donation_ChapBillCatIDformintNo
FrequencyIDformintNo
Monthly_DayOfMOnthformintNo
Weekly_DayOfWeekformintNo
SemiMonthly_DayOfMonth1formintNo
SemiMonthly_DayOfMonth2formintNo
UseLastDayOfMonthformboolNo
IsActiveformboolNo
NumOccurencesformintNo
RecurringObligationInvoiceTemplate Parameters:
NameParameterData TypeRequiredDescription
RecurringObligationTemplateIdformintNo
RecurringObligationInvoiceTemplateIdformintNo
NationalIdformintNo
MemberTypeClientIdformintNo
FiscalYearformFiscalYearItemNo
ChapIdformintNo
IsDeletedformboolNo
NameformstringNo
RecurringObligationInvoiceTemplateItemsformList<RecurringObligationInvoiceTemplateItem>No
FiscalYearItem Parameters:
NameParameterData TypeRequiredDescription
YearformintNo
BeginDateformDateTimeNo
EndDateformDateTimeNo
RecurringObligationInvoiceTemplateItem Parameters:
NameParameterData TypeRequiredDescription
RecurringObligationTemplateItemIdformintNo
RecurringObligationInvoiceTemplateItemIdformintNo
RecurringObligationInvoiceTemplateIdformintNo
AmountformdecimalNo
ChapBillCatIdformintNo
NameformstringNo
RecurringObligationChapBillCatDetail Parameters:
NameParameterData TypeRequiredDescription
ChapBillCatIdformintNo
ChapBillCatDescformstringNo
NatIdformintNo
IsContributionformboolNo
CalcTypeIdformintNo
DonationAmountsformList<KeyValuePair<Int32,String>>No
ChartOfAccountRefIdformstringNo
Link Parameters:
NameParameterData TypeRequiredDescription
RelformstringNo
UrlformstringNo

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.

GET /signup/api/nat/{natID}/recurring/obligation/info HTTP/1.1 
Host: devapi.billhighway.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	RecurringObligationFormInfo: 
	{
		ContextualHelp: 
		[
			{
				ControlName: String,
				LabelText: String,
				IsVisible: False,
				IsRequired: False
			}
		],
		Countries: 
		[
			{
				CountryID: 0,
				FullName: String,
				Abbr: String
			}
		],
		States: 
		[
			{
				StateID: 0,
				CountryID: 0,
				FullName: String,
				Abbr: String
			}
		],
		Chapters: 
		[
			{
				ChapId: 0,
				College: String,
				Designation: String
			}
		],
		RecurringInvoices: 
		[
			{
				ChapID: 0,
				ClientGroupID: String,
				RecurringInvoiceID: 0,
				MemTypeID: 0,
				BillingTypeName: String,
				InvoiceDescription: String,
				Amount: 0,
				ProcessingCurrency: String,
				FrequencyDescription: String,
				EffectiveDate: 0001-01-01,
				EndDate: 0001-01-01,
				NextDueDate: 0001-01-01,
				donationCoaNum: String,
				donationCoaDesc: String,
				Donation_ChapBillCatID: 0,
				FrequencyID: 0,
				Monthly_DayOfMOnth: 0,
				Weekly_DayOfWeek: 0,
				SemiMonthly_DayOfMonth1: 0,
				SemiMonthly_DayOfMonth2: 0,
				UseLastDayOfMonth: False,
				IsActive: False,
				NumOccurences: 0
			}
		],
		RecurringObligationTemplates: 
		[
			{
				RecurringObligationTemplateId: 0,
				RecurringObligationInvoiceTemplateId: 0,
				NationalId: 0,
				MemberTypeClientId: 0,
				FiscalYear: 
				{
					Year: 0,
					BeginDate: 0001-01-01,
					EndDate: 0001-01-01
				},
				ChapId: 0,
				IsDeleted: False,
				Name: String,
				RecurringObligationInvoiceTemplateItems: 
				[
					{
						RecurringObligationTemplateItemId: 0,
						RecurringObligationInvoiceTemplateItemId: 0,
						RecurringObligationInvoiceTemplateId: 0,
						Amount: 0,
						ChapBillCatId: 0,
						Name: String
					}
				]
			}
		],
		RecurringObligationChapBillCatDetail: 
		[
			{
				ChapBillCatId: 0,
				ChapBillCatDesc: String,
				NatId: 0,
				IsContribution: False,
				CalcTypeId: 0,
				DonationAmounts: 
				[
					{
						Key: 0,
						Value: String
					}
				],
				ChartOfAccountRefId: String
			}
		]
	},
	Links: 
	[
		{
			Rel: String,
			Url: String
		}
	]
}