POST api/inventory/InventoryCountry/Create?productID={productID}&country={country}

Method to add a country association to Inventory

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productID

string

Required

country

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns all Country associations of the Inventory

Collection of IInventoryCountry
NameDescriptionTypeAdditional information
ID

integer

None.

InventoryID

integer

None.

Country

string

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.