MS ESD API

The MS ESD API allows you to create MS ESD service.

Create MS ESD service

This functionality allows you to provision MS ESD products.

HTTP Method

POST

Request URL

https://yourdomain.com/api/v2/esd/create

Token

Token is required as an authentication parameter to get response from an API. Detailed Information about Tokens has been provided in the Authentication API Doc.

Request Headers

cache-control: no-cache,

Validate: Bearer <Token>

Parameters

Name

Data Type

Required/Optional

Description

Example

customer_id

Integer

Required

Customer id

2032

skuid

Varchar

Required

SKU id for esd plan

ABC-77777

Response

Returns a JSON response with details as shown below:

{"status":"Success","message":"Products\/Services: Microsoft ESD ( Office 365 Home ) Created Successfully.","product_key":"79JPB-KHQKV-8QCTD-H86RC-QTCY9","client_trans_id":"0c245c8e-9950-880c-7670-fa71b5dbdef1","activation_link":"https:\/\/setup.officeppe.com\/?token=RGNpqdkcaHbqBf0HHq7iU6bsSuagjmiqVjY6D6OxiOmI136K%2bZMq47Hkez%2bym0hjfRuP9jPZX1qHlz2lQnIaCApjsKBpHv5qBM1JAl5xnbcZEI7IGhz1AzHZglSNhMChjoiZBLhb%2fAZh%2fLCA3KKqlYzPCRp9dpntk8E6pEzDSFh0dnAVCiYh%2fbUuryL1ekK6VjlnuP1lwEeHoWoG52JC5OX8dKdTN7GU2D8OSntlzPJIMp2TzLH0zi1yqnCJb0XaJXkduW%2fJOh4bLyrQvmjCylXtydUhxph3we18Lh77sl%2fNJOwW6I92cmZWK3iy%2fhL%2bvOkaM63ah%2f9NCuQf9ncvmA%3d%3d&ctid=0c245c8e-9950-880c-7670-fa71b5dbdef1","racknap_customer_portal_url":"https:\/\/managetestpartneresdcompany2031.dev2.dotbricks.net\/memberp"}

In case of any error, an error code key with value along with an error message will be returned.