POST api/CheckDetails/AddAndPrint
Request Information
URI Parameters
None.
Body Parameters
CheckDetailsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Serial | integer |
None. |
|
| CheckNo | integer |
None. |
|
| TheDate | date |
None. |
|
| BankAccCode | integer |
None. |
|
| TheAmount | decimal number |
None. |
|
| TheAmountText | string |
None. |
|
| NamePayTo | string |
None. |
|
| TheMemo | string |
None. |
|
| CheckType | integer |
None. |
|
| PayToCode | integer |
None. |
|
| IsPrinted | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| UserAddName | string |
None. |
|
| TimeOfAdd | string |
None. |
|
| UserEditName | string |
None. |
|
| TimeOfEdit | string |
None. |
|
| BankAccName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Serial": 1,
"CheckNo": 2,
"TheDate": "2026-01-12T20:25:22.3074353-05:00",
"BankAccCode": 4,
"TheAmount": 5.1,
"TheAmountText": "sample string 6",
"NamePayTo": "sample string 7",
"TheMemo": "sample string 8",
"CheckType": 9,
"PayToCode": 10,
"IsPrinted": true,
"IsDeleted": true,
"UserAddName": "sample string 13",
"TimeOfAdd": "sample string 14",
"UserEditName": "sample string 15",
"TimeOfEdit": "sample string 16",
"BankAccName": "sample string 17"
}
application/xml, text/xml
Sample:
<CheckDetailsData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckBusinessLayer"> <BankAccCode>4</BankAccCode> <BankAccName>sample string 17</BankAccName> <CheckNo>2</CheckNo> <CheckType>9</CheckType> <IsDeleted>true</IsDeleted> <IsPrinted>true</IsPrinted> <NamePayTo>sample string 7</NamePayTo> <PayToCode>10</PayToCode> <Serial>1</Serial> <TheAmount>5.1</TheAmount> <TheAmountText>sample string 6</TheAmountText> <TheDate>2026-01-12T20:25:22.3074353-05:00</TheDate> <TheMemo>sample string 8</TheMemo> <TimeOfAdd>sample string 14</TimeOfAdd> <TimeOfEdit>sample string 16</TimeOfEdit> <UserAddName>sample string 13</UserAddName> <UserEditName>sample string 15</UserEditName> </CheckDetailsData>
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.