POST api/Products

Request Information

URI Parameters

None.

Body Parameters

ProductDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

BrandId

globally unique identifier

Required

Brand

BrandDto

None.

CategoryId

globally unique identifier

None.

CategoryName

string

None.

Name

string

Required

String length: inclusive between 0 and 255

Description

string

None.

CreatedByUserId

globally unique identifier

None.

ProductType

ProductTypeDto

None.

Skus

Collection of SkuDto

None.

AssetId

globally unique identifier

None.

IsDeleted

boolean

None.

FolderId

globally unique identifier

None.

SlaDuration

integer

None.

BudgetCodes

Collection of string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.