POST api/linkGuarantorLoans/Insert
Request Information
URI Parameters
None.
Body Parameters
CreateLinkGuarantorLoanDtoInName | Description | Type | Additional information |
---|---|---|---|
Comments | string |
Required |
|
LoanId | integer |
Required |
|
Guarantor | GuarantorDtoOut |
Required |
|
Id | integer |
Required |
|
IsActive | boolean |
Required |
|
GuaranteeLimit | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "comments": "sample string 1", "loanId": 2, "guarantor": { "id": 1, "name": "sample string 2" }, "id": 3, "isActive": true, "guaranteeLimit": "sample string 5" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.