POST v1/Company/CapiScan/quickEntrySave
Request Information
URI Parameters
None.
Body Parameters
AppCapiScanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
QuickEntry record id |
integer |
None. |
| Name |
QuickEntry Text |
string |
None. |
| Date |
QuickEntry Date |
date |
None. |
| Type |
QuickEntry item type |
integer |
None. |
| Amount |
QuickEntry item amount |
decimal number |
None. |
| Curreny |
QuickEntry item amount currency type |
integer |
None. |
| Note |
QuickEntry item note |
string |
None. |
| F_CompanyMaster |
CompanyId |
integer |
None. |
| IsRecorded |
QuickEntry item IsRecorded |
integer |
None. |
| DateOfCreation |
QuickEntry item Created date |
date |
None. |
| LastUpdatedOn |
QuickEntry item Last updated date |
date |
None. |
| CreatedBy |
QuickEntry item created user id |
integer |
None. |
| F_ParentUserid |
QuickEntry item created user's parentuserid |
integer |
None. |
| att |
List of Images |
Collection of AppAttachmentRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Date": "2025-11-02T17:39:23.2494582+00:00",
"Type": 3,
"Amount": 4.0,
"Curreny": 1,
"Note": "sample string 5",
"F_CompanyMaster": 6,
"IsRecorded": 1,
"DateOfCreation": "2025-11-02T17:39:23.2494582+00:00",
"LastUpdatedOn": "2025-11-02T17:39:23.2504582+00:00",
"CreatedBy": 1,
"F_ParentUserid": 1,
"att": [
{
"FileName": "sample string 1",
"ContentType": "sample string 2",
"FileContents": "sample string 3",
"ImageType": "sample string 4"
},
{
"FileName": "sample string 1",
"ContentType": "sample string 2",
"FileContents": "sample string 3",
"ImageType": "sample string 4"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Object |
None. |
|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Errors |
Errors occures while processing request |
Collection of ApiError |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": {},
"Status": true,
"Message": "sample string 3",
"Errors": [
{
"Number": 1,
"Message": "sample string 2",
"Exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
},
{
"Number": 1,
"Message": "sample string 2",
"Exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}
]
}