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": "d3a67731-1795-4ebf-ad60-9b2caae8a6d6", "FeeAgreementID": "2dc5e60a-a125-42e9-a373-3ab1cda6ab98", "MonthID": 1, "CustomerID": "b2e93ef5-4ef4-474c-8968-77657fa9e78f", "CheckDate": "2025-06-23 21:30:01", "CheckDateTime": "2025-06-23 21:30:01", "CheckPersonID": "09463e7f-c731-480f-8898-4467f1c9f5ef", "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-06-23 21:30:01", "StatusKey": "sample string 9", "isChecked": true, "DutyValue": "sample string 11", "ExecuteFeeItemList": [ { "FeeItemID": "c89704e0-1e1b-4803-a14a-26eca7ad37b4", "FeeItemName": "sample string 1", "FeeAgreementList": [ { "TS206TID": "4fd4ebfa-0b89-4bf1-9b37-c896e24c88a8", "FeeAgreementID": "aafd75c9-340f-4cca-b8eb-aac698e5d77a", "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": "4fd4ebfa-0b89-4bf1-9b37-c896e24c88a8", "FeeAgreementID": "aafd75c9-340f-4cca-b8eb-aac698e5d77a", "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": "c89704e0-1e1b-4803-a14a-26eca7ad37b4", "FeeItemName": "sample string 1", "FeeAgreementList": [ { "TS206TID": "4fd4ebfa-0b89-4bf1-9b37-c896e24c88a8", "FeeAgreementID": "aafd75c9-340f-4cca-b8eb-aac698e5d77a", "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": "4fd4ebfa-0b89-4bf1-9b37-c896e24c88a8", "FeeAgreementID": "aafd75c9-340f-4cca-b8eb-aac698e5d77a", "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-06-23T21:30:01.6653576+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-06-23T21:30:01.6653576+08:00</d2p1:CheckDate> <d2p1:CheckDateTime>2025-06-23T21:30:01.6653576+08:00</d2p1:CheckDateTime> <d2p1:CheckPersonID>09463e7f-c731-480f-8898-4467f1c9f5ef</d2p1:CheckPersonID> <d2p1:CheckPersonName>sample string 3</d2p1:CheckPersonName> <d2p1:CheckRemark>sample string 4</d2p1:CheckRemark> <d2p1:CustomerID>b2e93ef5-4ef4-474c-8968-77657fa9e78f</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>aafd75c9-340f-4cca-b8eb-aac698e5d77a</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>4fd4ebfa-0b89-4bf1-9b37-c896e24c88a8</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>aafd75c9-340f-4cca-b8eb-aac698e5d77a</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>4fd4ebfa-0b89-4bf1-9b37-c896e24c88a8</d2p1:TS206TID> <d2p1:Unit>sample string 2</d2p1:Unit> </d2p1:FeeAgreement> </d2p1:FeeAgreementList> <d2p1:FeeItemID>c89704e0-1e1b-4803-a14a-26eca7ad37b4</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>aafd75c9-340f-4cca-b8eb-aac698e5d77a</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>4fd4ebfa-0b89-4bf1-9b37-c896e24c88a8</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>aafd75c9-340f-4cca-b8eb-aac698e5d77a</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>4fd4ebfa-0b89-4bf1-9b37-c896e24c88a8</d2p1:TS206TID> <d2p1:Unit>sample string 2</d2p1:Unit> </d2p1:FeeAgreement> </d2p1:FeeAgreementList> <d2p1:FeeItemID>c89704e0-1e1b-4803-a14a-26eca7ad37b4</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>2dc5e60a-a125-42e9-a373-3ab1cda6ab98</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>d3a67731-1795-4ebf-ad60-9b2caae8a6d6</d2p1:TID> <d2p1:isChecked>true</d2p1:isChecked> </Data> <Message>sample string 1</Message> </ResultModelOfFeeCheckSubmitDtocLJEwkTE>