VehicleInformationServiceRegisterForSubscription Method |
OFV Kjøretøydata service
Register for subscribtion
- mail will be sent to provider/owner of service.
Namespace:
OfvVehicleData.Service
Assembly:
OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DTO RegisterForSubscription(
string companyName,
string contactPerson,
string postalAddress,
string postalZip,
string postalCity,
string emailCompany,
string organizationNo,
string phoneCompany,
string subscription,
string format
)
Parameters
- companyName
- Type: SystemString
Company name. - contactPerson
- Type: SystemString
Contact person in company. - postalAddress
- Type: SystemString
Company postal address. - postalZip
- Type: SystemString
Company postal zip. - postalCity
- Type: SystemString
Company postal city. - emailCompany
- Type: SystemString
Email to company. - organizationNo
- Type: SystemString
Company organization no. - phoneCompany
- Type: SystemString
Phone to company. - subscription
- Type: SystemString
What kind of subscription is requested. - format
- Type: SystemString
json/xml - which format result will be delivered in.
Return Value
Type:
DTO
Returns success or error - mail is sent to administration/support.
See Also