| SSMapServicesCreateUserAgent Method | 
Namespace: IngeniuxCMService
 Syntax
Syntaxpublic XHRServiceResponseGeneric<UserAgentMgrInfo> CreateUserAgent( UserAgentMgrInfo data )
Information of new User Agent to create
 Examples
Examples{
    "data": {
        "Name": "Safari",
        "SearchString": "safari",
        "ContentType": "text/html",
        "FileExtension": "xml"
    }
}Information of the created User Agent
 Examples
Examples{
    "code": 0,
    "error": null,
    "message": {
        "ContentType": "text\/html",
        "FileExtension": "xml",
        "Name": "Safari",
        "SearchString": "safari"
    }
} Remarks
RemarksIf another User Agent with the same name already exists, returns error status
 See Also
See Also