POST api/AMSMaster/SaveMobileDebtorMaster

Request Information

URI Parameters

None.

Body Parameters

MobileDebtorModel
NameDescriptionTypeAdditional information
AccountID

integer

None.

RG_DebtorName

string

None.

RG_GuaranterName

string

None.

RG_PrincipalAmount

decimal number

None.

RG_InterestRate

decimal number

None.

RG_DebtorFatherName

string

None.

RG_GuaranterFatherName

string

None.

RG_PaymentType

integer

None.

ClientImageUrl

string

None.

PlaceImageUrl

string

None.

IsActive

integer

None.

UserID

integer

None.

CompanyID

integer

None.

FinancialYearID

integer

None.

FinancialYear

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountID": 1,
  "RG_DebtorName": "sample string 2",
  "RG_GuaranterName": "sample string 3",
  "RG_PrincipalAmount": 4.0,
  "RG_InterestRate": 5.0,
  "RG_DebtorFatherName": "sample string 6",
  "RG_GuaranterFatherName": "sample string 7",
  "RG_PaymentType": 1,
  "ClientImageUrl": "sample string 8",
  "PlaceImageUrl": "sample string 9",
  "IsActive": 10,
  "UserID": 1,
  "CompanyID": 1,
  "FinancialYearID": 1,
  "FinancialYear": "sample string 11"
}

application/xml, text/xml

Sample:
<MobileDebtorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <CompanyID>1</CompanyID>
  <FinancialYear>sample string 11</FinancialYear>
  <FinancialYearID>1</FinancialYearID>
  <UserID>1</UserID>
  <AccountID>1</AccountID>
  <ClientImageUrl>sample string 8</ClientImageUrl>
  <IsActive>10</IsActive>
  <PlaceImageUrl>sample string 9</PlaceImageUrl>
  <RG_DebtorFatherName>sample string 6</RG_DebtorFatherName>
  <RG_DebtorName>sample string 2</RG_DebtorName>
  <RG_GuaranterFatherName>sample string 7</RG_GuaranterFatherName>
  <RG_GuaranterName>sample string 3</RG_GuaranterName>
  <RG_InterestRate>5</RG_InterestRate>
  <RG_PaymentType>1</RG_PaymentType>
  <RG_PrincipalAmount>4</RG_PrincipalAmount>
</MobileDebtorModel>

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.