POST api/transaction/addloanbuyer

Request Information

URI Parameters

None.

Body Parameters

AddLoanBuyer
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.