GET api/PaymentAndFinance/SemiAccounts
Gets the semi accounts.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
ResponseOfSemiAccounts[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of SemiAccounts |
None. |
|
| MiscData | Object |
None. |
|
| StatusCode | integer |
None. |
|
| Message | string |
None. |
|
| meta | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Id": 1,
"AccountId": 2,
"NationalId": "sample string 3",
"PlaceOfBirth": "sample string 4",
"GenderTypeId": 5,
"MaritalStatusTypeId": 1,
"NationalityTypeId": 6,
"CountyOfOriginId": 1,
"EntityStatusId": 7,
"PersonName": "sample string 8",
"FirstName": "sample string 9",
"MiddleName": "sample string 10",
"LastName": "sample string 11",
"Comment": "sample string 12",
"AccountTypeId": 1,
"AccountType": "sample string 13",
"BankAccountId": 1,
"PersonId": 1,
"IsActive": true
},
{
"Id": 1,
"AccountId": 2,
"NationalId": "sample string 3",
"PlaceOfBirth": "sample string 4",
"GenderTypeId": 5,
"MaritalStatusTypeId": 1,
"NationalityTypeId": 6,
"CountyOfOriginId": 1,
"EntityStatusId": 7,
"PersonName": "sample string 8",
"FirstName": "sample string 9",
"MiddleName": "sample string 10",
"LastName": "sample string 11",
"Comment": "sample string 12",
"AccountTypeId": 1,
"AccountType": "sample string 13",
"BankAccountId": 1,
"PersonId": 1,
"IsActive": true
}
],
"MiscData": {},
"StatusCode": 2,
"Message": "sample string 3",
"meta": {}
}