POST api/Partner_Customer_Proceed_Excel_From_Mobile

Request Information

URI Parameters

None.

Body Parameters

Mdl_Partner_Customer
NameDescriptionTypeAdditional 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

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>