Skip to content

Commit ad9966b

Browse files
authored
Merge pull request #139 from docusign/feature/account-cloning-manifest-data
Manifest data for account cloning code example
2 parents 615e81f + 3c9c928 commit ad9966b

File tree

1 file changed

+143
-102
lines changed

1 file changed

+143
-102
lines changed

manifest/CodeExamplesManifest.json

Lines changed: 143 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -250,58 +250,58 @@
250250
],
251251
"ResultsPageText": ""
252252
},
253-
{
254-
"ExampleNumber": 37,
255-
"CFREnabled": "NonCFR",
256-
"ExampleName": "Request a signature by SMS or WhatsApp delivery",
257-
"ExampleDescription": "Sends a signature request via an SMS or WhatsApp message.",
258-
"LinksToAPIMethod": [
259-
{
260-
"Path": "https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/",
261-
"PathName": "Envelopes::create"
262-
}
263-
],
264-
"Forms": [
265-
{
266-
"Inputs": [
267-
{
268-
"InputName": "Signer Country Code",
269-
"InputPlaceholder": "1"
270-
},
271-
{
272-
"InputName": "Signer Phone Number",
273-
"InputPlaceholder": "4155551212"
274-
},
275-
{
276-
"InputName": "Signer Name",
277-
"InputPlaceholder": "Pat Johnson"
278-
},
279-
{
280-
"InputName": "CC Country Code",
281-
"InputPlaceholder": "1"
282-
},
283-
{
284-
"InputName": "CC Phone Number",
285-
"InputPlaceholder": "4155551212"
286-
},
287-
{
288-
"InputName": "CC Name",
289-
"InputPlaceholder": "Pat Johnson"
290-
},
291-
{
292-
"InputName": "Delivery Method:"
293-
},
294-
{
295-
"InputName": "SMS"
296-
},
297-
{
298-
"InputName": "WhatsApp"
299-
}
300-
]
301-
}
302-
],
303-
"ResultsPageText": "The envelope has been created and sent!<br />Envelope ID {0}."
304-
},
253+
{
254+
"ExampleNumber": 37,
255+
"CFREnabled": "NonCFR",
256+
"ExampleName": "Request a signature by SMS or WhatsApp delivery",
257+
"ExampleDescription": "Sends a signature request via an SMS or WhatsApp message.",
258+
"LinksToAPIMethod": [
259+
{
260+
"Path": "https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/",
261+
"PathName": "Envelopes::create"
262+
}
263+
],
264+
"Forms": [
265+
{
266+
"Inputs": [
267+
{
268+
"InputName": "Signer Country Code",
269+
"InputPlaceholder": "1"
270+
},
271+
{
272+
"InputName": "Signer Phone Number",
273+
"InputPlaceholder": "4155551212"
274+
},
275+
{
276+
"InputName": "Signer Name",
277+
"InputPlaceholder": "Pat Johnson"
278+
},
279+
{
280+
"InputName": "CC Country Code",
281+
"InputPlaceholder": "1"
282+
},
283+
{
284+
"InputName": "CC Phone Number",
285+
"InputPlaceholder": "4155551212"
286+
},
287+
{
288+
"InputName": "CC Name",
289+
"InputPlaceholder": "Pat Johnson"
290+
},
291+
{
292+
"InputName": "Delivery Method:"
293+
},
294+
{
295+
"InputName": "SMS"
296+
},
297+
{
298+
"InputName": "WhatsApp"
299+
}
300+
]
301+
}
302+
],
303+
"ResultsPageText": "The envelope has been created and sent!<br />Envelope ID {0}."
304+
},
305305
{
306306
"ExampleNumber": 14,
307307
"CFREnabled": "NonCFR",
@@ -2462,56 +2462,97 @@
24622462
],
24632463
"ResultsPageText": "Results from MultiProductUserManagement:removeUserProductPermission method:"
24642464
},
2465-
{
2466-
"ExampleNumber": 10,
2467-
"ExampleName": "Delete user data from an account as an organization admin",
2468-
"ExampleDescription": "Deletes user data from an account.This endpoint should be used by an organization admin.",
2469-
"LinksToAPIMethod": [
2470-
{
2471-
"Path": "https://developers.docusign.com/docs/admin-api/reference/usermanagement/datadeletion/redactindividualuserdata/",
2472-
"PathName": "DataDeletion:redactIndividualUserData"
2473-
},
2474-
{
2475-
"Path": "https://developers.docusign.com/docs/admin-api/reference/usermanagement/esignusermanagement/getuserprofiles/",
2476-
"PathName": "eSignUserManagement:getUserProfiles"
2477-
}
2478-
],
2479-
"Forms": [
2480-
{
2481-
"Inputs": [
2482-
{
2483-
"InputName": "Email address",
2484-
"InputPlaceholder": "[email protected]"
2485-
}
2486-
]
2487-
}
2488-
],
2489-
"ResultsPageText": "Results from DataDeletion:redactIndividualMembershipData method:",
2490-
"SkipForLanguages": "java"
2491-
},
2492-
{
2493-
"ExampleNumber": 11,
2494-
"ExampleName": "Delete user data from an account as an account admin",
2495-
"ExampleDescription": "Deletes user data from an account.This endpoint should be used by an account admin.",
2496-
"LinksToAPIMethod": [
2497-
{
2498-
"Path": "https://developers.docusign.com/docs/admin-api/reference/usermanagement/datadeletion/redactindividualmembershipdata/",
2499-
"PathName": "DataDeletion:redactIndividualMembershipData"
2500-
}
2501-
],
2502-
"Forms": [
2503-
{
2504-
"Inputs": [
2505-
{
2506-
"InputName": "User ID",
2507-
"InputPlaceholder": "00000000-0000-0000-0000-000000000000"
2508-
}
2509-
]
2510-
}
2511-
],
2512-
"ResultsPageText": "Results from DataDeletion:redactIndividualUserData method:",
2513-
"SkipForLanguages": "java"
2514-
}
2465+
{
2466+
"ExampleNumber": 10,
2467+
"ExampleName": "Delete user data from an account as an organization admin",
2468+
"ExampleDescription": "Deletes user data from an account.This endpoint should be used by an organization admin.",
2469+
"LinksToAPIMethod": [
2470+
{
2471+
"Path": "https://developers.docusign.com/docs/admin-api/reference/usermanagement/datadeletion/redactindividualuserdata/",
2472+
"PathName": "DataDeletion:redactIndividualUserData"
2473+
},
2474+
{
2475+
"Path": "https://developers.docusign.com/docs/admin-api/reference/usermanagement/esignusermanagement/getuserprofiles/",
2476+
"PathName": "eSignUserManagement:getUserProfiles"
2477+
}
2478+
],
2479+
"Forms": [
2480+
{
2481+
"Inputs": [
2482+
{
2483+
"InputName": "Email address",
2484+
"InputPlaceholder": "[email protected]"
2485+
}
2486+
]
2487+
}
2488+
],
2489+
"ResultsPageText": "Results from DataDeletion:redactIndividualMembershipData method:",
2490+
"SkipForLanguages": "java"
2491+
},
2492+
{
2493+
"ExampleNumber": 11,
2494+
"ExampleName": "Delete user data from an account as an account admin",
2495+
"ExampleDescription": "Deletes user data from an account.This endpoint should be used by an account admin.",
2496+
"LinksToAPIMethod": [
2497+
{
2498+
"Path": "https://developers.docusign.com/docs/admin-api/reference/usermanagement/datadeletion/redactindividualmembershipdata/",
2499+
"PathName": "DataDeletion:redactIndividualMembershipData"
2500+
}
2501+
],
2502+
"Forms": [
2503+
{
2504+
"Inputs": [
2505+
{
2506+
"InputName": "User ID",
2507+
"InputPlaceholder": "00000000-0000-0000-0000-000000000000"
2508+
}
2509+
]
2510+
}
2511+
],
2512+
"ResultsPageText": "Results from DataDeletion:redactIndividualUserData method:",
2513+
"SkipForLanguages": "java"
2514+
},
2515+
{
2516+
"ExampleNumber": 12,
2517+
"ExampleName": "Clone an account",
2518+
"ExampleDescription": "Creates a new eSignature account in your organization by creating a copy of an existing account.",
2519+
"LinksToAPIMethod": [
2520+
{
2521+
"Path": "https://developers.docusign.com/docs/admin-api/reference/accountprovisioning/accountcloning/getassetgroupaccounts/",
2522+
"PathName": "AccountCloning::getAssetGroupAccounts"
2523+
},
2524+
{
2525+
"Path": "https://developers.docusign.com/docs/admin-api/reference/accountprovisioning/accountcloning/cloneassetgroupaccount/",
2526+
"PathName": "AccountCloning::cloneAssetGroupAccount"
2527+
}
2528+
],
2529+
"Forms": [
2530+
{
2531+
"Inputs": [
2532+
{
2533+
"InputName": "Source account"
2534+
},
2535+
{
2536+
"InputName": "Target account name",
2537+
"InputPlaceholder": ""
2538+
},
2539+
{
2540+
"InputName": "Account admin first name",
2541+
"InputPlaceholder": "Pat"
2542+
},
2543+
{
2544+
"InputName": "Account admin last name",
2545+
"InputPlaceholder": "Johnson"
2546+
},
2547+
{
2548+
"InputName": "Account admin email",
2549+
"InputPlaceholder": "[email protected]"
2550+
}
2551+
]
2552+
}
2553+
],
2554+
"ResultsPageText": "Results from AccountCloning::cloneAssetGroupAccount method:"
2555+
}
25152556
]
25162557
}
25172558
]

0 commit comments

Comments
 (0)