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,
"ownerId": 1,
"spouse": {
"name": "sample string 1",
"idNumber": "sample string 2"
}
}
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>
<OwnerId>1</OwnerId>
<Spouse>
<IdNumber>sample string 2</IdNumber>
<Name>sample string 1</Name>
</Spouse>
<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.