POST api/OuterGateBookingBulletin/GetSessionID
Ritorno l'id della sessione che è utilizzato per la generazione del HttpRequestTransactionId
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OuterTransactionHttpExchangeSessionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"SessionID": "7ed72f1c-3d67-4b0b-8dec-b4bce6c43403"
}
application/xml, text/xml
Sample:
<OuterTransactionHttpExchangeSessionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels"> <SessionID>7ed72f1c-3d67-4b0b-8dec-b4bce6c43403</SessionID> </OuterTransactionHttpExchangeSessionModel>