Sertifi API Web Service
Method/testsite/Services/Gateway.asmx/EditUser
Description
Replace a signer who already exists in a file with a different user.
Request (EditUserSoapIn)

The request body is of type EditUser.

Request Body Parameters

NameDescriptionData Type
pstr_APICodeThe API code of the site.  This can be found through your Sertifi web interface under Administration -> Account Settings.xml:string
pstr_FileIDThe id of the relevant file.xml:string
pstr_OriginalEmailEmail address of the user who should be removed from the file.xml:string
pstr_NewEmailEmail address of the user to add to the file.xml:string
pstr_SignerType"signer" is the only valid type.xml:string
pshr_SequenceThe signer level of the user to replace.xml:short
pshr_Sequence Element pstr_SignerType Element pstr_NewEmail Element pstr_OriginalEmail Element pstr_FileID Element pstr_APICode Element Sequence EditUser Element
Response (EditUserSoapOut)

The response body is of type EditUserResponse.

Response Body Parameters

NameDescriptionData Type
EditUserResult"SUCCESS" or error message.xml:string
EditUserResult Element Sequence EditUserResponse Element
Remarks
Common Errors include:
"ERROR: Invalid API Code"
"ERROR: File could not be accessed"
"ERROR: Invalid original user email"
"ERROR: Invalid orginal user email: ..."
"ERROR: Invalid new user email"
"ERROR: Invalid new user email: ..."
"Error: Sequence does not exists"
"Error: Type does not exists"
"ERROR: Room Expired"
"ERROR: pstr_OriginalEmail is not part of the file."
See Also
All Operations Resource GroupSertifi API Web Service

 

 


© Sertifi, Inc., 2019 All Rights Reserved.

Send comments on this topic.