POST api/AMSMaster/ViewDefaultCalling

Request Information

URI Parameters

None.

Body Parameters

clsViewDefaultCalling
NameDescriptionTypeAdditional information
UserID

integer

None.

UnitID

integer

None.

BranchID

integer

None.

AreaID

integer

None.

CategoryID

integer

None.

LaonageFrom

integer

None.

LoanageTo

integer

None.

Installment

integer

None.

RecoveryControl

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "UnitID": 1,
  "BranchID": 1,
  "AreaID": 1,
  "CategoryID": 1,
  "LaonageFrom": 1,
  "LoanageTo": 1,
  "Installment": 1,
  "RecoveryControl": 1
}

application/xml, text/xml

Sample:
<clsViewDefaultCalling xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <AreaID>1</AreaID>
  <BranchID>1</BranchID>
  <CategoryID>1</CategoryID>
  <Installment>1</Installment>
  <LaonageFrom>1</LaonageFrom>
  <LoanageTo>1</LoanageTo>
  <RecoveryControl>1</RecoveryControl>
  <UnitID>1</UnitID>
  <UserID>1</UserID>
</clsViewDefaultCalling>

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.