POST api/SaveExpenseORMoiDetails/Save
Request Information
URI Parameters
None.
Body Parameters
ExpenseOrMoiDetailsProps| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| EntryFrom | string |
None. |
|
| EventId | string |
None. |
|
| GuestId | string |
None. |
|
| Item | string |
None. |
|
| Unit | string |
None. |
|
| UnitValue | string |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Description": "sample string 1",
"EntryFrom": "sample string 2",
"EventId": "sample string 3",
"GuestId": "sample string 4",
"Item": "sample string 5",
"Unit": "sample string 6",
"UnitValue": "sample string 7",
"CreatedBy": "sample string 8"
}
application/xml, text/xml
Sample:
<ExpenseOrMoiDetailsProps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <CreatedBy>sample string 8</CreatedBy> <Description>sample string 1</Description> <EntryFrom>sample string 2</EntryFrom> <EventId>sample string 3</EventId> <GuestId>sample string 4</GuestId> <Item>sample string 5</Item> <Unit>sample string 6</Unit> <UnitValue>sample string 7</UnitValue> </ExpenseOrMoiDetailsProps>
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.