POST api/VoucherTypeMaster
Request Information
URI Parameters
None.
Body Parameters
F_VoucherTypeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VoucherTypeName | string |
None. |
|
| PrimaryFlag | string |
None. |
|
| PrimaryVoucher | string |
None. |
|
| Alias | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"VoucherTypeName": "sample string 2",
"PrimaryFlag": "sample string 3",
"PrimaryVoucher": "sample string 4",
"Alias": "sample string 5",
"CreatedBy": 1,
"CreatedOn": "2025-12-17T23:58:04.7267888+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-17T23:58:04.7267888+00:00"
}
application/xml, text/xml
Sample:
<F_VoucherTypeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <Alias>sample string 5</Alias> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-17T23:58:04.7267888+00:00</CreatedOn> <Id>1</Id> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-12-17T23:58:04.7267888+00:00</ModifiedOn> <PrimaryFlag>sample string 3</PrimaryFlag> <PrimaryVoucher>sample string 4</PrimaryVoucher> <VoucherTypeName>sample string 2</VoucherTypeName> </F_VoucherTypeMaster>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |