cancel
Showing results for 
Search instead for 
Did you mean: 

Getting start date of subscription

Hello

 

because a StartDate from our DB is different to startdate from AN

so i need to get startdate from AN to update our db.

 

any api to do that?

 

Thanks

gldev018
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

@gldev018 You're not the only developer who would like this capability through the API.  Another developer submitted a product idea to obtain subscription details.  Take a minute to add your vote and comment if you want more functionality than the original idea.

 

Richard

 

 

View solution in original post

RichardH
Administrator Administrator
Administrator
3 REPLIES 3

 

Hi,

 

You can use the ARBGetSubscriptionListRequest to get the cardExpiringThisMonth, subscriptionActive, subscriptionInactive and subscriptionExpiringThisMonth. This call will provide details but  does not include the start date of a particular subscription where the initial billing actually occurs. You can login to the interface and manually check it from there.

 

Thanks,

Joy

Joy
Administrator Administrator
Administrator

@gldev018 You're not the only developer who would like this capability through the API.  Another developer submitted a product idea to obtain subscription details.  Take a minute to add your vote and comment if you want more functionality than the original idea.

 

Richard

 

 

RichardH
Administrator Administrator
Administrator

Thanks