POST api/Tag/CalculateSecondaryData
It performs Secondary calculation and returns request id
Request Information
URI Parameters
None.
Body Parameters
SecondaryCalcRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Candidates | Collection of SelectedCandidateData |
None. |
|
| ProductBuilder | globally unique identifier |
None. |
|
| Sound | boolean |
None. |
|
| IPLV | boolean |
None. |
|
| NPLV | boolean |
None. |
|
| MaxCapacity | boolean |
None. |
|
| UnitOfMeasure | UnitOfMeasure |
None. |
|
| SelectedModel | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |