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": "10c70601-7cd5-4f96-a82c-0b7e2169abb0",
"MaterialGuid": "015db113-d4c5-44e1-a6da-ebae5769c632",
"PrestationGuid": "67956650-04f3-4af9-8c02-b8e7b19fd9d0",
"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>10c70601-7cd5-4f96-a82c-0b7e2169abb0</Guid> <Id>1</Id> <MaterialGuid>015db113-d4c5-44e1-a6da-ebae5769c632</MaterialGuid> <PrestationGuid>67956650-04f3-4af9-8c02-b8e7b19fd9d0</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. |