POST api/AMSMaster/ViewUnPiadList
Request Information
URI Parameters
None.
Body Parameters
clsViewUnPaid| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| AssociateID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"CategoryID": 1,
"AssociateID": 1
}
application/xml, text/xml
Sample:
<clsViewUnPaid 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> <CategoryID>1</CategoryID> <UnitID>1</UnitID> <UserID>1</UserID> </clsViewUnPaid>
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. |