POST ElmCtrl/StpStatuePrestaSet
Request Information
URI Parameters
None.
Body Parameters
STP_STATUE_PRESTATIONName | Description | Type | Additional information |
---|---|---|---|
STP_ID | integer |
None. |
|
PIC_ID | decimal number |
None. |
|
SCA_ID | integer |
None. |
|
STP_IS_SELECTED | boolean |
None. |
|
STP_AVEC_DEPOSE | boolean |
None. |
|
STP_AVEC_CANALISATIONS | boolean |
None. |
|
STP_AVEC_CABLERIE | boolean |
None. |
|
STP_ENCASTRE | boolean |
None. |
|
STP_MNT_TOTAL_HT | decimal number |
None. |
|
STP_TAUX_TVA | decimal number |
None. |
|
STP_MNT_TVA | decimal number |
None. |
|
STP_MNT_TOTAL | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "STP_ID": 1, "PIC_ID": 1.0, "SCA_ID": 1, "STP_IS_SELECTED": true, "STP_AVEC_DEPOSE": true, "STP_AVEC_CANALISATIONS": true, "STP_AVEC_CABLERIE": true, "STP_ENCASTRE": true, "STP_MNT_TOTAL_HT": 1.0, "STP_TAUX_TVA": 1.0, "STP_MNT_TVA": 1.0, "STP_MNT_TOTAL": 1.0 }
application/xml, text/xml
Sample:
<STP_STATUE_PRESTATION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models"> <PIC_ID>1</PIC_ID> <SCA_ID>1</SCA_ID> <STP_AVEC_CABLERIE>true</STP_AVEC_CABLERIE> <STP_AVEC_CANALISATIONS>true</STP_AVEC_CANALISATIONS> <STP_AVEC_DEPOSE>true</STP_AVEC_DEPOSE> <STP_ENCASTRE>true</STP_ENCASTRE> <STP_ID>1</STP_ID> <STP_IS_SELECTED>true</STP_IS_SELECTED> <STP_MNT_TOTAL>1</STP_MNT_TOTAL> <STP_MNT_TOTAL_HT>1</STP_MNT_TOTAL_HT> <STP_MNT_TVA>1</STP_MNT_TVA> <STP_TAUX_TVA>1</STP_TAUX_TVA> </STP_STATUE_PRESTATION>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />