POST api/Customer/set_customer_image
Request Information
URI Parameters
None.
Body Parameters
CustomerMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Name | string |
None. |
|
| Age | integer |
None. |
|
| CustomerCardNo | string |
None. |
|
| MobileNo | string |
None. |
|
| MemberCount | integer |
None. |
|
| Adult | integer |
None. |
|
| string |
None. |
||
| AdharNo | string |
None. |
|
| House | string |
None. |
|
| Post | string |
None. |
|
| Pincode | string |
None. |
|
| Landmark | string |
None. |
|
| State | string |
None. |
|
| District | string |
None. |
|
| EntryDate | string |
None. |
|
| AssemblyConstituency | string |
None. |
|
| Panchayath | string |
None. |
|
| WardNo | string |
None. |
|
| NameOfNominee | string |
None. |
|
| TotMembInRationCard | integer |
None. |
|
| NumberOfShares | integer |
None. |
|
| NumberOfSharesWords | string |
None. |
|
| Amount | decimal number |
None. |
|
| BankAccountNo | string |
None. |
|
| KYC | string |
None. |
|
| HomeStore | string |
None. |
|
| Category | string |
None. |
|
| EntryStaffName | string |
None. |
|
| VehRegOwner | string |
None. |
|
| VehRegNo | string |
None. |
|
| VehType | string |
None. |
|
| NameOfInsuranceCompany | string |
None. |
|
| InsuranceDueDate | string |
None. |
|
| DOT | string |
None. |
|
| PostedBy | integer |
None. |
|
| ImageLink | string |
None. |
|
| RegFolioNo | integer |
None. |
|
| CertificateNo | integer |
None. |
|
| ShareNoFrom | integer |
None. |
|
| ShareNoTo | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": 1,
"Name": "sample string 2",
"Age": 3,
"CustomerCardNo": "sample string 4",
"MobileNo": "sample string 5",
"MemberCount": 6,
"Adult": 7,
"Whatsapp": "sample string 8",
"AdharNo": "sample string 9",
"House": "sample string 10",
"Post": "sample string 11",
"Pincode": "sample string 12",
"Landmark": "sample string 13",
"State": "sample string 14",
"District": "sample string 15",
"EntryDate": "sample string 16",
"AssemblyConstituency": "sample string 17",
"Panchayath": "sample string 18",
"WardNo": "sample string 19",
"NameOfNominee": "sample string 20",
"TotMembInRationCard": 21,
"NumberOfShares": 22,
"NumberOfSharesWords": "sample string 23",
"Amount": 24.1,
"BankAccountNo": "sample string 25",
"KYC": "sample string 26",
"HomeStore": "sample string 27",
"Category": "sample string 28",
"EntryStaffName": "sample string 29",
"VehRegOwner": "sample string 30",
"VehRegNo": "sample string 31",
"VehType": "sample string 32",
"NameOfInsuranceCompany": "sample string 33",
"InsuranceDueDate": "sample string 34",
"DOT": "sample string 35",
"PostedBy": 36,
"ImageLink": "sample string 37",
"RegFolioNo": 38,
"CertificateNo": 39,
"ShareNoFrom": 40,
"ShareNoTo": 41,
"FromDate": "sample string 42",
"ToDate": "sample string 43"
}
application/xml, text/xml
Sample:
<CustomerMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FscAPI.Models"> <AdharNo>sample string 9</AdharNo> <Adult>7</Adult> <Age>3</Age> <Amount>24.1</Amount> <AssemblyConstituency>sample string 17</AssemblyConstituency> <BankAccountNo>sample string 25</BankAccountNo> <Category>sample string 28</Category> <CertificateNo>39</CertificateNo> <Code>1</Code> <CustomerCardNo>sample string 4</CustomerCardNo> <DOT>sample string 35</DOT> <District>sample string 15</District> <EntryDate>sample string 16</EntryDate> <EntryStaffName>sample string 29</EntryStaffName> <FromDate>sample string 42</FromDate> <HomeStore>sample string 27</HomeStore> <House>sample string 10</House> <ImageLink>sample string 37</ImageLink> <InsuranceDueDate>sample string 34</InsuranceDueDate> <KYC>sample string 26</KYC> <Landmark>sample string 13</Landmark> <MemberCount>6</MemberCount> <MobileNo>sample string 5</MobileNo> <Name>sample string 2</Name> <NameOfInsuranceCompany>sample string 33</NameOfInsuranceCompany> <NameOfNominee>sample string 20</NameOfNominee> <NumberOfShares>22</NumberOfShares> <NumberOfSharesWords>sample string 23</NumberOfSharesWords> <Panchayath>sample string 18</Panchayath> <Pincode>sample string 12</Pincode> <Post>sample string 11</Post> <PostedBy>36</PostedBy> <RegFolioNo>38</RegFolioNo> <ShareNoFrom>40</ShareNoFrom> <ShareNoTo>41</ShareNoTo> <State>sample string 14</State> <ToDate>sample string 43</ToDate> <TotMembInRationCard>21</TotMembInRationCard> <VehRegNo>sample string 31</VehRegNo> <VehRegOwner>sample string 30</VehRegOwner> <VehType>sample string 32</VehType> <WardNo>sample string 19</WardNo> <Whatsapp>sample string 8</Whatsapp> </CustomerMasterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | integer |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"Message": "sample string 2",
"Data": "sample string 3"
}
application/xml, text/xml
Sample:
<ResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FscAPI.Models"> <Data>sample string 3</Data> <Message>sample string 2</Message> <ResponseCode>1</ResponseCode> </ResultModelOfstring>