In my previous post, I walked through using an SPD 2013 workflow with the Call HTTP Web Service action to create a subsite in SharePoint. In that post, we used Kirk Evans’ sample code, which looks like this: body: { ‘d’ :{ ‘parameters’: { ‘__metadata’: {‘type’: ‘SP.WebInfoCreationInformation’ }, ‘Url’: ‘RestSubWeb’, ‘Title’: ‘RestSubWeb’, ‘Description’: ‘rest-created web’, ‘Language’:1033, […]