POST api/AmsMobile/MBLSaveMblAccountMaster

Request Information

URI Parameters

None.

Body Parameters

clsSaveMblAccountMaster
NameDescriptionTypeAdditional information
UserID

integer

None.

DebtorName

string

None.

GuaranterName

string

None.

LoanDate

date

None.

IsCash

integer

None.

ProfilePhotoPath

string

None.

PhotoHousePath

string

None.

Latitude

string

None.

Longitude

string

None.

LoanAmount

integer

None.

AreaID

integer

None.

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "DebtorName": "sample string 2",
  "GuaranterName": "sample string 3",
  "LoanDate": "2025-12-12T02:28:45.5591681+05:30",
  "IsCash": 1,
  "ProfilePhotoPath": "sample string 4",
  "PhotoHousePath": "sample string 5",
  "Latitude": "sample string 6",
  "Longitude": "sample string 7",
  "LoanAmount": 1,
  "AreaID": 1,
  "ID": 1
}

application/xml, text/xml

Sample:
<clsSaveMblAccountMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <AreaID>1</AreaID>
  <DebtorName>sample string 2</DebtorName>
  <GuaranterName>sample string 3</GuaranterName>
  <ID>1</ID>
  <IsCash>1</IsCash>
  <Latitude>sample string 6</Latitude>
  <LoanAmount>1</LoanAmount>
  <LoanDate>2025-12-12T02:28:45.5591681+05:30</LoanDate>
  <Longitude>sample string 7</Longitude>
  <PhotoHousePath>sample string 5</PhotoHousePath>
  <ProfilePhotoPath>sample string 4</ProfilePhotoPath>
  <UserID>1</UserID>
</clsSaveMblAccountMaster>

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.