POST api/RefundRequest/CreateRefundRequest

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
refundrequest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RegNo": "sample string 1",
  "ApplNo": "sample string 2",
  "Status": 1,
  "RequestBy": 3,
  "SubmitedTo": 1,
  "RequestDate": "2024-12-27T06:49:38.8843933+05:30",
  "SubmitedDate": "2024-12-27T06:49:38.8843933+05:30",
  "Remarks": "sample string 5",
  "RequestedSection": 1,
  "SubmissionRemarks": "sample string 6"
}

application/xml, text/xml

Sample:
<RefundRequestModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <ApplNo>sample string 2</ApplNo>
  <RegNo>sample string 1</RegNo>
  <Remarks>sample string 5</Remarks>
  <RequestBy>3</RequestBy>
  <RequestDate>2024-12-27T06:49:38.8843933+05:30</RequestDate>
  <RequestedSection>1</RequestedSection>
  <Status>1</Status>
  <SubmissionRemarks>sample string 6</SubmissionRemarks>
  <SubmitedDate>2024-12-27T06:49:38.8843933+05:30</SubmitedDate>
  <SubmitedTo>1</SubmitedTo>
</RefundRequestModels>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RefundRequestModels'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.