POST api/FeeExecuteCheck/FeeExecuteCheckAudit?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}&FeeExecuteCheckID={FeeExecuteCheckID}&affirmStatus={affirmStatus}&remark={remark}
检核数据认定
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. |
| FeeExecuteCheckID |
费用检核ID |
globally unique identifier |
Required |
| affirmStatus |
认定KEY |
string |
Required |
| remark |
认定备注 |
string |
Required |
Body Parameters
检核审核结果
FeeCheckSubmitDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TID | globally unique identifier |
None. |
|
| FeeAgreementID | globally unique identifier |
None. |
|
| MonthID | integer |
None. |
|
| CustomerID | globally unique identifier |
None. |
|
| CheckDate | date |
None. |
|
| CheckDateTime | date |
None. |
|
| CheckPersonID | globally unique identifier |
None. |
|
| CheckPersonName | string |
None. |
|
| CheckRemark | string |
None. |
|
| AffirmStatusKey | string |
None. |
|
| AffirmStatusValue | string |
None. |
|
| AuditRemark | string |
None. |
|
| AuditPersonName | string |
None. |
|
| AuditDateTime | date |
None. |
|
| StatusKey | string |
None. |
|
| isChecked | boolean |
None. |
|
| DutyValue | string |
None. |
|
| ExecuteFeeItemList | Collection of ExecuteCheck_FeeItemDto |
None. |
|
| ImageBaseUrl | string |
None. |
|
| CanAudit | boolean |
None. |
|
| PayType | string |
None. |
|
| PayTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TID": "2fa89cb5-f9eb-4b54-9dd3-f0c0c874ce41",
"FeeAgreementID": "0f38ab92-1fcf-42be-a8d1-8827086342d1",
"MonthID": 1,
"CustomerID": "d2c88994-9201-48ba-a6f4-04d7e66bd732",
"CheckDate": "2025-12-17 05:48:58",
"CheckDateTime": "2025-12-17 05:48:58",
"CheckPersonID": "e4f4438a-14b0-46d0-afda-acdef5189019",
"CheckPersonName": "sample string 3",
"CheckRemark": "sample string 4",
"AffirmStatusKey": "sample string 5",
"AffirmStatusValue": "sample string 6",
"AuditRemark": "sample string 7",
"AuditPersonName": "sample string 8",
"AuditDateTime": "2025-12-17 05:48:58",
"StatusKey": "sample string 9",
"isChecked": true,
"DutyValue": "sample string 11",
"ExecuteFeeItemList": [
{
"FeeItemID": "2c0f70b7-5e03-4c5a-b93e-9f7470e0d8e6",
"FeeItemName": "sample string 1",
"FeeAgreementList": [
{
"TS206TID": "870685f5-e2c9-4073-b23b-e2ce80ba6ecd",
"FeeAgreementID": "8b6c0c31-8b77-4a54-9007-675367f26489",
"FeeAgreementNumber": "sample string 1",
"SingCount": 1.0,
"Unit": "sample string 2",
"SingAmount": 1.0,
"ExecCount": 1.0,
"ExecRate": 1.0,
"ShareRatio": 1.0,
"ShareAmount": 1.0,
"Price": 1.0,
"ExecAmount": 1.0,
"PayType": "sample string 3",
"AuditAmount": 1.0,
"AuditCount": 1.0
},
{
"TS206TID": "870685f5-e2c9-4073-b23b-e2ce80ba6ecd",
"FeeAgreementID": "8b6c0c31-8b77-4a54-9007-675367f26489",
"FeeAgreementNumber": "sample string 1",
"SingCount": 1.0,
"Unit": "sample string 2",
"SingAmount": 1.0,
"ExecCount": 1.0,
"ExecRate": 1.0,
"ShareRatio": 1.0,
"ShareAmount": 1.0,
"Price": 1.0,
"ExecAmount": 1.0,
"PayType": "sample string 3",
"AuditAmount": 1.0,
"AuditCount": 1.0
}
],
"PhotoURL": [
"sample string 1",
"sample string 2"
]
},
{
"FeeItemID": "2c0f70b7-5e03-4c5a-b93e-9f7470e0d8e6",
"FeeItemName": "sample string 1",
"FeeAgreementList": [
{
"TS206TID": "870685f5-e2c9-4073-b23b-e2ce80ba6ecd",
"FeeAgreementID": "8b6c0c31-8b77-4a54-9007-675367f26489",
"FeeAgreementNumber": "sample string 1",
"SingCount": 1.0,
"Unit": "sample string 2",
"SingAmount": 1.0,
"ExecCount": 1.0,
"ExecRate": 1.0,
"ShareRatio": 1.0,
"ShareAmount": 1.0,
"Price": 1.0,
"ExecAmount": 1.0,
"PayType": "sample string 3",
"AuditAmount": 1.0,
"AuditCount": 1.0
},
{
"TS206TID": "870685f5-e2c9-4073-b23b-e2ce80ba6ecd",
"FeeAgreementID": "8b6c0c31-8b77-4a54-9007-675367f26489",
"FeeAgreementNumber": "sample string 1",
"SingCount": 1.0,
"Unit": "sample string 2",
"SingAmount": 1.0,
"ExecCount": 1.0,
"ExecRate": 1.0,
"ShareRatio": 1.0,
"ShareAmount": 1.0,
"Price": 1.0,
"ExecAmount": 1.0,
"PayType": "sample string 3",
"AuditAmount": 1.0,
"AuditCount": 1.0
}
],
"PhotoURL": [
"sample string 1",
"sample string 2"
]
}
],
"ImageBaseUrl": "sample string 12",
"CanAudit": true,
"PayType": "sample string 14",
"PayTypeName": "sample string 15"
}
application/xml, text/xml
Sample:
<FeeCheckSubmitDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.ApiDTO">
<AffirmStatusKey>sample string 5</AffirmStatusKey>
<AffirmStatusValue>sample string 6</AffirmStatusValue>
<AuditDateTime>2025-12-17T05:48:58.2955138+08:00</AuditDateTime>
<AuditPersonName>sample string 8</AuditPersonName>
<AuditRemark>sample string 7</AuditRemark>
<CanAudit>true</CanAudit>
<CheckDate>2025-12-17T05:48:58.2955138+08:00</CheckDate>
<CheckDateTime>2025-12-17T05:48:58.2955138+08:00</CheckDateTime>
<CheckPersonID>e4f4438a-14b0-46d0-afda-acdef5189019</CheckPersonID>
<CheckPersonName>sample string 3</CheckPersonName>
<CheckRemark>sample string 4</CheckRemark>
<CustomerID>d2c88994-9201-48ba-a6f4-04d7e66bd732</CustomerID>
<DutyValue>sample string 11</DutyValue>
<ExecuteFeeItemList>
<ExecuteCheck_FeeItemDto>
<FeeAgreementList>
<FeeAgreement>
<AuditAmount>1</AuditAmount>
<AuditCount>1</AuditCount>
<ExecAmount>1</ExecAmount>
<ExecCount>1</ExecCount>
<ExecRate>1</ExecRate>
<FeeAgreementID>8b6c0c31-8b77-4a54-9007-675367f26489</FeeAgreementID>
<FeeAgreementNumber>sample string 1</FeeAgreementNumber>
<PayType>sample string 3</PayType>
<Price>1</Price>
<ShareAmount>1</ShareAmount>
<ShareRatio>1</ShareRatio>
<SingAmount>1</SingAmount>
<SingCount>1</SingCount>
<TS206TID>870685f5-e2c9-4073-b23b-e2ce80ba6ecd</TS206TID>
<Unit>sample string 2</Unit>
</FeeAgreement>
<FeeAgreement>
<AuditAmount>1</AuditAmount>
<AuditCount>1</AuditCount>
<ExecAmount>1</ExecAmount>
<ExecCount>1</ExecCount>
<ExecRate>1</ExecRate>
<FeeAgreementID>8b6c0c31-8b77-4a54-9007-675367f26489</FeeAgreementID>
<FeeAgreementNumber>sample string 1</FeeAgreementNumber>
<PayType>sample string 3</PayType>
<Price>1</Price>
<ShareAmount>1</ShareAmount>
<ShareRatio>1</ShareRatio>
<SingAmount>1</SingAmount>
<SingCount>1</SingCount>
<TS206TID>870685f5-e2c9-4073-b23b-e2ce80ba6ecd</TS206TID>
<Unit>sample string 2</Unit>
</FeeAgreement>
</FeeAgreementList>
<FeeItemID>2c0f70b7-5e03-4c5a-b93e-9f7470e0d8e6</FeeItemID>
<FeeItemName>sample string 1</FeeItemName>
<PhotoURL xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</PhotoURL>
</ExecuteCheck_FeeItemDto>
<ExecuteCheck_FeeItemDto>
<FeeAgreementList>
<FeeAgreement>
<AuditAmount>1</AuditAmount>
<AuditCount>1</AuditCount>
<ExecAmount>1</ExecAmount>
<ExecCount>1</ExecCount>
<ExecRate>1</ExecRate>
<FeeAgreementID>8b6c0c31-8b77-4a54-9007-675367f26489</FeeAgreementID>
<FeeAgreementNumber>sample string 1</FeeAgreementNumber>
<PayType>sample string 3</PayType>
<Price>1</Price>
<ShareAmount>1</ShareAmount>
<ShareRatio>1</ShareRatio>
<SingAmount>1</SingAmount>
<SingCount>1</SingCount>
<TS206TID>870685f5-e2c9-4073-b23b-e2ce80ba6ecd</TS206TID>
<Unit>sample string 2</Unit>
</FeeAgreement>
<FeeAgreement>
<AuditAmount>1</AuditAmount>
<AuditCount>1</AuditCount>
<ExecAmount>1</ExecAmount>
<ExecCount>1</ExecCount>
<ExecRate>1</ExecRate>
<FeeAgreementID>8b6c0c31-8b77-4a54-9007-675367f26489</FeeAgreementID>
<FeeAgreementNumber>sample string 1</FeeAgreementNumber>
<PayType>sample string 3</PayType>
<Price>1</Price>
<ShareAmount>1</ShareAmount>
<ShareRatio>1</ShareRatio>
<SingAmount>1</SingAmount>
<SingCount>1</SingCount>
<TS206TID>870685f5-e2c9-4073-b23b-e2ce80ba6ecd</TS206TID>
<Unit>sample string 2</Unit>
</FeeAgreement>
</FeeAgreementList>
<FeeItemID>2c0f70b7-5e03-4c5a-b93e-9f7470e0d8e6</FeeItemID>
<FeeItemName>sample string 1</FeeItemName>
<PhotoURL xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</PhotoURL>
</ExecuteCheck_FeeItemDto>
</ExecuteFeeItemList>
<FeeAgreementID>0f38ab92-1fcf-42be-a8d1-8827086342d1</FeeAgreementID>
<ImageBaseUrl>sample string 12</ImageBaseUrl>
<MonthID>1</MonthID>
<PayType>sample string 14</PayType>
<PayTypeName>sample string 15</PayTypeName>
<StatusKey>sample string 9</StatusKey>
<TID>2fa89cb5-f9eb-4b54-9dd3-f0c0c874ce41</TID>
<isChecked>true</isChecked>
</FeeCheckSubmitDto>
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>