POST api/FeeExecuteCheck/QueryFeeCheckWaitByCusID?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}&CusID={CusID}&FeeAgreementID={FeeAgreementID}
根据门店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. |
CusID | globally unique identifier |
Required |
|
FeeAgreementID |
协议ID |
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": "62fcd875-638d-4708-9c05-b1e820e106c8", "FeeAgreementID": "d46e4624-a763-4858-b70c-47172c921d28", "MonthID": 1, "CustomerID": "00f29d00-1e82-4923-b1f1-83af20641cb0", "CheckDate": "2025-07-23 12:08:33", "CheckDateTime": "2025-07-23 12:08:33", "CheckPersonID": "37edf7b9-682b-4329-aaf7-a8db99701692", "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 12:08:33", "StatusKey": "sample string 9", "isChecked": true, "DutyValue": "sample string 11", "ExecuteFeeItemList": [ { "FeeItemID": "0ae12f10-1b17-488d-8c00-fa05f730481e", "FeeItemName": "sample string 1", "FeeAgreementList": [ { "TS206TID": "69bed2e3-dae1-4ed8-9f5f-8650d17fa19f", "FeeAgreementID": "1da91c16-c23f-4f9d-951d-0761e6464da3", "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": "69bed2e3-dae1-4ed8-9f5f-8650d17fa19f", "FeeAgreementID": "1da91c16-c23f-4f9d-951d-0761e6464da3", "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": "0ae12f10-1b17-488d-8c00-fa05f730481e", "FeeItemName": "sample string 1", "FeeAgreementList": [ { "TS206TID": "69bed2e3-dae1-4ed8-9f5f-8650d17fa19f", "FeeAgreementID": "1da91c16-c23f-4f9d-951d-0761e6464da3", "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": "69bed2e3-dae1-4ed8-9f5f-8650d17fa19f", "FeeAgreementID": "1da91c16-c23f-4f9d-951d-0761e6464da3", "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-23T12:08:33.0708903+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-23T12:08:33.0708903+08:00</d2p1:CheckDate> <d2p1:CheckDateTime>2025-07-23T12:08:33.0708903+08:00</d2p1:CheckDateTime> <d2p1:CheckPersonID>37edf7b9-682b-4329-aaf7-a8db99701692</d2p1:CheckPersonID> <d2p1:CheckPersonName>sample string 3</d2p1:CheckPersonName> <d2p1:CheckRemark>sample string 4</d2p1:CheckRemark> <d2p1:CustomerID>00f29d00-1e82-4923-b1f1-83af20641cb0</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>1da91c16-c23f-4f9d-951d-0761e6464da3</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>69bed2e3-dae1-4ed8-9f5f-8650d17fa19f</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>1da91c16-c23f-4f9d-951d-0761e6464da3</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>69bed2e3-dae1-4ed8-9f5f-8650d17fa19f</d2p1:TS206TID> <d2p1:Unit>sample string 2</d2p1:Unit> </d2p1:FeeAgreement> </d2p1:FeeAgreementList> <d2p1:FeeItemID>0ae12f10-1b17-488d-8c00-fa05f730481e</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>1da91c16-c23f-4f9d-951d-0761e6464da3</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>69bed2e3-dae1-4ed8-9f5f-8650d17fa19f</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>1da91c16-c23f-4f9d-951d-0761e6464da3</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>69bed2e3-dae1-4ed8-9f5f-8650d17fa19f</d2p1:TS206TID> <d2p1:Unit>sample string 2</d2p1:Unit> </d2p1:FeeAgreement> </d2p1:FeeAgreementList> <d2p1:FeeItemID>0ae12f10-1b17-488d-8c00-fa05f730481e</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>d46e4624-a763-4858-b70c-47172c921d28</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>62fcd875-638d-4708-9c05-b1e820e106c8</d2p1:TID> <d2p1:isChecked>true</d2p1:isChecked> </Data> <Message>sample string 1</Message> </ResultModelOfFeeCheckSubmitDtocLJEwkTE>