POST api/NGO/SendRequestNew

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
RequestData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "user_id": "sample string 1",
    "donor_id": "sample string 2",
    "clothe_id": "sample string 3",
    "clothe_name": "sample string 4",
    "member_id": "sample string 5",
    "member_name": "sample string 6",
    "gender": "sample string 7",
    "qty": 8,
    "imagename": "sample string 9"
  },
  {
    "user_id": "sample string 1",
    "donor_id": "sample string 2",
    "clothe_id": "sample string 3",
    "clothe_name": "sample string 4",
    "member_id": "sample string 5",
    "member_name": "sample string 6",
    "gender": "sample string 7",
    "qty": 8,
    "imagename": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRequestDataNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGO.Models">
  <RequestDataNew>
    <clothe_id>sample string 3</clothe_id>
    <clothe_name>sample string 4</clothe_name>
    <donor_id>sample string 2</donor_id>
    <gender>sample string 7</gender>
    <imagename>sample string 9</imagename>
    <member_id>sample string 5</member_id>
    <member_name>sample string 6</member_name>
    <qty>8</qty>
    <user_id>sample string 1</user_id>
  </RequestDataNew>
  <RequestDataNew>
    <clothe_id>sample string 3</clothe_id>
    <clothe_name>sample string 4</clothe_name>
    <donor_id>sample string 2</donor_id>
    <gender>sample string 7</gender>
    <imagename>sample string 9</imagename>
    <member_id>sample string 5</member_id>
    <member_name>sample string 6</member_name>
    <qty>8</qty>
    <user_id>sample string 1</user_id>
  </RequestDataNew>
</ArrayOfRequestDataNew>

application/x-www-form-urlencoded

Sample:

Sample not available.