POST api/FeeExecuteCheck/LoadFeeCheckWaitAuditData?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}&checkID={checkID}
根据检核ID加载检核数据
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. |
checkID |
检核ID(ms359ID) |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfFeeCheckSubmitDtoName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | FeeCheckSubmitDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": { "TID": "07dba70e-db45-4f40-b996-b921f92d3d3c", "FeeAgreementID": "0e5ef67a-105c-46da-ae77-c25a4809698b", "MonthID": 1, "CustomerID": "a3d7bf37-0336-4986-852f-7fd981c7dfd0", "CheckDate": "2025-07-23 07:26:35", "CheckDateTime": "2025-07-23 07:26:35", "CheckPersonID": "8672596f-01da-4a84-9dfc-888fc2a41852", "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-07-23 07:26:35", "StatusKey": "sample string 9", "isChecked": true, "DutyValue": "sample string 11", "ExecuteFeeItemList": [ { "FeeItemID": "2874da00-0e22-4c49-888b-0a0ef2333cb2", "FeeItemName": "sample string 1", "FeeAgreementList": [ { "TS206TID": "3d8a93c2-b53d-468a-9912-b72e6855f411", "FeeAgreementID": "d86613ac-3b76-4501-8d0c-2e3ae0bc30c8", "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": "3d8a93c2-b53d-468a-9912-b72e6855f411", "FeeAgreementID": "d86613ac-3b76-4501-8d0c-2e3ae0bc30c8", "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": "2874da00-0e22-4c49-888b-0a0ef2333cb2", "FeeItemName": "sample string 1", "FeeAgreementList": [ { "TS206TID": "3d8a93c2-b53d-468a-9912-b72e6855f411", "FeeAgreementID": "d86613ac-3b76-4501-8d0c-2e3ae0bc30c8", "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": "3d8a93c2-b53d-468a-9912-b72e6855f411", "FeeAgreementID": "d86613ac-3b76-4501-8d0c-2e3ae0bc30c8", "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:
<ResultModelOfFeeCheckSubmitDtocLJEwkTE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.ApiDTO"> <d2p1:AffirmStatusKey>sample string 5</d2p1:AffirmStatusKey> <d2p1:AffirmStatusValue>sample string 6</d2p1:AffirmStatusValue> <d2p1:AuditDateTime>2025-07-23T07:26:35.8280741+08:00</d2p1:AuditDateTime> <d2p1:AuditPersonName>sample string 8</d2p1:AuditPersonName> <d2p1:AuditRemark>sample string 7</d2p1:AuditRemark> <d2p1:CanAudit>true</d2p1:CanAudit> <d2p1:CheckDate>2025-07-23T07:26:35.8280741+08:00</d2p1:CheckDate> <d2p1:CheckDateTime>2025-07-23T07:26:35.8280741+08:00</d2p1:CheckDateTime> <d2p1:CheckPersonID>8672596f-01da-4a84-9dfc-888fc2a41852</d2p1:CheckPersonID> <d2p1:CheckPersonName>sample string 3</d2p1:CheckPersonName> <d2p1:CheckRemark>sample string 4</d2p1:CheckRemark> <d2p1:CustomerID>a3d7bf37-0336-4986-852f-7fd981c7dfd0</d2p1:CustomerID> <d2p1:DutyValue>sample string 11</d2p1:DutyValue> <d2p1:ExecuteFeeItemList> <d2p1:ExecuteCheck_FeeItemDto> <d2p1:FeeAgreementList> <d2p1:FeeAgreement> <d2p1:AuditAmount>1</d2p1:AuditAmount> <d2p1:AuditCount>1</d2p1:AuditCount> <d2p1:ExecAmount>1</d2p1:ExecAmount> <d2p1:ExecCount>1</d2p1:ExecCount> <d2p1:ExecRate>1</d2p1:ExecRate> <d2p1:FeeAgreementID>d86613ac-3b76-4501-8d0c-2e3ae0bc30c8</d2p1:FeeAgreementID> <d2p1:FeeAgreementNumber>sample string 1</d2p1:FeeAgreementNumber> <d2p1:PayType>sample string 3</d2p1:PayType> <d2p1:Price>1</d2p1:Price> <d2p1:ShareAmount>1</d2p1:ShareAmount> <d2p1:ShareRatio>1</d2p1:ShareRatio> <d2p1:SingAmount>1</d2p1:SingAmount> <d2p1:SingCount>1</d2p1:SingCount> <d2p1:TS206TID>3d8a93c2-b53d-468a-9912-b72e6855f411</d2p1:TS206TID> <d2p1:Unit>sample string 2</d2p1:Unit> </d2p1:FeeAgreement> <d2p1:FeeAgreement> <d2p1:AuditAmount>1</d2p1:AuditAmount> <d2p1:AuditCount>1</d2p1:AuditCount> <d2p1:ExecAmount>1</d2p1:ExecAmount> <d2p1:ExecCount>1</d2p1:ExecCount> <d2p1:ExecRate>1</d2p1:ExecRate> <d2p1:FeeAgreementID>d86613ac-3b76-4501-8d0c-2e3ae0bc30c8</d2p1:FeeAgreementID> <d2p1:FeeAgreementNumber>sample string 1</d2p1:FeeAgreementNumber> <d2p1:PayType>sample string 3</d2p1:PayType> <d2p1:Price>1</d2p1:Price> <d2p1:ShareAmount>1</d2p1:ShareAmount> <d2p1:ShareRatio>1</d2p1:ShareRatio> <d2p1:SingAmount>1</d2p1:SingAmount> <d2p1:SingCount>1</d2p1:SingCount> <d2p1:TS206TID>3d8a93c2-b53d-468a-9912-b72e6855f411</d2p1:TS206TID> <d2p1:Unit>sample string 2</d2p1:Unit> </d2p1:FeeAgreement> </d2p1:FeeAgreementList> <d2p1:FeeItemID>2874da00-0e22-4c49-888b-0a0ef2333cb2</d2p1:FeeItemID> <d2p1:FeeItemName>sample string 1</d2p1:FeeItemName> <d2p1:PhotoURL xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:string>sample string 1</d5p1:string> <d5p1:string>sample string 2</d5p1:string> </d2p1:PhotoURL> </d2p1:ExecuteCheck_FeeItemDto> <d2p1:ExecuteCheck_FeeItemDto> <d2p1:FeeAgreementList> <d2p1:FeeAgreement> <d2p1:AuditAmount>1</d2p1:AuditAmount> <d2p1:AuditCount>1</d2p1:AuditCount> <d2p1:ExecAmount>1</d2p1:ExecAmount> <d2p1:ExecCount>1</d2p1:ExecCount> <d2p1:ExecRate>1</d2p1:ExecRate> <d2p1:FeeAgreementID>d86613ac-3b76-4501-8d0c-2e3ae0bc30c8</d2p1:FeeAgreementID> <d2p1:FeeAgreementNumber>sample string 1</d2p1:FeeAgreementNumber> <d2p1:PayType>sample string 3</d2p1:PayType> <d2p1:Price>1</d2p1:Price> <d2p1:ShareAmount>1</d2p1:ShareAmount> <d2p1:ShareRatio>1</d2p1:ShareRatio> <d2p1:SingAmount>1</d2p1:SingAmount> <d2p1:SingCount>1</d2p1:SingCount> <d2p1:TS206TID>3d8a93c2-b53d-468a-9912-b72e6855f411</d2p1:TS206TID> <d2p1:Unit>sample string 2</d2p1:Unit> </d2p1:FeeAgreement> <d2p1:FeeAgreement> <d2p1:AuditAmount>1</d2p1:AuditAmount> <d2p1:AuditCount>1</d2p1:AuditCount> <d2p1:ExecAmount>1</d2p1:ExecAmount> <d2p1:ExecCount>1</d2p1:ExecCount> <d2p1:ExecRate>1</d2p1:ExecRate> <d2p1:FeeAgreementID>d86613ac-3b76-4501-8d0c-2e3ae0bc30c8</d2p1:FeeAgreementID> <d2p1:FeeAgreementNumber>sample string 1</d2p1:FeeAgreementNumber> <d2p1:PayType>sample string 3</d2p1:PayType> <d2p1:Price>1</d2p1:Price> <d2p1:ShareAmount>1</d2p1:ShareAmount> <d2p1:ShareRatio>1</d2p1:ShareRatio> <d2p1:SingAmount>1</d2p1:SingAmount> <d2p1:SingCount>1</d2p1:SingCount> <d2p1:TS206TID>3d8a93c2-b53d-468a-9912-b72e6855f411</d2p1:TS206TID> <d2p1:Unit>sample string 2</d2p1:Unit> </d2p1:FeeAgreement> </d2p1:FeeAgreementList> <d2p1:FeeItemID>2874da00-0e22-4c49-888b-0a0ef2333cb2</d2p1:FeeItemID> <d2p1:FeeItemName>sample string 1</d2p1:FeeItemName> <d2p1:PhotoURL xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:string>sample string 1</d5p1:string> <d5p1:string>sample string 2</d5p1:string> </d2p1:PhotoURL> </d2p1:ExecuteCheck_FeeItemDto> </d2p1:ExecuteFeeItemList> <d2p1:FeeAgreementID>0e5ef67a-105c-46da-ae77-c25a4809698b</d2p1:FeeAgreementID> <d2p1:ImageBaseUrl>sample string 12</d2p1:ImageBaseUrl> <d2p1:MonthID>1</d2p1:MonthID> <d2p1:PayType>sample string 14</d2p1:PayType> <d2p1:PayTypeName>sample string 15</d2p1:PayTypeName> <d2p1:StatusKey>sample string 9</d2p1:StatusKey> <d2p1:TID>07dba70e-db45-4f40-b996-b921f92d3d3c</d2p1:TID> <d2p1:isChecked>true</d2p1:isChecked> </Data> <Message>sample string 1</Message> </ResultModelOfFeeCheckSubmitDtocLJEwkTE>