POST materialprice/PostMaterialPriceInformations
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": "973dddbc-ea02-4baa-95f2-5a55692a796f",
"MaterialGuid": "b891ea86-ff33-46af-91d9-242b92d189af",
"PrestationGuid": "20de90da-d25b-4e21-b6be-3ef8978f7f6e",
"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>973dddbc-ea02-4baa-95f2-5a55692a796f</Guid> <Id>1</Id> <MaterialGuid>b891ea86-ff33-46af-91d9-242b92d189af</MaterialGuid> <PrestationGuid>20de90da-d25b-4e21-b6be-3ef8978f7f6e</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. |