Net3 API Interface for Customer Portal

<back to all web services

ProvisionDemoModel

The following routes are available for this service:
POST/products/demo/provision
TypeProvisionDemoModel Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
DescriptionformstringNo
IProvisionDemo Parameters:
NameParameterData TypeRequiredDescription
CompanyformTypeProvisionDemoCompanyModelNo
ContactsformList<TypeProvisionDemoContactModel>No
DemoformList<TypeDemoModel>No
SalesContactformstringNo
RequesterIPformstringNo
RequestCreatedformDateTimeNo
TypeProvisionDemoCompanyModel Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
AddressformstringNo
CityformstringNo
StateformstringNo
PostalCodeformstringNo
CountryformstringNo
TelephoneformstringNo
EmailformstringNo
CompanyIdformstringNo
NotesformstringNo
TypeProvisionDemoContactModel Parameters:
NameParameterData TypeRequiredDescription
FirstNameformstringNo
LastNameformstringNo
EmailformstringNo
TelephoneformstringNo
RolesformList<TypeContactRole>No
TypeContactRole Enum:
NameValue
Primary1
Technical2
Billing3
Reseller4
Sales5
ContractSignatory6
TypeDemoModel Parameters:
NameParameterData TypeRequiredDescription
TypeformTypeDemoTypeNo
DatacenterformstringNo
LengthformintNo
OrderNoteformstringNo
TypeDemoType Enum:
NameValue
Acronis1
AcronisSCS2
Pvdc3

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 /products/demo/provision HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	description: String,
	company: 
	{
		name: String,
		address: String,
		city: String,
		state: String,
		postalCode: String,
		country: String,
		telephone: String,
		email: String,
		companyId: String,
		notes: String
	},
	contacts: 
	[
		{
			firstName: String,
			lastName: String,
			email: String,
			telephone: String,
			roles: 
			[
				Primary
			]
		}
	],
	demo: 
	[
		{
			type: Acronis,
			datacenter: String,
			length: 0,
			orderNote: String
		}
	],
	salesContact: String,
	requesterIP: String,
	requestCreated: 0001-01-01
}