POST api/Warranties/UpdateDateExp/{Country}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Country | string |
Required |
Body Parameters
ItemWarr| Name | Description | Type | Additional information |
|---|---|---|---|
| RID | integer |
None. |
|
| SHOP_NBR | integer |
None. |
|
| TPN | integer |
None. |
|
| BBD | string |
None. |
|
| DD | string |
None. |
|
| Stock | decimal number |
None. |
|
| Waste_Pcs | decimal number |
None. |
|
| Notice | string |
None. |
|
| UDATE | date |
None. |
|
| LOGIN | string |
None. |
|
| NICK | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RID": 1,
"SHOP_NBR": 2,
"TPN": 3,
"BBD": "sample string 4",
"DD": "sample string 5",
"Stock": 6.1,
"Waste_Pcs": 7.1,
"Notice": "sample string 8",
"UDATE": "2026-01-11T09:44:56.1701132+01:00",
"LOGIN": "sample string 10",
"NICK": "sample string 11"
}
application/xml, text/xml
Sample:
<ItemWarr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCLB.Models"> <BBD>sample string 4</BBD> <DD>sample string 5</DD> <LOGIN>sample string 10</LOGIN> <NICK>sample string 11</NICK> <Notice>sample string 8</Notice> <RID>1</RID> <SHOP_NBR>2</SHOP_NBR> <Stock>6.1</Stock> <TPN>3</TPN> <UDATE>2026-01-11T09:44:56.1701132+01:00</UDATE> <Waste_Pcs>7.1</Waste_Pcs> </ItemWarr>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.