Update a deal to the database via an http form post.
| Field | Max Length | Required | Notes |
|---|---|---|---|
| response_type | false | Default results will be returned in XML. Set this field value to json to return results in JSON format | |
| accountid | true | Must be numeric. Account ID for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
| apikey | true | API Key for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
| dealid | true | ID of deal to update | |
| teammemberid | false | Must be numeric. Team Member ID. Defaults to 0 (Account Owner). | |
| dealname | false | Name of the deal / description | |
| dealstage | false | Must match a Deal Stage (for the selected Deal Type) by string value | |
| dealstatus | false | Possible Values: Active, Won, Lost, Back Burner | |
| probability | false | Numberic, from 0 to 100, in increments of 5. | |
| showonstagescreen | 1 | false | Show on Deals By Stage Screen 1: Yes 0: No |
| amount | false | decimal value. do not use commas or currency symbols | |
| commission | false | decimal value. do not use commas or currency symbols | |
| openeddate | false | US Date format mm/dd/yyyy | |
| expectedclosedate | false | US Date format mm/dd/yyyy | |
| actualclosedate | false | US Date format mm/dd/yyyy | |
| nextstep | 40 | false | |
| lostreason | 50 | false |