StarterTemplate ASP.NET Host

<back to all web services

ChapelAttendance

The following routes are available for this service:
All Verbs/chapelAttendance

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

HTTP + JSV

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

POST /jsv/oneway/ChapelAttendance HTTP/1.1 
Host: api.bryan.edu 
Content-Type: text/jsv
Content-Length: length

{
	chapelAttendanceID: 0,
	studentUID: 0,
	section: String,
	row: String,
	seat: String,
	insertTime: 0001-01-01,
	termID: 0,
	insertUser: String,
	username: String,
	chapelAttendances: 
	[
		{
			chapelAttendanceID: 0,
			studentUID: 0,
			section: String,
			row: String,
			seat: String,
			insertTime: 0001-01-01,
			termID: 0,
			insertUser: String,
			username: String,
			chapelAttendances: 
			[
				{
					chapelAttendanceID: 0,
					studentUID: 0,
					section: String,
					row: String,
					seat: String,
					insertTime: 0001-01-01,
					termID: 0,
					insertUser: String,
					username: String,
					chapelAttendances: 
					[
						{
							chapelAttendanceID: 0,
							studentUID: 0,
							section: String,
							row: String,
							seat: String,
							insertTime: 0001-01-01,
							termID: 0,
							insertUser: String,
							username: String
						}
					]
				}
			]
		}
	]
}