POST api/offering
Request Information
URI Parameters
None.
Body Parameters
TK_Offerings| Name | Description | Type | Additional information |
|---|---|---|---|
| offeringsId | integer |
None. |
|
| offeringsName | string |
None. |
|
| offeringsNameMa | string |
None. |
|
| offeringsNameTa | string |
None. |
|
| offeringsNameTe | string |
None. |
|
| offeringsNameKa | string |
None. |
|
| offeringsNameHi | string |
None. |
|
| offeringsCategoryId | integer |
None. |
|
| offeringsGroupId | integer |
None. |
|
| oferingsCompanyId | integer |
None. |
|
| offeringsAmount | decimal number |
None. |
|
| offeringsCreatedDate | date |
None. |
|
| offeringsCreatedBy | integer |
None. |
|
| offeringsModifiedDate | date |
None. |
|
| offeringsModifiedBy | integer |
None. |
|
| offeringsIsInventary | boolean |
None. |
|
| offeringsIsSub | boolean |
None. |
|
| offeringsActive | boolean |
None. |
|
| offeringImage | string |
None. |
|
| offeringsSortOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"offeringsId": 1,
"offeringsName": "sample string 2",
"offeringsNameMa": "sample string 3",
"offeringsNameTa": "sample string 4",
"offeringsNameTe": "sample string 5",
"offeringsNameKa": "sample string 6",
"offeringsNameHi": "sample string 7",
"offeringsCategoryId": 8,
"offeringsGroupId": 9,
"oferingsCompanyId": 10,
"offeringsAmount": 11.0,
"offeringsCreatedDate": "2025-11-08T18:26:41.1976487+05:30",
"offeringsCreatedBy": 13,
"offeringsModifiedDate": "2025-11-08T18:26:41.1976487+05:30",
"offeringsModifiedBy": 15,
"offeringsIsInventary": true,
"offeringsIsSub": true,
"offeringsActive": true,
"offeringImage": "sample string 19",
"offeringsSortOrder": 20
}
application/xml, text/xml
Sample:
<TK_Offerings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaTempleKioskApi.Models"> <oferingsCompanyId>10</oferingsCompanyId> <offeringImage>sample string 19</offeringImage> <offeringsActive>true</offeringsActive> <offeringsAmount>11</offeringsAmount> <offeringsCategoryId>8</offeringsCategoryId> <offeringsCreatedBy>13</offeringsCreatedBy> <offeringsCreatedDate>2025-11-08T18:26:41.1976487+05:30</offeringsCreatedDate> <offeringsGroupId>9</offeringsGroupId> <offeringsId>1</offeringsId> <offeringsIsInventary>true</offeringsIsInventary> <offeringsIsSub>true</offeringsIsSub> <offeringsModifiedBy>15</offeringsModifiedBy> <offeringsModifiedDate>2025-11-08T18:26:41.1976487+05:30</offeringsModifiedDate> <offeringsName>sample string 2</offeringsName> <offeringsNameHi>sample string 7</offeringsNameHi> <offeringsNameKa>sample string 6</offeringsNameKa> <offeringsNameMa>sample string 3</offeringsNameMa> <offeringsNameTa>sample string 4</offeringsNameTa> <offeringsNameTe>sample string 5</offeringsNameTe> <offeringsSortOrder>20</offeringsSortOrder> </TK_Offerings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
|
| Type | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Data": {},
"Message": "sample string 3",
"Type": 4
}
application/xml, text/xml
Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaTempleKioskApi.Models"> <Data /> <Message>sample string 3</Message> <Status>sample string 1</Status> <Type>4</Type> </APIResponse>