POST WEvalProject/LoanNotify
银行放款通知
Request Information
URI Parameters
None.
Body Parameters
ProjectLoanRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LoanBankName | string |
None. |
|
| LoanBranchName | string |
None. |
|
| LoanTypeName | string |
None. |
|
| DeclarationId | globally unique identifier |
None. |
|
| ProjectCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoanBankName": "sample string 1",
"LoanBranchName": "sample string 2",
"LoanTypeName": "sample string 3",
"DeclarationId": "5eb5b370-2733-4a73-b8ce-0bed657c7312",
"ProjectCode": "sample string 4"
}
application/xml, text/xml
Sample:
<ProjectLoanRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <DeclarationId>5eb5b370-2733-4a73-b8ce-0bed657c7312</DeclarationId> <ProjectCode>sample string 4</ProjectCode> <LoanBankName>sample string 1</LoanBankName> <LoanBranchName>sample string 2</LoanBranchName> <LoanTypeName>sample string 3</LoanTypeName> </ProjectLoanRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": true
}
application/xml, text/xml
Sample:
<RemoteResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model"> <Errors>sample string 2</Errors> <Result>true</Result> <Success>true</Success> <UnAuthorizedRequest>true</UnAuthorizedRequest> </RemoteResponseOfboolean>