Adds a sending profile to the account given an IP ID and Domain ID.
Domain can't be on two different sending servers.
| Argument | Data Type | Required | Description |
| ipid | integer | Yes | the id of the IP Address to add. |
| domainid | integer | Yes | the id of domain name to add. |
| XML Response | JSON Response |
| <response> <success>Profile Added</success> <id>3899</id> </response> |
{
"success": "Profile Added",
"id": "3899"
} |