Getting Oldest Permitted Date

This request returns the oldest allowed start date based on the product plan.

POST /meta/oldestReportedDate

Example Request

POST /meta/oldestReportedDate  HTTP/1.1

Host: api.revulytics.com

Content-Type: application/json

Accept: application/json

 

{

    "user": "testuser@test.com",

    "sessionId": "VSB8E2BzSC2eZSJm4QmTpA",

    "productId": 12345678901

}

Example Response

HTTP/1.1 200 OK

Content-Type: application/json

 

{

    "status": "OK",

    "oldestDate": "2018-03-20"

}