POST api/Categories/UpdateCartIDs
Updates the Eskimo database with the IDs used by the Website.
Request Information
URI Parameters
None.
Body Parameters
A collection of entries containing the Primary Key information to update Eskimo with
Collection of EskimoClassLibraries.CategoryIDName | Description | Type | Additional information |
---|---|---|---|
Eskimo_Category_ID | string |
Required String length: inclusive between 0 and 200 |
|
Web_ID | string |
String length: inclusive between 0 and 200 |
Request Formats
application/json, text/json
Sample:
[ { "Eskimo_Category_ID": "sample string 1", "Web_ID": "sample string 2" }, { "Eskimo_Category_ID": "sample string 1", "Web_ID": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfCategoryID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EskimoClassLibraries"> <CategoryID> <Eskimo_Category_ID>sample string 1</Eskimo_Category_ID> <Web_ID>sample string 2</Web_ID> </CategoryID> <CategoryID> <Eskimo_Category_ID>sample string 1</Eskimo_Category_ID> <Web_ID>sample string 2</Web_ID> </CategoryID> </ArrayOfCategoryID>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |