Replace a signer who already exists in a file with a different user.
The request body is of type EditUser.
Request Body Parameters
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_OriginalEmail | Email address of the user who should be removed from the file. | xml:string |
pstr_NewEmail | Email address of the user to add to the file. | xml:string |
pstr_SignerType | "signer" is the only valid type. | xml:string |
pshr_Sequence | The signer level of the user to replace. | xml:short |
The response body is of type EditUserResponse.
Response Body Parameters
Name | Description | Data Type |
EditUserResult | "SUCCESS" or error message. | xml:string |