POST api/AttendanceFee/UpdateAttendanceFeeApply?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_AttendanceFeeApplyInfo| Name | 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": "1050e55d-a29c-4b1b-82b3-fc68b30d8e94",
"DomainID": "10dfa33c-a390-4225-95d7-8e96ff8c3b32",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:49:31",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:49:31",
"IsDelete": true,
"ApplyNumber": "sample string 5",
"ApplyDateTime": "2025-12-17 05:49:31",
"ApplyAccountID": "a9188627-f949-44b7-bf3e-57ce97eb9fc9",
"ApplyPersonID": "3a1e0592-4f1d-49d7-9181-017de5a0cd80",
"AccountID": "1fdd10dd-8c5b-4503-81e1-353abfe916f9",
"PersonID": "097be20c-4a46-4f77-9645-00c3c4965c19",
"PersonName": "sample string 6",
"PersonIDCard": "sample string 7",
"DutyKey": "sample string 8",
"EntryDate": "2025-12-17 05:49:31",
"StartDate": "2025-12-17 05:49:31",
"EndDate": "2025-12-17 05:49:31",
"StandardAmount": 1.0,
"ActualAmount": 1.0,
"StatusKey": "sample string 9",
"AuditRemark": "sample string 10",
"AuditAccountID": "e978223a-b894-4a4a-acbe-881ca479c717",
"AuditPersonID": "023a4cdb-9cd9-48b2-ba5d-fd0b65715088",
"AuditPersonName": "sample string 11",
"DealerID": "212fc01f-2b61-46f5-b104-a041ef0d5df7",
"ComputeMode": 1,
"BusinessTypeID": "bd5432c0-7a51-4af7-9827-44885a7282bd",
"WriteOffStatus": 1,
"TotalAmount": 1.0,
"PaidAmount": 1.0,
"UnpaidAmount": 1.0,
"StatusLifecycle": "sample string 12",
"MakerAccountID": "6e60a68a-c736-4168-a8a5-783c41f9ebd0",
"MakerPersonID": "452f49a8-014d-4ba8-a195-afb477e30f4d",
"MakerPersonName": "sample string 13",
"MakerDateTime": "2025-12-17 05:49:31",
"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>1fdd10dd-8c5b-4503-81e1-353abfe916f9</AccountID> <ActualAmount>1</ActualAmount> <ApplyAccountID>a9188627-f949-44b7-bf3e-57ce97eb9fc9</ApplyAccountID> <ApplyDateTime>2025-12-17T05:49:31.9450932+08:00</ApplyDateTime> <ApplyNumber>sample string 5</ApplyNumber> <ApplyPersonID>3a1e0592-4f1d-49d7-9181-017de5a0cd80</ApplyPersonID> <ApplyPersonName>sample string 14</ApplyPersonName> <AuditAccountID>e978223a-b894-4a4a-acbe-881ca479c717</AuditAccountID> <AuditPersonID>023a4cdb-9cd9-48b2-ba5d-fd0b65715088</AuditPersonID> <AuditPersonName>sample string 11</AuditPersonName> <AuditRemark>sample string 10</AuditRemark> <BusinessTypeID>bd5432c0-7a51-4af7-9827-44885a7282bd</BusinessTypeID> <ChangeVersion>1</ChangeVersion> <ComputeMode>1</ComputeMode> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-17T05:49:31.9450932+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CustomerID>sample string 15</CustomerID> <DealerID>212fc01f-2b61-46f5-b104-a041ef0d5df7</DealerID> <DomainID>10dfa33c-a390-4225-95d7-8e96ff8c3b32</DomainID> <DutyKey>sample string 8</DutyKey> <EndDate>2025-12-17T05:49:31.9450932+08:00</EndDate> <EntryDate>2025-12-17T05:49:31.9450932+08:00</EntryDate> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-17T05:49:31.9450932+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <MakerAccountID>6e60a68a-c736-4168-a8a5-783c41f9ebd0</MakerAccountID> <MakerDateTime>2025-12-17T05:49:31.9460806+08:00</MakerDateTime> <MakerPersonID>452f49a8-014d-4ba8-a195-afb477e30f4d</MakerPersonID> <MakerPersonName>sample string 13</MakerPersonName> <PaidAmount>1</PaidAmount> <PersonID>097be20c-4a46-4f77-9645-00c3c4965c19</PersonID> <PersonIDCard>sample string 7</PersonIDCard> <PersonName>sample string 6</PersonName> <StandardAmount>1</StandardAmount> <StartDate>2025-12-17T05:49:31.9450932+08:00</StartDate> <StatusKey>sample string 9</StatusKey> <StatusLifecycle>sample string 12</StatusLifecycle> <TID>1050e55d-a29c-4b1b-82b3-fc68b30d8e94</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
ResultModelOfBoolean| Name | 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>