POST api/Brands
Request Information
URI Parameters
None.
Body Parameters
BrandDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Url | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "f9f79c69-3061-4727-86bd-6335c0c0702f",
"name": "sample string 1",
"url": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.