PUT api/CommitteeMember?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}&CompanyKey={CompanyKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

VendorPassword

string

Required

APIGUID

string

Required

CompanyKey

integer

Required

Body Parameters

CommitteeMember
NameDescriptionTypeAdditional information
CommitteeMemberKey

integer

None.

CommitteeKey

integer

None.

ResidentContactKey

integer

None.

c_Type

integer

None.

cm_Name

string

None.

cm_Title

string

None.

cm_Leader

boolean

None.

cm_WebEmail

string

None.

cm_Note

string

None.

cm_NoWeb

boolean

None.

cm_SendFinancial

boolean

None.

cm_Term

date

None.

cm_OperatingApprovalAmount

decimal number

None.

cm_ReserveApprovalAmount

decimal number

None.

cm_MoneyMarketApprovalAmount

decimal number

None.

cm_ReportOrder

integer

None.

cm_OtherBankAccountApprovalAmount

decimal number

None.

cm_OperatingApproval

boolean

None.

cm_ReserveApproval

boolean

None.

cm_MoneyMarketApproval

boolean

None.

cm_OtherBankAccountApproval

boolean

None.

cm_FinCENIdentifingDocumentType

integer

None.

cm_FinCENIdentifingDocumentNumber

string

None.

cm_FinCENIdentifingDocumentCountry

string

None.

cm_FinCENIdentifingDocumentState

string

None.

cm_FinCENID

string

None.

cm_DOB

date

None.

cm_LastName

string

None.

cm_FirstName

string

None.

cm_Address

string

None.

cm_Address2

string

None.

cm_City

string

None.

cm_State

string

None.

cm_ZipCode

string

None.

cm_Country

string

None.

cm_BusinessAddress

boolean

None.

cm_Signature

string

None.

downloadSignatureImage

string

None.

finCENValidation

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CommitteeMemberKey": 1,
  "CommitteeKey": 2,
  "ResidentContactKey": 3,
  "c_Type": 4,
  "cm_Name": "sample string 5",
  "cm_Title": "sample string 6",
  "cm_Leader": true,
  "cm_WebEmail": "sample string 8",
  "cm_Note": "sample string 9",
  "cm_NoWeb": true,
  "cm_SendFinancial": true,
  "cm_Term": "2025-07-14T21:55:42.5205647-05:00",
  "cm_OperatingApprovalAmount": 13.0,
  "cm_ReserveApprovalAmount": 14.0,
  "cm_MoneyMarketApprovalAmount": 15.0,
  "cm_ReportOrder": 16,
  "cm_OtherBankAccountApprovalAmount": 17.0,
  "cm_OperatingApproval": true,
  "cm_ReserveApproval": true,
  "cm_MoneyMarketApproval": true,
  "cm_OtherBankAccountApproval": true,
  "cm_FinCENIdentifingDocumentType": 22,
  "cm_FinCENIdentifingDocumentNumber": "sample string 23",
  "cm_FinCENIdentifingDocumentCountry": "sample string 24",
  "cm_FinCENIdentifingDocumentState": "sample string 25",
  "cm_FinCENID": "sample string 26",
  "cm_DOB": "2025-07-14T21:55:42.5205647-05:00",
  "cm_LastName": "sample string 28",
  "cm_FirstName": "sample string 29",
  "cm_Address": "sample string 30",
  "cm_Address2": "sample string 31",
  "cm_City": "sample string 32",
  "cm_State": "sample string 33",
  "cm_ZipCode": "sample string 34",
  "cm_Country": "sample string 35",
  "cm_BusinessAddress": true,
  "cm_Signature": "sample string 37",
  "downloadSignatureImage": "sample string 38",
  "finCENValidation": 39
}

application/xml, text/xml

Sample:
<CommitteeMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesCommittee">
  <CommitteeKey>2</CommitteeKey>
  <CommitteeMemberKey>1</CommitteeMemberKey>
  <ResidentContactKey>3</ResidentContactKey>
  <c_Type>4</c_Type>
  <cm_Address>sample string 30</cm_Address>
  <cm_Address2>sample string 31</cm_Address2>
  <cm_BusinessAddress>true</cm_BusinessAddress>
  <cm_City>sample string 32</cm_City>
  <cm_Country>sample string 35</cm_Country>
  <cm_DOB>2025-07-14T21:55:42.5205647-05:00</cm_DOB>
  <cm_FinCENID>sample string 26</cm_FinCENID>
  <cm_FinCENIdentifingDocumentCountry>sample string 24</cm_FinCENIdentifingDocumentCountry>
  <cm_FinCENIdentifingDocumentNumber>sample string 23</cm_FinCENIdentifingDocumentNumber>
  <cm_FinCENIdentifingDocumentState>sample string 25</cm_FinCENIdentifingDocumentState>
  <cm_FinCENIdentifingDocumentType>22</cm_FinCENIdentifingDocumentType>
  <cm_FirstName>sample string 29</cm_FirstName>
  <cm_LastName>sample string 28</cm_LastName>
  <cm_Leader>true</cm_Leader>
  <cm_MoneyMarketApproval>true</cm_MoneyMarketApproval>
  <cm_MoneyMarketApprovalAmount>15</cm_MoneyMarketApprovalAmount>
  <cm_Name>sample string 5</cm_Name>
  <cm_NoWeb>true</cm_NoWeb>
  <cm_Note>sample string 9</cm_Note>
  <cm_OperatingApproval>true</cm_OperatingApproval>
  <cm_OperatingApprovalAmount>13</cm_OperatingApprovalAmount>
  <cm_OtherBankAccountApproval>true</cm_OtherBankAccountApproval>
  <cm_OtherBankAccountApprovalAmount>17</cm_OtherBankAccountApprovalAmount>
  <cm_ReportOrder>16</cm_ReportOrder>
  <cm_ReserveApproval>true</cm_ReserveApproval>
  <cm_ReserveApprovalAmount>14</cm_ReserveApprovalAmount>
  <cm_SendFinancial>true</cm_SendFinancial>
  <cm_Signature>sample string 37</cm_Signature>
  <cm_State>sample string 33</cm_State>
  <cm_Term>2025-07-14T21:55:42.5205647-05:00</cm_Term>
  <cm_Title>sample string 6</cm_Title>
  <cm_WebEmail>sample string 8</cm_WebEmail>
  <cm_ZipCode>sample string 34</cm_ZipCode>
  <downloadSignatureImage>sample string 38</downloadSignatureImage>
  <finCENValidation>39</finCENValidation>
</CommitteeMember>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.