POST api/Services/MembersListByRout

Request Information

URI Parameters

None.

Body Parameters

Tbl_Members
NameDescriptionTypeAdditional information
MemberId

integer

None.

StoreId

integer

None.

RouteId

integer

None.

MemberType

integer

None.

MembershipNo

string

None.

Name

string

None.

Mobile

string

None.

Email

string

None.

Address

string

None.

IsActive

boolean

None.

DefaultPriceId

integer

None.

DefaultCNF

decimal number

None.

DefaultFAT

decimal number

None.

DefaultCLR

decimal number

None.

DefaultPrice

decimal number

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberId": 1,
  "StoreId": 1,
  "RouteId": 1,
  "MemberType": 1,
  "MembershipNo": "sample string 2",
  "Name": "sample string 3",
  "Mobile": "sample string 4",
  "Email": "sample string 5",
  "Address": "sample string 6",
  "IsActive": true,
  "DefaultPriceId": 1,
  "DefaultCNF": 1.1,
  "DefaultFAT": 1.1,
  "DefaultCLR": 1.1,
  "DefaultPrice": 1.1,
  "CreatedBy": 1,
  "CreatedDate": "2024-12-23T04:04:58.058195+05:30",
  "UpdatedBy": 1,
  "UpdatedDate": "2024-12-23T04:04:58.058195+05:30"
}

text/html, multipart/form-data

Sample:
{"MemberId":1,"StoreId":1,"RouteId":1,"MemberType":1,"MembershipNo":"sample string 2","Name":"sample string 3","Mobile":"sample string 4","Email":"sample string 5","Address":"sample string 6","IsActive":true,"DefaultPriceId":1,"DefaultCNF":1.1,"DefaultFAT":1.1,"DefaultCLR":1.1,"DefaultPrice":1.1,"CreatedBy":1,"CreatedDate":"2024-12-23T04:04:58.058195+05:30","UpdatedBy":1,"UpdatedDate":"2024-12-23T04:04:58.058195+05:30"}

application/xml, text/xml

Sample:
<Tbl_Members xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataBase">
  <Address>sample string 6</Address>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2024-12-23T04:04:58.058195+05:30</CreatedDate>
  <DefaultCLR>1.1</DefaultCLR>
  <DefaultCNF>1.1</DefaultCNF>
  <DefaultFAT>1.1</DefaultFAT>
  <DefaultPrice>1.1</DefaultPrice>
  <DefaultPriceId>1</DefaultPriceId>
  <Email>sample string 5</Email>
  <IsActive>true</IsActive>
  <MemberId>1</MemberId>
  <MemberType>1</MemberType>
  <MembershipNo>sample string 2</MembershipNo>
  <Mobile>sample string 4</Mobile>
  <Name>sample string 3</Name>
  <RouteId>1</RouteId>
  <StoreId>1</StoreId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2024-12-23T04:04:58.058195+05:30</UpdatedDate>
</Tbl_Members>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIResponce
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "Data": {}
}

text/html, multipart/form-data

Sample:
{"Status":"sample string 1","Message":"sample string 2","Data":{}}

application/xml, text/xml

Sample:
<APIResponce xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <Data />
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
</APIResponce>