POST api/linkObligorLoans/Insert
Request Information
URI Parameters
None.
Body Parameters
CreateLinkObligorLoanDtoInName | Description | Type | Additional information |
---|---|---|---|
Comments | string |
Required |
|
LoanId | integer |
Required |
|
Obligor | ObligorDtoOut |
Required |
|
Id | integer |
Required |
|
IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "comments": "sample string 1", "loanId": 2, "obligor": { "id": 1, "name": "sample string 2" }, "id": 3, "isActive": true }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.