POST api/Member/SaveMember

Request Information

URI Parameters

None.

Body Parameters

MemberViewModel
NameDescriptionTypeAdditional information
SalutationId

integer

None.

MemberId

integer

None.

MemberUniqeId

string

None.

Id

string

None.

CompanyName

string

None.

EmailId

string

None.

CompanyAddress

string

None.

Name

string

None.

Department

string

None.

Designation

string

None.

City

string

None.

PinCode

string

None.

State

string

None.

Country

string

None.

ContactNumber

string

None.

MobileNumber

string

None.

CompanyTypeId

integer

None.

CompanyTypeName

string

None.

IsAraiMember

boolean

None.

WebPartyId

integer

None.

RegistrationDate

date

None.

ExpiryDate

date

None.

ModifyOn

date

None.

IsDeleted

boolean

None.

Ip

string

None.

Status

string

None.

IsEnabled

boolean

None.

Password

string

None.

TotalCost

integer

None.

ServiceCostViewModel

Collection of ServiceCostViewModel

None.

Request Formats

application/json, text/json

Sample:
{
  "salutationId": 1,
  "memberId": 1,
  "memberUniqeId": "sample string 2",
  "id": "sample string 3",
  "companyName": "sample string 4",
  "emailId": "sample string 5",
  "companyAddress": "sample string 6",
  "name": "sample string 7",
  "department": "sample string 8",
  "designation": "sample string 9",
  "city": "sample string 10",
  "pinCode": "sample string 11",
  "state": "sample string 12",
  "country": "sample string 13",
  "contactNumber": "sample string 14",
  "mobileNumber": "sample string 15",
  "companyTypeId": 16,
  "companyTypeName": "sample string 17",
  "isAraiMember": true,
  "webPartyId": 1,
  "registrationDate": "2025-04-29T12:36:56.2853671+05:30",
  "expiryDate": "2025-04-29T12:36:56.2853671+05:30",
  "modifyOn": "2025-04-29T12:36:56.2853671+05:30",
  "isDeleted": true,
  "ip": "sample string 21",
  "status": "sample string 22",
  "isEnabled": true,
  "password": "sample string 23",
  "totalCost": 24,
  "serviceCostViewModel": [
    {
      "srNo": 1,
      "memberServiceId": 2,
      "serviceCostId": 3,
      "serviceCostName": "sample string 4",
      "isDeleted": true,
      "typeId": 6,
      "typeName": "sample string 7",
      "amount": 8,
      "isPaid": true,
      "isCheck": true,
      "remark": "sample string 11",
      "isEnabled": true
    },
    {
      "srNo": 1,
      "memberServiceId": 2,
      "serviceCostId": 3,
      "serviceCostName": "sample string 4",
      "isDeleted": true,
      "typeId": 6,
      "typeName": "sample string 7",
      "amount": 8,
      "isPaid": true,
      "isCheck": true,
      "remark": "sample string 11",
      "isEnabled": true
    }
  ]
}

application/xml, text/xml

Sample:
<MemberViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityViewModels">
  <City>sample string 10</City>
  <CompanyAddress>sample string 6</CompanyAddress>
  <CompanyName>sample string 4</CompanyName>
  <CompanyTypeId>16</CompanyTypeId>
  <CompanyTypeName>sample string 17</CompanyTypeName>
  <ContactNumber>sample string 14</ContactNumber>
  <Country>sample string 13</Country>
  <Department>sample string 8</Department>
  <Designation>sample string 9</Designation>
  <EmailId>sample string 5</EmailId>
  <ExpiryDate>2025-04-29T12:36:56.2853671+05:30</ExpiryDate>
  <Id>sample string 3</Id>
  <Ip>sample string 21</Ip>
  <IsAraiMember>true</IsAraiMember>
  <IsDeleted>true</IsDeleted>
  <IsEnabled>true</IsEnabled>
  <MemberId>1</MemberId>
  <MemberUniqeId>sample string 2</MemberUniqeId>
  <MobileNumber>sample string 15</MobileNumber>
  <ModifyOn>2025-04-29T12:36:56.2853671+05:30</ModifyOn>
  <Name>sample string 7</Name>
  <Password>sample string 23</Password>
  <PinCode>sample string 11</PinCode>
  <RegistrationDate>2025-04-29T12:36:56.2853671+05:30</RegistrationDate>
  <SalutationId>1</SalutationId>
  <ServiceCostViewModel>
    <ServiceCostViewModel>
      <Amount>8</Amount>
      <IsCheck>true</IsCheck>
      <IsDeleted>true</IsDeleted>
      <IsEnabled>true</IsEnabled>
      <IsPaid>true</IsPaid>
      <MemberServiceId>2</MemberServiceId>
      <Remark>sample string 11</Remark>
      <ServiceCostId>3</ServiceCostId>
      <ServiceCostName>sample string 4</ServiceCostName>
      <SrNo>1</SrNo>
      <TypeId>6</TypeId>
      <TypeName>sample string 7</TypeName>
    </ServiceCostViewModel>
    <ServiceCostViewModel>
      <Amount>8</Amount>
      <IsCheck>true</IsCheck>
      <IsDeleted>true</IsDeleted>
      <IsEnabled>true</IsEnabled>
      <IsPaid>true</IsPaid>
      <MemberServiceId>2</MemberServiceId>
      <Remark>sample string 11</Remark>
      <ServiceCostId>3</ServiceCostId>
      <ServiceCostName>sample string 4</ServiceCostName>
      <SrNo>1</SrNo>
      <TypeId>6</TypeId>
      <TypeName>sample string 7</TypeName>
    </ServiceCostViewModel>
  </ServiceCostViewModel>
  <State>sample string 12</State>
  <Status>sample string 22</Status>
  <TotalCost>24</TotalCost>
  <WebPartyId>1</WebPartyId>
</MemberViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.