POST api/Common/SendPaymentReturnOtp

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

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>