POST api/Clients/{businessId}/EditStockHolder/{stockholderId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| businessId | No documentation available. |
Define this parameter in the request URI. |
| stockholderId | No documentation available. |
Define this parameter in the request URI. |
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"notRegisterIsrael": true,
"isControlling": true,
"dividendRight": 1.1,
"votingRight": 1.1,
"otherRight": 1.1,
"isEssential": true
}
text/xml
Sample:
<StockHolderData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic.Common"> <DividendRight>1.1</DividendRight> <IsControlling>true</IsControlling> <IsEssential>true</IsEssential> <NotRegisterIsrael>true</NotRegisterIsrael> <OtherRight>1.1</OtherRight> <VotingRight>1.1</VotingRight> </StockHolderData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, text/xml
Sample:
Sample not available.