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": "31341cb5-6a7a-4ede-a98a-47d44c364134",
"MaterialGuid": "9aebfb11-43c5-418d-b6e7-3a2ebddce8ac",
"PrestationGuid": "afb195f6-e0ea-467c-9849-9058a6346c83",
"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>31341cb5-6a7a-4ede-a98a-47d44c364134</Guid> <Id>1</Id> <MaterialGuid>9aebfb11-43c5-418d-b6e7-3a2ebddce8ac</MaterialGuid> <PrestationGuid>afb195f6-e0ea-467c-9849-9058a6346c83</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. |