put https://api.soldo.com/business/v2/subscriptions//addAssignees
Endpoint to add assignees to a Subscription
.
Log in to see full request history
Responses
400Your request has missing arguments or is malformed.
Endpoint to add assignees to a Subscription
.
400Your request has missing arguments or is malformed.
xxxxxxxxxx
curl --request PUT \
--url https://api.soldo.com/business/v2/subscriptions/subscriptionId/addAssignees \
--header 'X-Soldo-Fingerprint: {{fingerprint}}' \
--header 'X-Soldo-Fingerprint-Signature: {{fingerprint_signature}}' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Examplexxxxxxxxxx
18{
"assignees": [
"XMPL1234-000005"
],
"card_id": "2d65bd5e-3fdf-4002-b166-bde7fb8863fa",
"creation_time": "2017-06-01T12:48:40Z",
"description": "This is a subscription",
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"last_spent": 75.01,
"last_spent_date": "2020-05-07T12:48:40Z",
"last_update_time": "2017-06-01T12:48:40Z",
"name": "EXAMPLE SUBSCRIPTION.",
"payment_frequency": "YEARLY",
"platform": "OTHER",
"status": "ACTIVE",
"total_spent": 775.01,
"wallet_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7"
}