POST api/MoiEntry/SavePreGivenMoi
Request Information
URI Parameters
None.
Body Parameters
PreGivenMoiProps| Name | Description | Type | Additional information |
|---|---|---|---|
| PreMoiId | string |
None. |
|
| GuestId | string |
None. |
|
| EventId | string |
None. |
|
| FunctionName | string |
None. |
|
| Description | string |
None. |
|
| Amount | string |
None. |
|
| Createdby | string |
None. |
|
| FunctionDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PreMoiId": "sample string 1",
"GuestId": "sample string 2",
"EventId": "sample string 3",
"FunctionName": "sample string 4",
"Description": "sample string 5",
"Amount": "sample string 6",
"Createdby": "sample string 7",
"FunctionDate": "sample string 8"
}
application/xml, text/xml
Sample:
<PreGivenMoiProps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Amount>sample string 6</Amount> <Createdby>sample string 7</Createdby> <Description>sample string 5</Description> <EventId>sample string 3</EventId> <FunctionDate>sample string 8</FunctionDate> <FunctionName>sample string 4</FunctionName> <GuestId>sample string 2</GuestId> <PreMoiId>sample string 1</PreMoiId> </PreGivenMoiProps>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataSet| Name | 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.