POST api/RM/GetRmMonthWiseReport
Request Information
URI Parameters
None.
Body Parameters
RmMonthWiseReport| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AssociateID | integer |
None. |
|
| MonthID | integer |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UnitID": 1,
"BranchID": 1,
"AssociateID": 1,
"MonthID": 1,
"Type": "sample string 2"
}
application/xml, text/xml
Sample:
<RmMonthWiseReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AssociateID>1</AssociateID> <BranchID>1</BranchID> <MonthID>1</MonthID> <Type>sample string 2</Type> <UnitID>1</UnitID> </RmMonthWiseReport>
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. |