POST api/BankCaseVouCher/SumbitCollect
Request Information
URI Parameters
None.
Body Parameters
SumbitCollectRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchId | integer |
None. |
|
| BatchName | string |
None. |
|
| PlatformName | string |
None. |
|
| LoadUser | string |
None. |
|
| CertificatesNo | string |
None. |
|
| CaseNo | string |
None. |
|
| PlatformId | integer |
None. |
|
| username | string |
None. |
|
| Date | string |
None. |
|
| PayMoney | string |
None. |
|
| Remark | string |
None. |
|
| PhoneNumber | string |
None. |
|
| PayUser | string |
None. |
|
| ReplayType | string |
None. |
|
| ImgUrl | string |
None. |
|
| Ex_IsXjbs | boolean |
None. |
|
| Ex_XjbsPubType | integer |
None. |
|
| Ex_XjbsIsSelfPay | boolean |
None. |
|
| Ex_XjbsIsSettle | boolean |
None. |
|
| Ex_XjbsIsSendSms | boolean |
None. |
|
| Ex_XjbsMobile | string |
None. |
|
| Ex_XjbsIsMitigate | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"BatchId": 1,
"BatchName": "sample string 2",
"PlatformName": "sample string 3",
"LoadUser": "sample string 4",
"CertificatesNo": "sample string 5",
"CaseNo": "sample string 6",
"PlatformId": 7,
"username": "sample string 8",
"Date": "sample string 9",
"PayMoney": "sample string 10",
"Remark": "sample string 11",
"PhoneNumber": "sample string 12",
"PayUser": "sample string 13",
"ReplayType": "sample string 14",
"ImgUrl": "sample string 15",
"Ex_IsXjbs": true,
"Ex_XjbsPubType": 17,
"Ex_XjbsIsSelfPay": true,
"Ex_XjbsIsSettle": true,
"Ex_XjbsIsSendSms": true,
"Ex_XjbsMobile": "sample string 21",
"Ex_XjbsIsMitigate": true
}
application/xml, text/xml
Sample:
<SumbitCollectRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API"> <BatchId>1</BatchId> <BatchName>sample string 2</BatchName> <CaseNo>sample string 6</CaseNo> <CertificatesNo>sample string 5</CertificatesNo> <Date>sample string 9</Date> <Ex_IsXjbs>true</Ex_IsXjbs> <Ex_XjbsIsMitigate>true</Ex_XjbsIsMitigate> <Ex_XjbsIsSelfPay>true</Ex_XjbsIsSelfPay> <Ex_XjbsIsSendSms>true</Ex_XjbsIsSendSms> <Ex_XjbsIsSettle>true</Ex_XjbsIsSettle> <Ex_XjbsMobile>sample string 21</Ex_XjbsMobile> <Ex_XjbsPubType>17</Ex_XjbsPubType> <ImgUrl>sample string 15</ImgUrl> <LoadUser>sample string 4</LoadUser> <PayMoney>sample string 10</PayMoney> <PayUser>sample string 13</PayUser> <PhoneNumber>sample string 12</PhoneNumber> <PlatformId>7</PlatformId> <PlatformName>sample string 3</PlatformName> <Remark>sample string 11</Remark> <ReplayType>sample string 14</ReplayType> <username>sample string 8</username> </SumbitCollectRequest>
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. |