Blazor Diffusion

<back to all web services

UpdateSignup

Analytics
Requires Authentication
Required role:Moderator
UpdateSignup Parameters:
NameParameterData TypeRequiredDescription
IdqueryintNo
TypequerySignupType?No
EmailquerystringNo
NamequerystringNo
CancelledDatequeryDateTime?No
SignupType Enum:
Updates
Beta
Signup Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
TypeformSignupTypeNo
EmailformstringYes
NameformstringNo
CancelledDateformDateTime?No
StatBase Parameters:
NameParameterData TypeRequiredDescription
RefIdformstringYes
AppUserIdformint?No
RawUrlformstringYes
RemoteIpformstringYes
CreatedDateformDateTimeNo

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 /jsv/reply/UpdateSignup HTTP/1.1 
Host: blazordiffusion.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	type: Updates,
	email: String,
	name: String,
	cancelledDate: 0001-01-01
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	type: Updates,
	email: String,
	name: String,
	cancelledDate: 0001-01-01,
	refId: String,
	appUserId: 0,
	rawUrl: String,
	remoteIp: String,
	createdDate: 0001-01-01
}