POST api/Application/UpdateGuarantorDetail

Request Information

URI Parameters

None.

Body Parameters

GuarantorModel
NameDescriptionTypeAdditional information
GuarantorID

integer

None.

GuarantorName

string

None.

FatherName

string

None.

MobileNumber

string

None.

EmailID

string

None.

PAN

string

None.

IsPanVerify

integer

None.

Aadhar

string

None.

IsAadharVerify

integer

None.

Address

string

None.

GuarantorImage

string

None.

PanImage

string

None.

AadharFrontImage

string

None.

AadharBackImage

string

None.

CustomerID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GuarantorID": 1,
  "GuarantorName": "sample string 1",
  "FatherName": "sample string 2",
  "MobileNumber": "sample string 3",
  "EmailID": "sample string 4",
  "PAN": "sample string 5",
  "IsPanVerify": 1,
  "Aadhar": "sample string 6",
  "IsAadharVerify": 1,
  "Address": "sample string 7",
  "GuarantorImage": "sample string 8",
  "PanImage": "sample string 9",
  "AadharFrontImage": "sample string 10",
  "AadharBackImage": "sample string 11",
  "CustomerID": 1
}

application/xml, text/xml

Sample:
<GuarantorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <Aadhar>sample string 6</Aadhar>
  <AadharBackImage>sample string 11</AadharBackImage>
  <AadharFrontImage>sample string 10</AadharFrontImage>
  <Address>sample string 7</Address>
  <CustomerID>1</CustomerID>
  <EmailID>sample string 4</EmailID>
  <FatherName>sample string 2</FatherName>
  <GuarantorID>1</GuarantorID>
  <GuarantorImage>sample string 8</GuarantorImage>
  <GuarantorName>sample string 1</GuarantorName>
  <IsAadharVerify>1</IsAadharVerify>
  <IsPanVerify>1</IsPanVerify>
  <MobileNumber>sample string 3</MobileNumber>
  <PAN>sample string 5</PAN>
  <PanImage>sample string 9</PanImage>
</GuarantorModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.