POST api/Article/RemoveArticleMappings
removes a mapping entry
Request Information
URI Parameters
None.
Body Parameters
ArticleMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| PetId | integer |
None. |
|
| SubscriptionId | string |
None. |
|
| CustomerName | string |
None. |
|
| Price | string |
None. |
|
| PluCode | string |
None. |
|
| Barcode | string |
None. |
|
| ArticleMappingEntryID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PetId": 1,
"SubscriptionId": "sample string 2",
"CustomerName": "sample string 3",
"Price": "sample string 4",
"PluCode": "sample string 5",
"Barcode": "sample string 6",
"ArticleMappingEntryID": 7
}
application/xml, text/xml
Sample:
<ArticleMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities"> <ArticleMappingEntryID>7</ArticleMappingEntryID> <Barcode>sample string 6</Barcode> <CustomerName>sample string 3</CustomerName> <PluCode>sample string 5</PluCode> <Price>sample string 4</Price> <PetId>1</PetId> <SubscriptionId>sample string 2</SubscriptionId> </ArticleMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.