POST prestationprice/PostPrestationPriceInformations
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": "b983714e-c06c-4295-a630-e75b0ffa84d1",
"MaterialGuid": "8363e2de-ca5d-42a7-b55b-2a3ea530573e",
"PrestationGuid": "d4a513ca-c86d-4169-a67f-e9b50efd921c",
"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>b983714e-c06c-4295-a630-e75b0ffa84d1</Guid> <Id>1</Id> <MaterialGuid>8363e2de-ca5d-42a7-b55b-2a3ea530573e</MaterialGuid> <MaxHeight>1</MaxHeight> <MaxLevel>1</MaxLevel> <NumPhase>1</NumPhase> <PrestationGuid>d4a513ca-c86d-4169-a67f-e9b50efd921c</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. |