PUT api/Gifts/UpdGifts/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Gifts_Models| Name | Description | Type | Additional information |
|---|---|---|---|
| Gifts_Header | Gifts_Header |
None. |
|
| Gifts_Detail | Collection of Gifts_Detail |
None. |
Request Formats
application/json, text/json
Sample:
{
"Gifts_Header": {
"gift_id": 1,
"good_id": 1,
"gift_expdate": "2026-02-19T08:07:45.2216272+07:00",
"gift_empty": 1,
"gift_status": 1
},
"Gifts_Detail": [
{
"good_id": 1,
"good_qty": 1.0
},
{
"good_id": 1,
"good_qty": 1.0
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.