POST api/VoucherMsts/SaveVoucherDet
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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-16T20:28:34.554039+05:30", "RecommendedBy": "sample string 8", "IsDeleted": true, "CreatedBy": 10, "CreatedDate": "2024-11-16T20:28:34.554039+05:30", "ModifiedBy": 1, "ModifiedDate": "2024-11-16T20:28:34.554039+05:30" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.