POST api/Attendance/AddSupplementCardApply

发起补卡申请

Request Information

URI Parameters

None.

Body Parameters

PropertyAttendanceApplySupplementCard
NameDescriptionTypeAdditional information
PropertyId

string

None.

ApplyId

string

None.

MainId

string

None.

BusinessType

EnumBusinessType

None.

SupplementCardTime

date

None.

SupplementCardRemark

string

None.

StaffId

string

None.

Id

string

None.

Created

date

None.

Updated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyId": "sample string 1",
  "ApplyId": "sample string 2",
  "MainId": "sample string 3",
  "BusinessType": 3,
  "SupplementCardTime": "2025-12-07 04:17:50",
  "SupplementCardRemark": "sample string 5",
  "StaffId": "sample string 6",
  "Id": "sample string 7",
  "Created": "2025-12-07 04:17:50",
  "Updated": "2025-12-07 04:17:50"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultObjOfString
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": "sample string 3"
}