POST fruitsapi/saveorupdaterealcustomer?preFix={preFix}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| preFix | string |
Required |
Body Parameters
RealCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| CusId | integer |
None. |
|
| UserId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CusName | string |
None. |
|
| Mobile | decimal number |
None. |
|
| AlMobile | decimal number |
None. |
|
| Remark | string |
None. |
|
| AadharNo | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| PlotArea | string |
None. |
|
| PlotNo | string |
None. |
|
| PlotSqf | string |
None. |
|
| Dob | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CusId": 1,
"UserId": 2,
"CompanyId": 3,
"CusName": "sample string 4",
"Mobile": 5.0,
"AlMobile": 6.0,
"Remark": "sample string 7",
"AadharNo": "sample string 8",
"Address": "sample string 9",
"City": "sample string 10",
"PlotArea": "sample string 11",
"PlotNo": "sample string 12",
"PlotSqf": "sample string 13",
"Dob": "sample string 14"
}
text/html
Sample:
{"CusId":1,"UserId":2,"CompanyId":3,"CusName":"sample string 4","Mobile":5.0,"AlMobile":6.0,"Remark":"sample string 7","AadharNo":"sample string 8","Address":"sample string 9","City":"sample string 10","PlotArea":"sample string 11","PlotNo":"sample string 12","PlotSqf":"sample string 13","Dob":"sample string 14"}
application/xml, text/xml
Sample:
<RealCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FruitsApi.Models"> <AadharNo>sample string 8</AadharNo> <Address>sample string 9</Address> <AlMobile>6</AlMobile> <City>sample string 10</City> <CompanyId>3</CompanyId> <CusId>1</CusId> <CusName>sample string 4</CusName> <Dob>sample string 14</Dob> <Mobile>5</Mobile> <PlotArea>sample string 11</PlotArea> <PlotNo>sample string 12</PlotNo> <PlotSqf>sample string 13</PlotSqf> <Remark>sample string 7</Remark> <UserId>2</UserId> </RealCustomer>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.