POST api/SendRequestForPaymentReturn

Request Information

URI Parameters

None.

Body Parameters

Mdl_Pro_Dispatch_Details
NameDescriptionTypeAdditional information
Pro_Dispatch_Details_Id

string

None.

Pro_Cust_Id

string

None.

Request_To_Emp_Id

string

None.

Transfer_To_Emp_Id

string

None.

Feedback_By

string

None.

Dispatch_By_Empoyee_Id

string

None.

Accounts_By_Empoyee_Id

string

None.

AccountantShow

string

None.

Dispatch_By

string

None.

Courier_By_Id

string

None.

Courier_No

string

None.

Address

string

None.

User_Id

string

None.

Row_Version

string

None.

Is_From_INH

string

None.

Account_Emp_Id

string

None.

Payment_Return_From

string

None.

Payment_Return_From_Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pro_Dispatch_Details_Id": "sample string 1",
  "Pro_Cust_Id": "sample string 2",
  "Request_To_Emp_Id": "sample string 3",
  "Transfer_To_Emp_Id": "sample string 4",
  "Feedback_By": "sample string 5",
  "Dispatch_By_Empoyee_Id": "sample string 6",
  "Accounts_By_Empoyee_Id": "sample string 7",
  "AccountantShow": "sample string 8",
  "Dispatch_By": "sample string 9",
  "Courier_By_Id": "sample string 10",
  "Courier_No": "sample string 11",
  "Address": "sample string 12",
  "User_Id": "sample string 13",
  "Row_Version": "sample string 14",
  "Is_From_INH": "sample string 15",
  "Account_Emp_Id": "sample string 16",
  "Payment_Return_From": "sample string 17",
  "Payment_Return_From_Id": "sample string 18"
}

application/xml, text/xml

Sample:
<Mdl_Pro_Dispatch_Details xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Account_Emp_Id>sample string 16</Account_Emp_Id>
  <AccountantShow>sample string 8</AccountantShow>
  <Accounts_By_Empoyee_Id>sample string 7</Accounts_By_Empoyee_Id>
  <Address>sample string 12</Address>
  <Courier_By_Id>sample string 10</Courier_By_Id>
  <Courier_No>sample string 11</Courier_No>
  <Dispatch_By>sample string 9</Dispatch_By>
  <Dispatch_By_Empoyee_Id>sample string 6</Dispatch_By_Empoyee_Id>
  <Feedback_By>sample string 5</Feedback_By>
  <Is_From_INH>sample string 15</Is_From_INH>
  <Payment_Return_From>sample string 17</Payment_Return_From>
  <Payment_Return_From_Id>sample string 18</Payment_Return_From_Id>
  <Pro_Cust_Id>sample string 2</Pro_Cust_Id>
  <Pro_Dispatch_Details_Id>sample string 1</Pro_Dispatch_Details_Id>
  <Request_To_Emp_Id>sample string 3</Request_To_Emp_Id>
  <Row_Version>sample string 14</Row_Version>
  <Transfer_To_Emp_Id>sample string 4</Transfer_To_Emp_Id>
  <User_Id>sample string 13</User_Id>
</Mdl_Pro_Dispatch_Details>

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>