Public
Documentation Settings

LISA API Documentation

POSTCreate customer meter

[link_to_environment]/api/services/BFTLicensing/BFTLicensingWebService/createCustomerMeter/

Creates a customer meter. 'CustAccount', 'Model', 'Party', 'BFTCompany' are all reference fields to other tables.

AUTHORIZATIONBearer Token
Token

<token>

HEADERS
SOAPAction

http://tempuri.org/BFTLicensingWebService/createCustomerMeter

Bodyraw (json)
json
{
    "_createCustomermeterRequestDataContract":{
        "CustAccount":"000002",
        "Model":"ABCDEFG",
        "MeterNumber": 112345678,
        "Description": "Test Description",
        "SerialNumber": "987654321",
        "Enabled": true,
        "Party": 5637145327,
        "BFTCompany": "BFMT"
    }
}

POSTCreate customer

[link_to_environment]/api/services/BFTLicensing/BFTLicensingWebService/createCustomer/
AUTHORIZATIONBearer Token
Token

<token>

HEADERS
SOAPAction

http://tempuri.org/BFTLicensingWebService/createCustomerMeter

Bodyraw (json)
json
{
    "_createCustomerRequestDataContract":{
        "CompanyName":"Test Company",
        "VATNum":"MT123456",
        "ZipCode": "ABC1234",
        "City": "Naxxar",
        "Country": "Malta",
        "StreetNumber": "5",
        "Street": "Triq l-Oratorju",
        "FirstName": "Bluefort",
        "LastName": "Limited",
        "Phone": "+356 9902 8483",
        "Email": "info@bluefort.com.mt",
        "URL": "bluefort.eu",
        "D365Company": "BFMT"
    }
}

POSTCreate subscription plan

[link_to_environment]/api/services/BFTLicensing/BFTLicensingWebService/createSubscriptionPlan/
AUTHORIZATIONBearer Token
Token

<token>

HEADERS
SOAPAction

http://tempuri.org/BFTLicensingWebService/createCustomerMeter

Bodyraw (json)
json
{
    "_createSubscriptionPlanDataContract":{
        "CustAccount":"000017",
        "ItemId":"CSP-0003",
        "SalesQty": 5,
        "StartDate": "2020-09-07T00:00:00",
        "SendEmail": true,
        "BFTCompany": "BFMT"
    }
}

POSTPublish subscription Plan

[link_to_environment]/api/services/BFTLicensing/BFTLicensingWebService/publishSubscriptionPlan/
AUTHORIZATIONBearer Token
Token

<token>

HEADERS
SOAPAction

http://tempuri.org/BFTLicensingWebService/publishSubscriptionPlan

Bodyraw (json)
json
{
    "_publishSubscriptionPlanRequestDataContract":{
        "SubscriptionPlan":"BFMT-LG-000000315",
        "BFTCompany": "BFMT"
    }
}
Loading