Registrar Web Services

<back to all web services

R_RegistrationLogEntry

Requires Authentication
Required role:Admin
The following routes are available for this service:
DELETE,OPTIONS/R_Registrations/R_RegistrationLogEntries/{Id}
POST,OPTIONS/R_Registrations/R_RegistrationLogEntries
PUT,OPTIONS/R_Registrations/R_RegistrationLogEntries
R_RegistrationLogEntry Parameters:
NameParameterData TypeRequiredDescription
IdpathlongNo
LogDetailsbodystringNo
CreationDatebodyDateTimeNo
RegistrationIdbodylong?No
AccountIdbodylong?No
PerformedBybodystringNo
R_RegistrationLogEntry Parameters:
NameParameterData TypeRequiredDescription
IdpathlongNo
LogDetailsbodystringNo
CreationDatebodyDateTimeNo
RegistrationIdbodylong?No
AccountIdbodylong?No
PerformedBybodystringNo

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/R_RegistrationLogEntry HTTP/1.1 
Host: regapi.pumpalarm.com 
Content-Type: text/jsv
Content-Length: length

{
	Id: 0,
	LogDetails: String,
	CreationDate: 0001-01-01,
	RegistrationId: 0,
	AccountId: 0,
	PerformedBy: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Id: 0,
	LogDetails: String,
	CreationDate: 0001-01-01,
	RegistrationId: 0,
	AccountId: 0,
	PerformedBy: String
}