POST api/AttendanceFee/CreateAttendanceFeeApply?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
保存考勤费用申请
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DomainId |
域Id |
globally unique identifier |
None. |
AccountId |
账户Id |
globally unique identifier |
None. |
PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
MS371_AttendanceFeeApplyInfoName | Description | Type | Additional information |
---|---|---|---|
TID | globally unique identifier |
None. |
|
DomainID | globally unique identifier |
None. |
|
LastUpdatePersonID | string |
None. |
|
LastUpdateAccountID | string |
None. |
|
LastUpdateDateTime | date |
None. |
|
CreatePersonID | string |
None. |
|
CreateAccountID | string |
None. |
|
CreateDateTime | date |
None. |
|
IsDelete | boolean |
None. |
|
ApplyNumber | string |
None. |
|
ApplyDateTime | date |
None. |
|
ApplyAccountID | globally unique identifier |
None. |
|
ApplyPersonID | globally unique identifier |
None. |
|
AccountID | globally unique identifier |
None. |
|
PersonID | globally unique identifier |
None. |
|
PersonName | string |
None. |
|
PersonIDCard | string |
None. |
|
DutyKey | string |
None. |
|
EntryDate | date |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
StandardAmount | decimal number |
None. |
|
ActualAmount | decimal number |
None. |
|
StatusKey | string |
None. |
|
AuditRemark | string |
None. |
|
AuditAccountID | globally unique identifier |
None. |
|
AuditPersonID | globally unique identifier |
None. |
|
AuditPersonName | string |
None. |
|
DealerID | globally unique identifier |
None. |
|
ComputeMode | integer |
None. |
|
BusinessTypeID | globally unique identifier |
None. |
|
WriteOffStatus | integer |
None. |
|
TotalAmount | decimal number |
None. |
|
PaidAmount | decimal number |
None. |
|
UnpaidAmount | decimal number |
None. |
|
StatusLifecycle | string |
None. |
|
MakerAccountID | globally unique identifier |
None. |
|
MakerPersonID | globally unique identifier |
None. |
|
MakerPersonName | string |
None. |
|
MakerDateTime | date |
None. |
|
ChangeVersion | integer |
None. |
|
ApplyPersonName | string |
None. |
|
CustomerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TID": "b2da7712-ab47-4aa9-ad5c-1804d70fb8fc", "DomainID": "2e0162e4-ffe5-4535-ba3f-311326a2c005", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 12:08:32", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 12:08:32", "IsDelete": true, "ApplyNumber": "sample string 5", "ApplyDateTime": "2025-07-23 12:08:32", "ApplyAccountID": "e6f6a8b8-8b86-42d6-8d04-aca11f2e8a3e", "ApplyPersonID": "222ac6c5-e5b6-4144-b0d0-549beb9694b9", "AccountID": "d3bbc1bd-3e6a-46bb-a8e4-296ec64557ac", "PersonID": "405b6f12-1d06-40f5-b587-3ba551bb7888", "PersonName": "sample string 6", "PersonIDCard": "sample string 7", "DutyKey": "sample string 8", "EntryDate": "2025-07-23 12:08:32", "StartDate": "2025-07-23 12:08:32", "EndDate": "2025-07-23 12:08:32", "StandardAmount": 1.0, "ActualAmount": 1.0, "StatusKey": "sample string 9", "AuditRemark": "sample string 10", "AuditAccountID": "f22bd7fa-0a00-45e0-bd85-e57e126d9850", "AuditPersonID": "55b7aa2a-c05a-4528-9cfa-a3e3c1adb2f3", "AuditPersonName": "sample string 11", "DealerID": "a6feb01b-5575-4651-8244-2ae8f4f0ad74", "ComputeMode": 1, "BusinessTypeID": "cb32f897-7b6b-46f6-a37a-0a1dfb2a01f7", "WriteOffStatus": 1, "TotalAmount": 1.0, "PaidAmount": 1.0, "UnpaidAmount": 1.0, "StatusLifecycle": "sample string 12", "MakerAccountID": "999e1e7d-9774-4060-80e6-bd90dbfbe765", "MakerPersonID": "a31149ca-5c0b-45b2-8a73-b6ebeb07c983", "MakerPersonName": "sample string 13", "MakerDateTime": "2025-07-23 12:08:32", "ChangeVersion": 1, "ApplyPersonName": "sample string 14", "CustomerID": "sample string 15" }
application/xml, text/xml
Sample:
<MS371_AttendanceFeeApplyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <AccountID>d3bbc1bd-3e6a-46bb-a8e4-296ec64557ac</AccountID> <ActualAmount>1</ActualAmount> <ApplyAccountID>e6f6a8b8-8b86-42d6-8d04-aca11f2e8a3e</ApplyAccountID> <ApplyDateTime>2025-07-23T12:08:32.9927678+08:00</ApplyDateTime> <ApplyNumber>sample string 5</ApplyNumber> <ApplyPersonID>222ac6c5-e5b6-4144-b0d0-549beb9694b9</ApplyPersonID> <ApplyPersonName>sample string 14</ApplyPersonName> <AuditAccountID>f22bd7fa-0a00-45e0-bd85-e57e126d9850</AuditAccountID> <AuditPersonID>55b7aa2a-c05a-4528-9cfa-a3e3c1adb2f3</AuditPersonID> <AuditPersonName>sample string 11</AuditPersonName> <AuditRemark>sample string 10</AuditRemark> <BusinessTypeID>cb32f897-7b6b-46f6-a37a-0a1dfb2a01f7</BusinessTypeID> <ChangeVersion>1</ChangeVersion> <ComputeMode>1</ComputeMode> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-07-23T12:08:32.9927678+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CustomerID>sample string 15</CustomerID> <DealerID>a6feb01b-5575-4651-8244-2ae8f4f0ad74</DealerID> <DomainID>2e0162e4-ffe5-4535-ba3f-311326a2c005</DomainID> <DutyKey>sample string 8</DutyKey> <EndDate>2025-07-23T12:08:32.9927678+08:00</EndDate> <EntryDate>2025-07-23T12:08:32.9927678+08:00</EntryDate> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-07-23T12:08:32.9927678+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <MakerAccountID>999e1e7d-9774-4060-80e6-bd90dbfbe765</MakerAccountID> <MakerDateTime>2025-07-23T12:08:32.9927678+08:00</MakerDateTime> <MakerPersonID>a31149ca-5c0b-45b2-8a73-b6ebeb07c983</MakerPersonID> <MakerPersonName>sample string 13</MakerPersonName> <PaidAmount>1</PaidAmount> <PersonID>405b6f12-1d06-40f5-b587-3ba551bb7888</PersonID> <PersonIDCard>sample string 7</PersonIDCard> <PersonName>sample string 6</PersonName> <StandardAmount>1</StandardAmount> <StartDate>2025-07-23T12:08:32.9927678+08:00</StartDate> <StatusKey>sample string 9</StatusKey> <StatusLifecycle>sample string 12</StatusLifecycle> <TID>b2da7712-ab47-4aa9-ad5c-1804d70fb8fc</TID> <TotalAmount>1</TotalAmount> <UnpaidAmount>1</UnpaidAmount> <WriteOffStatus>1</WriteOffStatus> </MS371_AttendanceFeeApplyInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": true }
application/xml, text/xml
Sample:
<ResultModelOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data>true</Data> <Message>sample string 1</Message> </ResultModelOfboolean>