PUT prestationprice/PutPrestationPriceInformations
Request Information
URI Parameters
None.
Body Parameters
PrestationPriceInformationsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guid | globally unique identifier |
None. |
|
| MaterialGuid | globally unique identifier |
None. |
|
| PrestationGuid | globally unique identifier |
None. |
|
| CodeVisu | string |
None. |
|
| Complement | string |
None. |
|
| PriceFirstLevel | decimal number |
None. |
|
| TimeFirstLevel | decimal number |
None. |
|
| PricePerLevel | decimal number |
None. |
|
| TimeNextLevel | decimal number |
None. |
|
| PricePer3m | decimal number |
None. |
|
| TimeNext3m | decimal number |
None. |
|
| TypePhase | string |
None. |
|
| NumPhase | integer |
None. |
|
| Agence | string |
None. |
|
| MaxHeight | decimal number |
None. |
|
| MaxLevel | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Guid": "c7e1f081-9a74-4a39-81fd-bf59910934b8",
"MaterialGuid": "35a76c0d-d3f1-4188-92d4-9123c329da27",
"PrestationGuid": "90bbbf97-8e52-4a9c-aa80-5895ce67762b",
"CodeVisu": "sample string 3",
"Complement": "sample string 4",
"PriceFirstLevel": 1.0,
"TimeFirstLevel": 1.0,
"PricePerLevel": 1.0,
"TimeNextLevel": 1.0,
"PricePer3m": 1.0,
"TimeNext3m": 1.0,
"TypePhase": "sample string 5",
"NumPhase": 1,
"Agence": "sample string 6",
"MaxHeight": 1.0,
"MaxLevel": 1
}
application/xml, text/xml
Sample:
<PrestationPriceInformationsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <Agence>sample string 6</Agence> <CodeVisu>sample string 3</CodeVisu> <Complement>sample string 4</Complement> <Guid>c7e1f081-9a74-4a39-81fd-bf59910934b8</Guid> <Id>1</Id> <MaterialGuid>35a76c0d-d3f1-4188-92d4-9123c329da27</MaterialGuid> <MaxHeight>1</MaxHeight> <MaxLevel>1</MaxLevel> <NumPhase>1</NumPhase> <PrestationGuid>90bbbf97-8e52-4a9c-aa80-5895ce67762b</PrestationGuid> <PriceFirstLevel>1</PriceFirstLevel> <PricePer3m>1</PricePer3m> <PricePerLevel>1</PricePerLevel> <TimeFirstLevel>1</TimeFirstLevel> <TimeNext3m>1</TimeNext3m> <TimeNextLevel>1</TimeNextLevel> <TypePhase>sample string 5</TypePhase> </PrestationPriceInformationsInput>
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. |