POST api/Voucher/Receipt/Sync
Request Information
URI Parameters
None.
Body Parameters
Collection of Xenia_Voucher| Name | Description | Type | Additional information |
|---|---|---|---|
| Voucher_UID | string |
String length: inclusive between 0 and 255 |
|
| Voucher_NoPrefix | string |
String length: inclusive between 0 and 50 |
|
| Voucher_Number | string |
Required String length: inclusive between 0 and 255 |
|
| Voucher_Date | date |
None. |
|
| Voucher_Type | string |
String length: inclusive between 0 and 255 |
|
| Voucher_DrLUID | string |
String length: inclusive between 0 and 100 |
|
| Voucher_CrLUID | string |
String length: inclusive between 0 and 100 |
|
| Voucher_Amount | decimal number |
None. |
|
| Voucher_RefNo | string |
String length: inclusive between 0 and 255 |
|
| Voucher_Remarks | string |
String length: inclusive between 0 and 255 |
|
| Voucher_IssueingBank | string |
String length: inclusive between 0 and 255 |
|
| Voucher_ChequeNo | string |
String length: inclusive between 0 and 255 |
|
| Voucher_Cancelled | boolean |
None. |
|
| Voucher_CrAmount | decimal number |
None. |
|
| Voucher_Narration | string |
None. |
|
| Voucher_IsReconcil | boolean |
None. |
|
| Voucher_ChequeStatus | integer |
None. |
|
| Voucher_ChequeDate | date |
None. |
|
| Voucher_ReconcilDate | date |
None. |
|
| Voucher_CheqStatus | string |
String length: inclusive between 0 and 50 |
|
| Voucher_Taxable | decimal number |
None. |
|
| Voucher_TaxAmt | decimal number |
None. |
|
| Voucher_TaxPer | decimal number |
None. |
|
| Voucher_taxRefNo | string |
String length: inclusive between 0 and 50 |
|
| Voucher_rMode | integer |
None. |
|
| Voucher_Deleted | integer |
None. |
|
| Voucher_CompanyUid | string |
String length: inclusive between 0 and 100 |
|
| Voucher_UserUid | string |
String length: inclusive between 0 and 100 |
|
| Voucher_StoreUid | string |
String length: inclusive between 0 and 100 |
|
| Voucher_DeviceUid | string |
String length: inclusive between 0 and 100 |
|
| Voucher_CreatedOn | date |
None. |
|
| Voucher_CreatedBy | string |
String length: inclusive between 0 and 255 |
|
| Voucher_ModifiedOn | date |
None. |
|
| Voucher_ModifiedBy | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
[
{
"$id": "1",
"Voucher_UID": "sample string 1",
"Voucher_NoPrefix": "sample string 2",
"Voucher_Number": "sample string 3",
"Voucher_Date": "2025-12-06T09:20:40.3469911+05:30",
"Voucher_Type": "sample string 4",
"Voucher_DrLUID": "sample string 5",
"Voucher_CrLUID": "sample string 6",
"Voucher_Amount": 1.0,
"Voucher_RefNo": "sample string 7",
"Voucher_Remarks": "sample string 8",
"Voucher_IssueingBank": "sample string 9",
"Voucher_ChequeNo": "sample string 10",
"Voucher_Cancelled": true,
"Voucher_CrAmount": 1.0,
"Voucher_Narration": "sample string 11",
"Voucher_IsReconcil": true,
"Voucher_ChequeStatus": 1,
"Voucher_ChequeDate": "2025-12-06T09:20:40.3469911+05:30",
"Voucher_ReconcilDate": "2025-12-06T09:20:40.3469911+05:30",
"Voucher_CheqStatus": "sample string 12",
"Voucher_Taxable": 1.0,
"Voucher_TaxAmt": 1.0,
"Voucher_TaxPer": 1.1,
"Voucher_taxRefNo": "sample string 13",
"Voucher_rMode": 1,
"Voucher_Deleted": 1,
"Voucher_CompanyUid": "sample string 14",
"Voucher_UserUid": "sample string 15",
"Voucher_StoreUid": "sample string 16",
"Voucher_DeviceUid": "sample string 17",
"Voucher_CreatedOn": "2025-12-06T09:20:40.3469911+05:30",
"Voucher_CreatedBy": "sample string 18",
"Voucher_ModifiedOn": "2025-12-06T09:20:40.3469911+05:30",
"Voucher_ModifiedBy": "sample string 19"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample not available.
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. |