POST fruitsapi/saveorupdatefincustomer?preFix={preFix}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| preFix | string |
Required |
Body Parameters
FinCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| CusId | integer |
None. |
|
| UserId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CusName | string |
None. |
|
| Mobile | decimal number |
None. |
|
| Remark | string |
None. |
|
| AadharNo | string |
None. |
|
| Address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CusId": 1,
"UserId": 2,
"CompanyId": 3,
"CusName": "sample string 4",
"Mobile": 5.0,
"Remark": "sample string 6",
"AadharNo": "sample string 7",
"Address": "sample string 8"
}
text/html
Sample:
{"CusId":1,"UserId":2,"CompanyId":3,"CusName":"sample string 4","Mobile":5.0,"Remark":"sample string 6","AadharNo":"sample string 7","Address":"sample string 8"}
application/xml, text/xml
Sample:
<FinCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FruitsApi.Models"> <AadharNo>sample string 7</AadharNo> <Address>sample string 8</Address> <CompanyId>3</CompanyId> <CusId>1</CusId> <CusName>sample string 4</CusName> <Mobile>5</Mobile> <Remark>sample string 6</Remark> <UserId>2</UserId> </FinCustomer>
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.