POST api/Partner_Customer_Excel_Renewal
Request Information
URI Parameters
None.
Body Parameters
Mdl_Partner_Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Report_Type_Id | string |
None. |
|
| Report_Period_Id | string |
None. |
|
| Report_Year_Id | string |
None. |
|
| Report_Month_Id | string |
None. |
|
| Report_Quarter_Id | string |
None. |
|
| Report_Date | string |
None. |
|
| Mobile | string |
None. |
|
| SearchByMobile | string |
None. |
|
| User_Id | string |
None. |
|
| Partner_User_Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Report_Type_Id": "sample string 1",
"Report_Period_Id": "sample string 2",
"Report_Year_Id": "sample string 3",
"Report_Month_Id": "sample string 4",
"Report_Quarter_Id": "sample string 5",
"Report_Date": "sample string 6",
"Mobile": "sample string 7",
"SearchByMobile": "sample string 8",
"User_Id": "sample string 9",
"Partner_User_Id": "sample string 10"
}
application/xml, text/xml
Sample:
<Mdl_Partner_Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Mobile>sample string 7</Mobile> <Partner_User_Id>sample string 10</Partner_User_Id> <Report_Date>sample string 6</Report_Date> <Report_Month_Id>sample string 4</Report_Month_Id> <Report_Period_Id>sample string 2</Report_Period_Id> <Report_Quarter_Id>sample string 5</Report_Quarter_Id> <Report_Type_Id>sample string 1</Report_Type_Id> <Report_Year_Id>sample string 3</Report_Year_Id> <SearchByMobile>sample string 8</SearchByMobile> <User_Id>sample string 9</User_Id> </Mdl_Partner_Customer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.