GET api/VoucherMsts/GetVoucherMsts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VoucherMstName | Description | Type | Additional information |
---|---|---|---|
dtVoucherAccountHeadDet | DataTable |
None. |
|
dtVoucherDeductionDet | DataTable |
None. |
|
StrVoucherDate | string |
None. |
|
VoucherID | integer |
None. |
|
VoucherType | integer |
None. |
|
PartyID | integer |
None. |
|
Narration | string |
None. |
|
GrossAmount | decimal number |
None. |
|
NetAmount | decimal number |
None. |
|
VoucherDate | date |
None. |
|
RecommendedBy | string |
None. |
|
IsDeleted | boolean |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDate | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "dtVoucherAccountHeadDet": null, "dtVoucherDeductionDet": [], "StrVoucherDate": "sample string 1", "VoucherID": 2, "VoucherType": 3, "PartyID": 4, "Narration": "sample string 5", "GrossAmount": 6.0, "NetAmount": 7.0, "VoucherDate": "2024-11-17T10:47:40.3812577+05:30", "RecommendedBy": "sample string 8", "IsDeleted": true, "CreatedBy": 10, "CreatedDate": "2024-11-17T10:47:40.3812577+05:30", "ModifiedBy": 1, "ModifiedDate": "2024-11-17T10:47:40.3812577+05:30" }, { "dtVoucherAccountHeadDet": null, "dtVoucherDeductionDet": [], "StrVoucherDate": "sample string 1", "VoucherID": 2, "VoucherType": 3, "PartyID": 4, "Narration": "sample string 5", "GrossAmount": 6.0, "NetAmount": 7.0, "VoucherDate": "2024-11-17T10:47:40.3812577+05:30", "RecommendedBy": "sample string 8", "IsDeleted": true, "CreatedBy": 10, "CreatedDate": "2024-11-17T10:47:40.3812577+05:30", "ModifiedBy": 1, "ModifiedDate": "2024-11-17T10:47:40.3812577+05:30" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.