Porta Plus 2 Web Services

<back to all web services

StemProVendorBalanceReq

The following routes are available for this service:
GET/GetPortaVendors/{License}
GET/DeleteOlderVendorBalanceDetails/{License}/{DeleteOlderBalDetails}
GET/GetStemProEmailTime/{License}/{TenantId}/{FeatureName}
POST/AddGetSubscribedApiVendors

To override the Content-type in your clients 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/oneway/StemProVendorBalanceReq HTTP/1.1 
Host: 7el.co 
Content-Type: text/jsv
Content-Length: length

{
	lstVendorBalances: 
	[
		{
			IVendor: 0,
			VendorName: String,
			CurrentBalance: 0,
			CurrentTime: 0001-01-01,
			IEnv: 0,
			TenantId: 0,
			Id: 0,
			CreatedOn: 0001-01-01,
			UpdatedOn: 0001-01-01,
			RowVersion: 0
		}
	],
	DeleteOlderBalDetails: False,
	Dialy: False,
	Weekly: False,
	ThresholdTime: 0,
	ThresholdCutoff: 0,
	AddEmailTime: 
	{
		TenantId: 0,
		FeatureId: 0,
		RegularEmailTime: 0001-01-01,
		SuspiciousEmailTime: 0001-01-01,
		LastExecutionTime: 0001-01-01,
		ThresholdNoofAlerts: 0,
		BlockingNoofAlerts: 0,
		Id: 0,
		CreatedOn: 0001-01-01,
		UpdatedOn: 0001-01-01,
		RowVersion: 0
	},
	TenantId: 0,
	FeatureName: String,
	License: String,
	ContentId: 0
}