POST api/inventory/InventoryCountry/Create?productID={productID}&country={country}
Method to add a country association to Inventory
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productID | string |
Required |
|
country | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns all Country associations of the Inventory
Collection of IInventoryCountryName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
InventoryID | integer |
None. |
|
Country | string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.