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": "b4ee8493-8afd-419c-a4e0-1e5152832339",
"MaterialGuid": "fd6d9218-4e08-49c1-a2be-f9302817b360",
"PrestationGuid": "4edbd068-eebd-4be8-b2fb-febcd5537ef7",
"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>b4ee8493-8afd-419c-a4e0-1e5152832339</Guid> <Id>1</Id> <MaterialGuid>fd6d9218-4e08-49c1-a2be-f9302817b360</MaterialGuid> <MaxHeight>1</MaxHeight> <MaxLevel>1</MaxLevel> <NumPhase>1</NumPhase> <PrestationGuid>4edbd068-eebd-4be8-b2fb-febcd5537ef7</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. |