POST v1/clientdata/CapsicanquickEntrySave/{userGuid}?companyId={companyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

integer

Required

userGuid

string

Required

Body Parameters

Collection of AppCapiScanModel
NameDescriptionTypeAdditional 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-04-22T15:43:48.7519444+01:00",
    "Type": 3,
    "Amount": 4.0,
    "Curreny": 1,
    "Note": "sample string 5",
    "F_CompanyMaster": 6,
    "IsRecorded": 1,
    "DateOfCreation": "2025-04-22T15:43:48.7519444+01:00",
    "LastUpdatedOn": "2025-04-22T15:43:48.7519444+01: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"
      }
    ]
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Date": "2025-04-22T15:43:48.7519444+01:00",
    "Type": 3,
    "Amount": 4.0,
    "Curreny": 1,
    "Note": "sample string 5",
    "F_CompanyMaster": 6,
    "IsRecorded": 1,
    "DateOfCreation": "2025-04-22T15:43:48.7519444+01:00",
    "LastUpdatedOn": "2025-04-22T15:43:48.7519444+01: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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Collection of CapiscanResult
NameDescriptionTypeAdditional information
companyID

integer

None.

Name

string

None.

sqlCapiscanId

integer

None.

Errormessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "companyID": 1,
    "Name": "sample string 2",
    "sqlCapiscanId": 3,
    "Errormessage": "sample string 4"
  },
  {
    "companyID": 1,
    "Name": "sample string 2",
    "sqlCapiscanId": 3,
    "Errormessage": "sample string 4"
  }
]