POST api/Livraison/openAll?path1={path1}&login={login}&password={password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| path1 | string |
Required |
|
| login | string |
Required |
|
| password | string |
Required |
Body Parameters
BSCIALApplication100cNone.
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
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>