Skip to content

Instantly share code, notes, and snippets.

@beckje01
Last active January 2, 2016 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beckje01/8326564 to your computer and use it in GitHub Desktop.
Save beckje01/8326564 to your computer and use it in GitHub Desktop.
{states:[
{
state: valid,
startDate: 2013-12-25T21:15Z,
endDate: null
},
{
state: pending,
startDate: 2013-12-25T21:15Z,
endDate: 2013-12-25T21:15Z
}
]}
{
id: {subscriptionUUID},
uri: {baseUrl}/subscriptions/{subscriptionUUID},
gmaid: 'USA_1234',
product: {?productURI?},
state: active,
startDate: 2013-12-25T21:15Z,
endDate: 2014-12-25T21:15Z
}
{
'id': {subscriptionUUID},
'uri': {baseUrl}/subscriptions/{subscriptionUUID},
'gmaid': 'USA_1234',
'product': {productURI},
'state': {
'state': 'active',
'startDate': '2013-12-25T21:15Z',
'endDate': '2013-12-25T21:15Z'
},
'startDate': '2013-12-25T21:15Z',
'endDate': '2014-12-25T21:15Z'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment