POST api/SubmitCRMSCode
Request Information
URI Parameters
None.
Body Parameters
CRMSCodeSubmissionRequestName | Description | Type | Additional information |
---|---|---|---|
AccountId | string |
None. |
|
CustomerId | string |
None. |
|
LoanAmount | decimal number |
None. |
|
CountryId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountId": "sample string 1", "CustomerId": "sample string 2", "LoanAmount": 3.0, "CountryId": "sample string 4" }
application/xml, text/xml
Sample:
<CRMSCodeSubmissionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NanoLending.CoreObject.DataTransferObjects.ThirdParty"> <AccountId>sample string 1</AccountId> <CountryId>sample string 4</CountryId> <CustomerId>sample string 2</CustomerId> <LoanAmount>3</LoanAmount> </CRMSCodeSubmissionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.