Getting Started¶
To get access to a testing account, speak to a member of our team who will set you up a user account for the application.
This user account can be used to authenticate SOAP requests.
SOAP service endpoints¶
Order service testing endpoint - https://api-testing.legalbricks.co.uk/service/order.svc
Product service testing endpoint - https://api-testing.legalbricks.co.uk/service/product.svc
After successful testing we will provide you with a new account, which will be able to use the production SOAP service with the following endpoints
Order service endpoint- https://api.legalbricks.co.uk/service/order.svc
Product service location - https://api.legalbricks.co.uk/service/product.svc
Authentication¶
Each request to the soap service will include an Authentication object that will consist of a username and password, these details are sent over as we provide them.
Code Example¶
var auth = new Authentication { Username = "username", Password = "password" };
Authentication¶
Property | Type | Infomation |
|---|---|---|
Username | String | Provided by [project manager] |
Password | String | Set up by yourselves via the password email |