POST api/ChequeFormat/Save
Request Information
URI Parameters
None.
Body Parameters
ChequeFormat| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| ChequeHeight_InCm | decimal number |
None. |
|
| ChequeWdith_InCm | decimal number |
None. |
|
| Lef_Signature | decimal number |
None. |
|
| Left_AmountInFigures | decimal number |
None. |
|
| Left_AmountInWords_Line1 | decimal number |
None. |
|
| Left_Date | decimal number |
None. |
|
| Left_PartyName | decimal number |
None. |
|
| Top_AmountInFigures | decimal number |
None. |
|
| Top_AmountInWords_Line1 | decimal number |
None. |
|
| Top_Date | decimal number |
None. |
|
| Top_PartyName | decimal number |
None. |
|
| Top_Signature | decimal number |
None. |
|
| Top_AmountInWords_Line2 | decimal number |
None. |
|
| Left_AmountInWords_Line2 | decimal number |
None. |
|
| BankId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| EntryUser | integer |
None. |
|
| FinancialYearId | integer |
None. |
|
| Id | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| DateFormat | string |
None. |
|
| FormatName | string |
None. |
|
| Prefix_AmountInFigures | string |
None. |
|
| Prefix_AmountInWords | string |
None. |
|
| Prefix_PartyName | string |
None. |
|
| Sufix_AmountInFigures | string |
None. |
|
| Sufix_AmountInWords | string |
None. |
|
| Sufix_PartyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntryDate": "2025-10-29T13:17:22.7130776+05:00",
"ModifyDate": "2025-10-29T13:17:22.7130776+05:00",
"ChequeHeight_InCm": 3.1,
"ChequeWdith_InCm": 4.1,
"Lef_Signature": 5.1,
"Left_AmountInFigures": 6.1,
"Left_AmountInWords_Line1": 7.1,
"Left_Date": 8.1,
"Left_PartyName": 9.1,
"Top_AmountInFigures": 10.1,
"Top_AmountInWords_Line1": 11.1,
"Top_Date": 12.1,
"Top_PartyName": 13.1,
"Top_Signature": 14.1,
"Top_AmountInWords_Line2": 15.1,
"Left_AmountInWords_Line2": 16.1,
"BankId": 17,
"CompanyId": 18,
"EntryUser": 19,
"FinancialYearId": 20,
"Id": 21,
"ModifyUser": 22,
"OrganizationId": 23,
"DateFormat": "sample string 24",
"FormatName": "sample string 25",
"Prefix_AmountInFigures": "sample string 26",
"Prefix_AmountInWords": "sample string 27",
"Prefix_PartyName": "sample string 28",
"Sufix_AmountInFigures": "sample string 29",
"Sufix_AmountInWords": "sample string 30",
"Sufix_PartyName": "sample string 31"
}
application/xml, text/xml
Sample:
<ChequeFormat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.ChequePrinting"> <BankId>17</BankId> <ChequeHeight_InCm>3.1</ChequeHeight_InCm> <ChequeWdith_InCm>4.1</ChequeWdith_InCm> <CompanyId>18</CompanyId> <DateFormat>sample string 24</DateFormat> <EntryDate>2025-10-29T13:17:22.7130776+05:00</EntryDate> <EntryUser>19</EntryUser> <FinancialYearId>20</FinancialYearId> <FormatName>sample string 25</FormatName> <Id>21</Id> <Lef_Signature>5.1</Lef_Signature> <Left_AmountInFigures>6.1</Left_AmountInFigures> <Left_AmountInWords_Line1>7.1</Left_AmountInWords_Line1> <Left_AmountInWords_Line2>16.1</Left_AmountInWords_Line2> <Left_Date>8.1</Left_Date> <Left_PartyName>9.1</Left_PartyName> <ModifyDate>2025-10-29T13:17:22.7130776+05:00</ModifyDate> <ModifyUser>22</ModifyUser> <OrganizationId>23</OrganizationId> <Prefix_AmountInFigures>sample string 26</Prefix_AmountInFigures> <Prefix_AmountInWords>sample string 27</Prefix_AmountInWords> <Prefix_PartyName>sample string 28</Prefix_PartyName> <Sufix_AmountInFigures>sample string 29</Sufix_AmountInFigures> <Sufix_AmountInWords>sample string 30</Sufix_AmountInWords> <Sufix_PartyName>sample string 31</Sufix_PartyName> <Top_AmountInFigures>10.1</Top_AmountInFigures> <Top_AmountInWords_Line1>11.1</Top_AmountInWords_Line1> <Top_AmountInWords_Line2>15.1</Top_AmountInWords_Line2> <Top_Date>12.1</Top_Date> <Top_PartyName>13.1</Top_PartyName> <Top_Signature>14.1</Top_Signature> </ChequeFormat>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.