POST api/UserCollect/AuditUserCollect
Request Information
URI Parameters
None.
Body Parameters
UserCollectVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ApproveUser | integer |
None. |
|
| CheckStatus | integer |
None. |
|
| ApproveTime | date |
None. |
|
| Remark | string |
None. |
|
| BankCaseId | string |
None. |
|
| BatchId | integer |
None. |
|
| EmployeId | integer |
None. |
|
| PicList | string |
None. |
|
| CreateDate | date |
None. |
|
| PayUser | string |
None. |
|
| PayMoney | decimal number |
None. |
|
| PayDate | date |
None. |
|
| ReplayType | integer |
None. |
|
| UserRemark | string |
None. |
|
| DelegateAmount | decimal number |
None. |
|
| Principal | decimal number |
None. |
|
| ResidualPrincipal | decimal number |
None. |
|
| CaseNo | string |
None. |
|
| LoadUser | string |
None. |
|
| PhoneNumber | string |
None. |
|
| FileNo | string |
None. |
|
| Paymentnum | string |
None. |
|
| Billingaccout | string |
None. |
|
| Billingamount | decimal number |
None. |
|
| HistoryPay | string |
None. |
|
| PayTypeStr | string |
None. |
|
| Consulting | string |
None. |
|
| DepId | integer |
None. |
|
| DelegateInfoID | integer |
None. |
|
| Caselimit | string |
None. |
|
| OverdueAge | string |
None. |
|
| IsReal | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ApproveUser": 2,
"CheckStatus": 3,
"ApproveTime": "2025-12-09T01:02:26.6243084+08:00",
"Remark": "sample string 5",
"BankCaseId": "sample string 6",
"BatchId": 7,
"EmployeId": 8,
"PicList": "sample string 9",
"CreateDate": "2025-12-09T01:02:26.6243084+08:00",
"PayUser": "sample string 11",
"PayMoney": 12.0,
"PayDate": "2025-12-09T01:02:26.6243084+08:00",
"ReplayType": 14,
"UserRemark": "sample string 15",
"DelegateAmount": 16.0,
"Principal": 17.0,
"ResidualPrincipal": 18.0,
"CaseNo": "sample string 19",
"LoadUser": "sample string 20",
"PhoneNumber": "sample string 21",
"FileNo": "sample string 22",
"Paymentnum": "sample string 23",
"Billingaccout": "sample string 24",
"Billingamount": 25.0,
"HistoryPay": "sample string 26",
"PayTypeStr": "sample string 27",
"Consulting": "sample string 28",
"DepId": 29,
"DelegateInfoID": 30,
"Caselimit": "sample string 31",
"OverdueAge": "sample string 32",
"IsReal": 33
}
application/xml, text/xml
Sample:
<UserCollectVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Request.Collect"> <ApproveTime>2025-12-09T01:02:26.6243084+08:00</ApproveTime> <ApproveUser>2</ApproveUser> <BankCaseId>sample string 6</BankCaseId> <BatchId>7</BatchId> <Billingaccout>sample string 24</Billingaccout> <Billingamount>25</Billingamount> <CaseNo>sample string 19</CaseNo> <Caselimit>sample string 31</Caselimit> <CheckStatus>3</CheckStatus> <Consulting>sample string 28</Consulting> <CreateDate>2025-12-09T01:02:26.6243084+08:00</CreateDate> <DelegateAmount>16</DelegateAmount> <DelegateInfoID>30</DelegateInfoID> <DepId>29</DepId> <EmployeId>8</EmployeId> <FileNo>sample string 22</FileNo> <HistoryPay>sample string 26</HistoryPay> <Id>1</Id> <IsReal>33</IsReal> <LoadUser>sample string 20</LoadUser> <OverdueAge>sample string 32</OverdueAge> <PayDate>2025-12-09T01:02:26.6243084+08:00</PayDate> <PayMoney>12</PayMoney> <PayTypeStr>sample string 27</PayTypeStr> <PayUser>sample string 11</PayUser> <Paymentnum>sample string 23</Paymentnum> <PhoneNumber>sample string 21</PhoneNumber> <PicList>sample string 9</PicList> <Principal>17</Principal> <Remark>sample string 5</Remark> <ReplayType>14</ReplayType> <ResidualPrincipal>18</ResidualPrincipal> <UserRemark>sample string 15</UserRemark> </UserCollectVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |