Sample Request:

 {
 "csrGenerationSource": "appviewx",
 "caConnectorInfo": {
 "certificateAuthority": "Microsoft Standalone",
 "isAutoRenewal": false,
 "autoRegenerateEnabled": false,
 "caSettingName": "MS_STD",
 "csrParameters": {
 "commonName": "testcert.testdomain.com",
 "organization": "AppViewX",
 "organizationUnit": "AppViewX",
 "locality": "Texas",
 "state": "Texas",
 "country": "US",
 "mailAddress": "[email protected]",
 "hashFunction": "SHA256",
 "encryptedChallengePassword": "QWRtaW5AMTIz",
 "keyType": "RSA",
 "bitLength": "2048",
 "certificateCategories": [
 "Server",
 "Client"
 ],
 "ellipticCurve": "",
 "enhancedSANTypes": {
 "dNSNames": [
 "testmscert.appviewx.com"
 ]
 }
 },
 "genericFields": {
 "device_name_Microsoft Standalone": "",
 "vs_ip_Microsoft Standalone": ""
 }
 },
 "certificateGroup": {
 "name": "Default"
 }
 } 
Note: Please refer to the "Request Structure" to identify the changeable values.