Resource:GroupOperator: of itemactivateC# Rel Const:Rels.CustomerSvc.ItemsActivateURI template:{id}/items/activator{?activate}Obtain URI from:
activate or deactivate a list of items
Success status: 204
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | customer id |
activate * | bool | true: activate; false: deactivate |
Type | Description | |
---|---|---|
ItemIdentifiers | IEnumerable<Generic.Models.ItemIdentifier> | items to be affected |
Sku | string | |
Id | int |
Sample content-type: application/hal+json |
{ "itemIdentifiers": [ { "sku": "str", "id": 2 } ] }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.