GET api/superentities/{superEntityId}/check/signature/password/requiredinfo
Check if a Sign Password assigned to super entity
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| superEntityId |
|
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckSignPasswordRequiredInfoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ExistActiveEntity |
|
boolean |
None. |
| IsSignPasswordEmpty |
|
boolean |
None. |
| HasLinkedBankCodes |
|
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"existActiveEntity": true,
"isSignPasswordEmpty": true,
"hasLinkedBankCodes": true
}
application/xml, text/xml
Sample:
<CheckSignPasswordRequiredInfoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.Controllers.Entities.Models"> <ExistActiveEntity>true</ExistActiveEntity> <HasLinkedBankCodes>true</HasLinkedBankCodes> <IsSignPasswordEmpty>true</IsSignPasswordEmpty> </CheckSignPasswordRequiredInfoViewModel>