PUT materialprice/PutMaterialPriceInformations
Request Information
URI Parameters
None.
Body Parameters
MaterialPriceInformationsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guid | globally unique identifier |
None. |
|
| MaterialGuid | globally unique identifier |
None. |
|
| PrestationGuid | globally unique identifier |
None. |
|
| Price | decimal number |
None. |
|
| CodeVisu | string |
None. |
|
| TimePeriodMin | integer |
None. |
|
| TimePeriodMax | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Guid": "31c72402-202c-4ae3-ad05-610734446737",
"MaterialGuid": "92e5d564-488f-46ea-9fa4-8004b747efb1",
"PrestationGuid": "abd0e74d-052a-4518-8c7e-745f7efc67ed",
"Price": 1.0,
"CodeVisu": "sample string 3",
"TimePeriodMin": 1,
"TimePeriodMax": 1
}
application/xml, text/xml
Sample:
<MaterialPriceInformationsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <CodeVisu>sample string 3</CodeVisu> <Guid>31c72402-202c-4ae3-ad05-610734446737</Guid> <Id>1</Id> <MaterialGuid>92e5d564-488f-46ea-9fa4-8004b747efb1</MaterialGuid> <PrestationGuid>abd0e74d-052a-4518-8c7e-745f7efc67ed</PrestationGuid> <Price>1</Price> <TimePeriodMax>1</TimePeriodMax> <TimePeriodMin>1</TimePeriodMin> </MaterialPriceInformationsInput>
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. |