MasInstallations API
The REST API for Service Order Management provides a standardized mechanism for placing a service order with all of the necessary order parameters. It allows users to create, update & retrieve Service Orders and manages related notifications. A service order will describe a list of service order items. A service order item references an action on an existing or future service. By service we designed Customer-Facing Service (CFS) as well as Resource Facing Service (RFS). A service order is created based on service(s) that is(are) defined in a catalog.
Resources
Resource | Description |
---|---|
ResourceOrder | API for managing installation resource orders |
CalculateInstallation | API for calculating the contract, delay and duration of an installation |
Security
Authentication
All MasStack APIs uses JWT tokens to authorize all the requests. Following this, an Auhtorization
with a Bearer JWT token
is needed in all the requests.
In the Authorization Guides you can find documentation about JWT Tokens and how to get them in MasStack.
Base URLs
Environment | Base Path |
---|---|
Staging server | https://installations.sta.masstack.com/v1 |
Production server | https://installations.masstack.com/v1 |