POST api/pinches/{id}/segments
Create new Segment Group with Segments
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
Collection of SegmentSelectionDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Segments | Collection of SegmentDto |
None. |
|
IsExclude | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": "bf85358a-8ee3-4bf2-8f44-97cc5cf4b32c", "Name": "sample string 2", "Segments": [ { "Id": "c2da6f66-01de-4df4-80a6-de20d3b931ba", "Name": "sample string 2" }, { "Id": "c2da6f66-01de-4df4-80a6-de20d3b931ba", "Name": "sample string 2" } ], "IsExclude": true }, { "Id": "bf85358a-8ee3-4bf2-8f44-97cc5cf4b32c", "Name": "sample string 2", "Segments": [ { "Id": "c2da6f66-01de-4df4-80a6-de20d3b931ba", "Name": "sample string 2" }, { "Id": "c2da6f66-01de-4df4-80a6-de20d3b931ba", "Name": "sample string 2" } ], "IsExclude": true } ]
Response Information
Resource Description
Collection of SegmentSelectionDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Segments | Collection of SegmentDto |
None. |
|
IsExclude | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "4e38c2f2-c308-4af7-a741-fc6192d13924", "Name": "sample string 2", "Segments": [ { "Id": "abb02287-315a-48d9-b533-0998acc41e6b", "Name": "sample string 2" }, { "Id": "abb02287-315a-48d9-b533-0998acc41e6b", "Name": "sample string 2" } ], "IsExclude": true }, { "Id": "4e38c2f2-c308-4af7-a741-fc6192d13924", "Name": "sample string 2", "Segments": [ { "Id": "abb02287-315a-48d9-b533-0998acc41e6b", "Name": "sample string 2" }, { "Id": "abb02287-315a-48d9-b533-0998acc41e6b", "Name": "sample string 2" } ], "IsExclude": true } ]