POST api/NGO/AddNewCloth

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
user
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "pid": 1,
  "clothe_id": "sample string 2",
  "clothe_name": "sample string 3",
  "size_id": "sample string 4",
  "size_name": "sample string 5",
  "age_id": "sample string 6",
  "age_name": "sample string 7",
  "gender": "sample string 8",
  "color_id": "sample string 9",
  "color_name": "sample string 10",
  "user_id": "sample string 11",
  "file": null,
  "imagename": "sample string 12",
  "ipaddress": "sample string 13",
  "status": "sample string 14",
  "create_date": "2024-06-28T15:48:53.1572543+05:30",
  "update_date": "2024-06-28T15:48:53.1572543+05:30",
  "create_userid": "sample string 17",
  "update_userid": "sample string 18",
  "qty": 19,
  "receiver_name": "sample string 20",
  "receivedqty": 21,
  "clothstatus": "sample string 22",
  "Status": 23,
  "Message": "sample string 24"
}

application/xml, text/xml

Sample:
<ClothData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGO.Models">
  <Message>sample string 24</Message>
  <Status>23</Status>
  <age_id>sample string 6</age_id>
  <age_name>sample string 7</age_name>
  <clothe_id>sample string 2</clothe_id>
  <clothe_name>sample string 3</clothe_name>
  <clothstatus>sample string 22</clothstatus>
  <color_id>sample string 9</color_id>
  <color_name>sample string 10</color_name>
  <create_date>2024-06-28T15:48:53.1572543+05:30</create_date>
  <create_userid>sample string 17</create_userid>
  <file xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.UI.WebControls" i:nil="true" />
  <gender>sample string 8</gender>
  <imagename>sample string 12</imagename>
  <ipaddress>sample string 13</ipaddress>
  <pid>1</pid>
  <qty>19</qty>
  <receivedqty>21</receivedqty>
  <receiver_name>sample string 20</receiver_name>
  <size_id>sample string 4</size_id>
  <size_name>sample string 5</size_name>
  <status>sample string 14</status>
  <update_date>2024-06-28T15:48:53.1572543+05:30</update_date>
  <update_userid>sample string 18</update_userid>
  <user_id>sample string 11</user_id>
</ClothData>

application/x-www-form-urlencoded

Sample:

Sample not available.