Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Update a Trustee
This request updates information for a trustee. The table below includes the fields that can be updated. Other fields that are defined in Create Trustee but not listed here cannot be updated by API.
Trustees can only be associated with corporate accounts.
Note: You must establish processes to ensure that all member and account profile information, including but not limited to email address and all other personal information, is accurate and complete, and that you update the Folio system with all changes when they are received by your Firm. Folio cannot accept any client email address with the same domain name that is associated with your Firm, unless that account is owned by your Firm.
Request URL
Syntax | PUT /resatpi/trustees/{loginId} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/trustees/trusteeusername |
Response Data Fields
Field | Description |
---|---|
email1 | The primary email address of the trustee. |
Request Example
PUT /restapi/trustees/trusteeuser HTTP/1.1
{
"email1" : "trustee1@email.com",
"loginId" : "trusteeusername"
}
Response Example
HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Location: https://api.uat.foliofn.com/restapi/trsutees/trusteeusername
Link: <https://api.uat.foliofn.com/restapi/trustees/trusteeusername>; rel="GET"; type="application/json"; title="getTrustee"
Content-Type: text/html; charset=iso-8859-1
Content-Length: 0
Date: Fri, 21 Feb 2014 18:34:13 GMT
Change Log
09/02/2016
- Added Note Section