POST api/Livraison/Open_spc

Request Information

URI Parameters

None.

Body Parameters

BSCIALApplication100c

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ValueTupleOfBooleanAndString
NameDescriptionTypeAdditional 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>