POST api/Analysis/UpsertFerroGraphyRecommendationsandRatings
Request Information
URI Parameters
None.
Body Parameters
FerroGraphyResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SampleId | integer |
None. |
|
| Recommendation | string |
None. |
|
| Recommendation2 | string |
None. |
|
| WpConcentration | string |
None. |
|
| Dl | string |
None. |
|
| Ds | string |
None. |
|
| Plp | string |
None. |
|
| AllowableWpcLimit | string |
None. |
|
| Gw | string |
None. |
|
| GwSize | string |
None. |
|
| Bw | string |
None. |
|
| BwSize | string |
None. |
|
| Sw | string |
None. |
|
| SwSize | string |
None. |
|
| CuAlloy | string |
None. |
|
| CuAlloySize | string |
None. |
|
| BabbitBw | string |
None. |
|
| BabbitBwSize | string |
None. |
|
| FerroGraphyRatingId | byte |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| SampledDate | date |
None. |
|
| IsSaveNext | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SampleId": 1,
"Recommendation": "sample string 2",
"Recommendation2": "sample string 3",
"WpConcentration": "sample string 4",
"Dl": "sample string 5",
"Ds": "sample string 6",
"Plp": "sample string 7",
"AllowableWpcLimit": "sample string 8",
"Gw": "sample string 9",
"GwSize": "sample string 10",
"Bw": "sample string 11",
"BwSize": "sample string 12",
"Sw": "sample string 13",
"SwSize": "sample string 14",
"CuAlloy": "sample string 15",
"CuAlloySize": "sample string 16",
"BabbitBw": "sample string 17",
"BabbitBwSize": "sample string 18",
"FerroGraphyRatingId": 64,
"CreatedBy": 19,
"CreatedDate": "2026-07-29T08:52:53.1945084-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:52:53.1945084-06:00",
"SampledDate": "2026-07-29T08:52:53.1945084-06:00",
"IsSaveNext": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |