POST api/PaymentCollectionMaster/ShowGroupPaymentCollection
Request Information
URI Parameters
None.
Body Parameters
GroupPaymentCollectionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| AssociateID | integer |
None. |
|
| LoanTypeID | integer |
None. |
|
| UserID | integer |
None. |
|
| GroupID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"CompanyID": 1,
"AssociateID": 1,
"LoanTypeID": 1,
"UserID": 1,
"GroupID": 1
}
application/xml, text/xml
Sample:
<GroupPaymentCollectionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AreaID>1</AreaID> <AssociateID>1</AssociateID> <BranchID>1</BranchID> <CompanyID>1</CompanyID> <GroupID>1</GroupID> <LoanTypeID>1</LoanTypeID> <UnitID>1</UnitID> <UserID>1</UserID> </GroupPaymentCollectionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |