POST api/Warranties/UpdatePcsExp/{Country}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Country | string |
Required |
Body Parameters
Collection of 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:49.8728746+01:00",
"LOGIN": "sample string 10",
"NICK": "sample string 11"
},
{
"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:49.8728746+01:00",
"LOGIN": "sample string 10",
"NICK": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfItemWarr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCLB.Models">
<ItemWarr>
<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:49.8728746+01:00</UDATE>
<Waste_Pcs>7.1</Waste_Pcs>
</ItemWarr>
<ItemWarr>
<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:49.8728746+01:00</UDATE>
<Waste_Pcs>7.1</Waste_Pcs>
</ItemWarr>
</ArrayOfItemWarr>
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.