POST api/NGO/updatecheckout

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:
[
  {
    "member_id": 1,
    "pid": 2,
    "member_name": "sample string 3",
    "gender": "sample string 4",
    "age": "sample string 5",
    "size": "sample string 6",
    "clothe_id": 7,
    "clothe_name": "sample string 8",
    "qty": 9,
    "donorid": 10,
    "userid": 11,
    "create_date": "2024-06-28T16:09:56.7758295+05:30",
    "update_date": "2024-06-28T16:09:56.7758295+05:30",
    "create_userid": 14,
    "update_userid": 15,
    "ipaddress": "sample string 16",
    "requestid": 17,
    "refrenceid": 18,
    "receiverid": 19,
    "status": "sample string 20",
    "checkout": true,
    "payment": true,
    "transid": "sample string 23",
    "transcode": "sample string 24",
    "paymentstatus": "sample string 25",
    "age_id": "sample string 26",
    "age_name": "sample string 27",
    "size_id": "sample string 28",
    "orderid": "sample string 29",
    "pay": true
  },
  {
    "member_id": 1,
    "pid": 2,
    "member_name": "sample string 3",
    "gender": "sample string 4",
    "age": "sample string 5",
    "size": "sample string 6",
    "clothe_id": 7,
    "clothe_name": "sample string 8",
    "qty": 9,
    "donorid": 10,
    "userid": 11,
    "create_date": "2024-06-28T16:09:56.7758295+05:30",
    "update_date": "2024-06-28T16:09:56.7758295+05:30",
    "create_userid": 14,
    "update_userid": 15,
    "ipaddress": "sample string 16",
    "requestid": 17,
    "refrenceid": 18,
    "receiverid": 19,
    "status": "sample string 20",
    "checkout": true,
    "payment": true,
    "transid": "sample string 23",
    "transcode": "sample string 24",
    "paymentstatus": "sample string 25",
    "age_id": "sample string 26",
    "age_name": "sample string 27",
    "size_id": "sample string 28",
    "orderid": "sample string 29",
    "pay": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfupdatedonatedclothe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGO.Models">
  <updatedonatedclothe>
    <age>sample string 5</age>
    <age_id>sample string 26</age_id>
    <age_name>sample string 27</age_name>
    <checkout>true</checkout>
    <clothe_id>7</clothe_id>
    <clothe_name>sample string 8</clothe_name>
    <create_date>2024-06-28T16:09:56.7758295+05:30</create_date>
    <create_userid>14</create_userid>
    <donorid>10</donorid>
    <gender>sample string 4</gender>
    <ipaddress>sample string 16</ipaddress>
    <member_id>1</member_id>
    <member_name>sample string 3</member_name>
    <orderid>sample string 29</orderid>
    <pay>true</pay>
    <payment>true</payment>
    <paymentstatus>sample string 25</paymentstatus>
    <pid>2</pid>
    <qty>9</qty>
    <receiverid>19</receiverid>
    <refrenceid>18</refrenceid>
    <requestid>17</requestid>
    <size>sample string 6</size>
    <size_id>sample string 28</size_id>
    <status>sample string 20</status>
    <transcode>sample string 24</transcode>
    <transid>sample string 23</transid>
    <update_date>2024-06-28T16:09:56.7758295+05:30</update_date>
    <update_userid>15</update_userid>
    <userid>11</userid>
  </updatedonatedclothe>
  <updatedonatedclothe>
    <age>sample string 5</age>
    <age_id>sample string 26</age_id>
    <age_name>sample string 27</age_name>
    <checkout>true</checkout>
    <clothe_id>7</clothe_id>
    <clothe_name>sample string 8</clothe_name>
    <create_date>2024-06-28T16:09:56.7758295+05:30</create_date>
    <create_userid>14</create_userid>
    <donorid>10</donorid>
    <gender>sample string 4</gender>
    <ipaddress>sample string 16</ipaddress>
    <member_id>1</member_id>
    <member_name>sample string 3</member_name>
    <orderid>sample string 29</orderid>
    <pay>true</pay>
    <payment>true</payment>
    <paymentstatus>sample string 25</paymentstatus>
    <pid>2</pid>
    <qty>9</qty>
    <receiverid>19</receiverid>
    <refrenceid>18</refrenceid>
    <requestid>17</requestid>
    <size>sample string 6</size>
    <size_id>sample string 28</size_id>
    <status>sample string 20</status>
    <transcode>sample string 24</transcode>
    <transid>sample string 23</transid>
    <update_date>2024-06-28T16:09:56.7758295+05:30</update_date>
    <update_userid>15</update_userid>
    <userid>11</userid>
  </updatedonatedclothe>
</ArrayOfupdatedonatedclothe>

application/x-www-form-urlencoded

Sample:

Sample not available.