POST api/Livraison/openAll2?path1={path1}&path1_Cpta={path1_Cpta}&login={login}&password={password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| path1 | string |
Required |
|
| path1_Cpta | string |
Required |
|
| login | string |
Required |
|
| password | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ValueTupleOfBooleanAndString| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | boolean |
None. |
|
| Item2 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item1": false,
"Item2": null
}
application/xml, text/xml
Sample:
<ValueTupleOfbooleanstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <Item1>false</Item1> <Item2 i:nil="true" /> </ValueTupleOfbooleanstring>