POST api/GetReceiptDetails
Request Information
URI Parameters
None.
Body Parameters
ReceipDetailsPropsName | Description | Type | Additional information |
---|---|---|---|
EventId | string |
None. |
|
ReceiptId | string |
None. |
|
GuestId | string |
None. |
|
MoiId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EventId": "sample string 1", "ReceiptId": "sample string 2", "GuestId": "sample string 3", "MoiId": "sample string 4" }
application/xml, text/xml
Sample:
<ReceipDetailsProps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <EventId>sample string 1</EventId> <GuestId>sample string 3</GuestId> <MoiId>sample string 4</MoiId> <ReceiptId>sample string 2</ReceiptId> </ReceipDetailsProps>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataSetName | Description | Type | Additional information |
---|---|---|---|
RemotingFormat | SerializationFormat |
None. |
|
SchemaSerializationMode | SchemaSerializationMode |
None. |
|
CaseSensitive | boolean |
None. |
|
DefaultViewManager | Collection of Object |
None. |
|
EnforceConstraints | boolean |
None. |
|
DataSetName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
Site | ISite |
None. |
|
Relations | Collection of Object |
None. |
|
Tables | Collection of Object |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.