POST api/transaction/addloanbuyer
Request Information
URI Parameters
None.
Body Parameters
AddLoanBuyerName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
BuyerName | string |
None. |
|
RelationshipId | integer |
None. |
|
ContactNumber | string |
None. |
|
UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "buyerName": "sample string 2", "relationshipId": 3, "contactNumber": "sample string 4", "userId": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.