POST api/MEMMAST

Request Information

URI Parameters

None.

Body Parameters

MEMMAST
NameDescriptionTypeAdditional information
code

integer

None.

name

string

None.

addr1

string

None.

addr2

string

None.

addr3

string

None.

phone

string

None.

sex

string

None.

memtype

string

None.

shareno

integer

None.

shareamt

decimal number

None.

totalcow

integer

None.

totalbuf

integer

None.

brancode

integer

None.

cast

string

None.

income

decimal number

None.

age

integer

None.

nom_name

string

None.

nom_addr1

string

None.

nom_addr2

string

None.

relation

string

None.

COLLFLAG

string

None.

memno

integer

None.

collyn

string

None.

MOBILENO

string

None.

BANK

integer

None.

ACNO

string

None.

FUND

string

None.

bankname

string

None.

engname

string

None.

mname

string

None.

UID

string

None.

IFSC

string

None.

routecode

integer

None.

cmcard

integer

None.

bmcard

integer

None.

EADR

string

None.

BILLDAYS

integer

None.

centcode

integer

None.

CreatedOn

date

None.

UpdatedBy

string

None.

UpdatedOn

date

None.

UpdateCount

integer

None.

UsageCount

integer

None.

Id

integer

None.

Active

boolean

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "code": 1,
  "name": "sample string 2",
  "addr1": "sample string 3",
  "addr2": "sample string 4",
  "addr3": "sample string 5",
  "phone": "sample string 6",
  "sex": "sample string 7",
  "memtype": "sample string 8",
  "shareno": 9,
  "shareamt": 10.1,
  "totalcow": 11,
  "totalbuf": 12,
  "brancode": 13,
  "cast": "sample string 14",
  "income": 15.1,
  "age": 16,
  "nom_name": "sample string 17",
  "nom_addr1": "sample string 18",
  "nom_addr2": "sample string 19",
  "relation": "sample string 20",
  "COLLFLAG": "sample string 21",
  "memno": 22,
  "collyn": "sample string 23",
  "MOBILENO": "sample string 24",
  "BANK": 25,
  "ACNO": "sample string 26",
  "FUND": "sample string 27",
  "bankname": "sample string 28",
  "engname": "sample string 29",
  "mname": "sample string 30",
  "UID": "sample string 31",
  "IFSC": "sample string 32",
  "routecode": 33,
  "cmcard": 34,
  "bmcard": 35,
  "EADR": "sample string 36",
  "BILLDAYS": 37,
  "centcode": 38,
  "CreatedOn": "2025-12-17T14:34:52.5522259+05:30",
  "UpdatedBy": "sample string 40",
  "UpdatedOn": "2025-12-17T14:34:52.5522259+05:30",
  "UpdateCount": 42,
  "UsageCount": 43,
  "Id": 44,
  "Active": true,
  "CreatedBy": "sample string 46"
}

application/xml, text/xml

Sample:
<MEMMAST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model">
  <Active>true</Active>
  <CreatedBy>sample string 46</CreatedBy>
  <Id>44</Id>
  <ACNO>sample string 26</ACNO>
  <BANK>25</BANK>
  <BILLDAYS>37</BILLDAYS>
  <COLLFLAG>sample string 21</COLLFLAG>
  <CreatedOn>2025-12-17T14:34:52.5522259+05:30</CreatedOn>
  <EADR>sample string 36</EADR>
  <FUND>sample string 27</FUND>
  <IFSC>sample string 32</IFSC>
  <MOBILENO>sample string 24</MOBILENO>
  <UID>sample string 31</UID>
  <UpdateCount>42</UpdateCount>
  <UpdatedBy>sample string 40</UpdatedBy>
  <UpdatedOn>2025-12-17T14:34:52.5522259+05:30</UpdatedOn>
  <UsageCount>43</UsageCount>
  <addr1>sample string 3</addr1>
  <addr2>sample string 4</addr2>
  <addr3>sample string 5</addr3>
  <age>16</age>
  <bankname>sample string 28</bankname>
  <bmcard>35</bmcard>
  <brancode>13</brancode>
  <cast>sample string 14</cast>
  <centcode>38</centcode>
  <cmcard>34</cmcard>
  <code>1</code>
  <collyn>sample string 23</collyn>
  <engname>sample string 29</engname>
  <income>15.1</income>
  <memno>22</memno>
  <memtype>sample string 8</memtype>
  <mname>sample string 30</mname>
  <name>sample string 2</name>
  <nom_addr1>sample string 18</nom_addr1>
  <nom_addr2>sample string 19</nom_addr2>
  <nom_name>sample string 17</nom_name>
  <phone>sample string 6</phone>
  <relation>sample string 20</relation>
  <routecode>33</routecode>
  <sex>sample string 7</sex>
  <shareamt>10.1</shareamt>
  <shareno>9</shareno>
  <totalbuf>12</totalbuf>
  <totalcow>11</totalcow>
</MEMMAST>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.