POST api/Distributor_Birla/SaveAddedSegmentFeesToWire

Request Information

URI Parameters

None.

Body Parameters

AddedSegmentFeesDetailsEntity
NameDescriptionTypeAdditional information
AP_Code

string

None.

ApprovedBy

string

None.

Razorpay

RazorPay

None.

AddedSegmentLineofBusinessId

string

None.

LineofBusinessId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AP_Code": "sample string 1",
  "ApprovedBy": "sample string 2",
  "Razorpay": {
    "AP_Code": "sample string 1",
    "RazorPayPaymentId": "sample string 2",
    "RazorPayOrderId": "sample string 3",
    "RazorPaySignature": "sample string 4",
    "RazorPayAmount": "sample string 5",
    "RazorPayPaymentDate": "sample string 6",
    "RazorPayAccountNo": "sample string 7",
    "RazorPayAccountType": "sample string 8",
    "RazorPayIFSCCode": "sample string 9",
    "RazorPayMicrNo": "sample string 10",
    "RazorPayUTR": "sample string 11",
    "RazorPayBankName": "sample string 12",
    "RazorPayPaymentMethod": "sample string 13"
  },
  "AddedSegmentLineofBusinessId": "sample string 3",
  "LineofBusinessId": "sample string 4"
}

application/xml, text/xml

Sample:
<AddedSegmentFeesDetailsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RelianceWrapperAPI.Models">
  <AP_Code>sample string 1</AP_Code>
  <AddedSegmentLineofBusinessId>sample string 3</AddedSegmentLineofBusinessId>
  <ApprovedBy>sample string 2</ApprovedBy>
  <LineofBusinessId>sample string 4</LineofBusinessId>
  <Razorpay>
    <AP_Code>sample string 1</AP_Code>
    <RazorPayAccountNo>sample string 7</RazorPayAccountNo>
    <RazorPayAccountType>sample string 8</RazorPayAccountType>
    <RazorPayAmount>sample string 5</RazorPayAmount>
    <RazorPayBankName>sample string 12</RazorPayBankName>
    <RazorPayIFSCCode>sample string 9</RazorPayIFSCCode>
    <RazorPayMicrNo>sample string 10</RazorPayMicrNo>
    <RazorPayOrderId>sample string 3</RazorPayOrderId>
    <RazorPayPaymentDate>sample string 6</RazorPayPaymentDate>
    <RazorPayPaymentId>sample string 2</RazorPayPaymentId>
    <RazorPayPaymentMethod>sample string 13</RazorPayPaymentMethod>
    <RazorPaySignature>sample string 4</RazorPaySignature>
    <RazorPayUTR>sample string 11</RazorPayUTR>
  </Razorpay>
</AddedSegmentFeesDetailsEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
code

integer

None.

Message

string

None.

ID

integer

None.

status

string

None.

content

string

None.

reference_id

string

None.

Refference_No

string

None.

FilePath

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "Message": "sample string 2",
  "ID": 3,
  "status": "sample string 4",
  "content": "sample string 5",
  "reference_id": "sample string 6",
  "Refference_No": "sample string 7",
  "FilePath": "sample string 8"
}

application/xml, text/xml

Sample:
<ResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LIBRARY">
  <FilePath>sample string 8</FilePath>
  <ID>3</ID>
  <Message>sample string 2</Message>
  <Refference_No>sample string 7</Refference_No>
  <code>1</code>
  <content>sample string 5</content>
  <reference_id>sample string 6</reference_id>
  <status>sample string 4</status>
</ResponseMessage>