POST api/PolicyCancel/GetAddressBySelectedOption

Request Information

URI Parameters

None.

Body Parameters

Mdl_Pro_Dispatch_By_Emp
NameDescriptionTypeAdditional information
Pro_Dispatch_By_Emp_Id

string

None.

Pro_Dispatch_Details_Id

string

None.

Pro_Cust_Id

string

None.

Delivered_To

string

None.

Delivered_Status

string

None.

Delivery_Mode

string

None.

Relative_First_Name

string

None.

Relative_Middle_Name

string

None.

Relative_Last_Name

string

None.

Relative_Mobile

string

None.

Relation_Id

string

None.

User_Id

string

None.

Row_Version

string

None.

Is_From_INH

string

None.

Payment_Return_From

string

None.

Payment_Return_From_Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pro_Dispatch_By_Emp_Id": "sample string 1",
  "Pro_Dispatch_Details_Id": "sample string 2",
  "Pro_Cust_Id": "sample string 3",
  "Delivered_To": "sample string 4",
  "Delivered_Status": "sample string 5",
  "Delivery_Mode": "sample string 6",
  "Relative_First_Name": "sample string 7",
  "Relative_Middle_Name": "sample string 8",
  "Relative_Last_Name": "sample string 9",
  "Relative_Mobile": "sample string 10",
  "Relation_Id": "sample string 11",
  "User_Id": "sample string 12",
  "Row_Version": "sample string 13",
  "Is_From_INH": "sample string 14",
  "Payment_Return_From": "sample string 15",
  "Payment_Return_From_Id": "sample string 16"
}

application/xml, text/xml

Sample:
<Mdl_Pro_Dispatch_By_Emp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Delivered_Status>sample string 5</Delivered_Status>
  <Delivered_To>sample string 4</Delivered_To>
  <Delivery_Mode>sample string 6</Delivery_Mode>
  <Is_From_INH>sample string 14</Is_From_INH>
  <Payment_Return_From>sample string 15</Payment_Return_From>
  <Payment_Return_From_Id>sample string 16</Payment_Return_From_Id>
  <Pro_Cust_Id>sample string 3</Pro_Cust_Id>
  <Pro_Dispatch_By_Emp_Id>sample string 1</Pro_Dispatch_By_Emp_Id>
  <Pro_Dispatch_Details_Id>sample string 2</Pro_Dispatch_Details_Id>
  <Relation_Id>sample string 11</Relation_Id>
  <Relative_First_Name>sample string 7</Relative_First_Name>
  <Relative_Last_Name>sample string 9</Relative_Last_Name>
  <Relative_Middle_Name>sample string 8</Relative_Middle_Name>
  <Relative_Mobile>sample string 10</Relative_Mobile>
  <Row_Version>sample string 13</Row_Version>
  <User_Id>sample string 12</User_Id>
</Mdl_Pro_Dispatch_By_Emp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DataTable
NameDescriptionTypeAdditional information
CaseSensitive

boolean

None.

IsInitialized

boolean

None.

RemotingFormat

SerializationFormat

None.

ChildRelations

Collection of Object

None.

Columns

Collection of Object

None.

Constraints

Collection of Object

None.

DataSet

DataSet

None.

DefaultView

Collection of Object

None.

DisplayExpression

string

None.

ExtendedProperties

Dictionary of Object [key] and Object [value]

None.

HasErrors

boolean

None.

Locale

CultureInfo

None.

MinimumCapacity

integer

None.

ParentRelations

Collection of Object

None.

PrimaryKey

Collection of DataColumn

None.

Rows

Collection of Object

None.

TableName

string

None.

Namespace

string

None.

Prefix

string

None.

Site

ISite

None.

Container

IContainer

None.

DesignMode

boolean

None.

Response Formats

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

Sample:

Sample not available.