| Method | /testsite/Services/Gateway.asmx/AddSignerToRequest |
| Sertifi API Web Service > All Operations Resource Group : /testsite/Services/Gateway.asmx/AddSignerToRequest (Method) |
The request body is of type AddSignerToRequest.
| Name | Description | Data Type |
|---|---|---|
| pstr_APICode | The API code of the site. This can be found through your Sertifi web interface under Administration -> Account Settings. | xml:string |
| pstr_FileID | The id of the relevant file. | xml:string |
| pstr_Email | The Email address of the signer being added. | xml:string |
| sequence | The Sequence/Signer Level you wish to add the signer to. (Default = 1) (If you want to add a CC to the file, use AddCCToRequest.) | xml:int |
| MustSignWithName | The signer's name as it must be signed/entered. | xml:string |

The response body is of type AddSignerToRequestResponse.
| Name | Description | Data Type |
|---|---|---|
| AddSignerToRequestResult | "SUCCESS" or error message. | xml:string |
