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": "e372a744-84f7-4159-b0ce-5fcf300fb282"
}
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>e372a744-84f7-4159-b0ce-5fcf300fb282</SessionID> </OuterTransactionHttpExchangeSessionModel>