POST Api/PackagedServices/AddUpdatePackagedServices
Request Information
URI Parameters
None.
Body Parameters
NAPackagedServicesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PSID | string |
None. |
|
| PSTitle | string |
None. |
|
| SolutionArea | string |
None. |
|
| Region | string |
None. |
|
| RecurringPackage | boolean |
None. |
|
| PackageExtendable | boolean |
None. |
|
| ShowBaseLineFields | boolean |
None. |
|
| ShowUnitFields | boolean |
None. |
|
| ShowMaxTotalRevenueFields | boolean |
None. |
|
| ShowSubscriptionFeesFields | boolean |
None. |
|
| ShowDeliveryLocationFields | boolean |
None. |
|
| BusinessSegment | integer |
None. |
|
| BusinessSegmentName | string |
None. |
|
| IsActive | boolean |
None. |
|
| Notes | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ConfigDateTimeFormat | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedId | integer |
None. |
|
| ServiceType | string |
None. |
|
| ServiceGroup | string |
None. |
|
| ServiceOffering | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PSID": "sample string 2",
"PSTitle": "sample string 3",
"SolutionArea": "sample string 4",
"Region": "sample string 5",
"RecurringPackage": true,
"PackageExtendable": true,
"ShowBaseLineFields": true,
"ShowUnitFields": true,
"ShowMaxTotalRevenueFields": true,
"ShowSubscriptionFeesFields": true,
"ShowDeliveryLocationFields": true,
"BusinessSegment": 1,
"BusinessSegmentName": "sample string 13",
"IsActive": true,
"Notes": "sample string 15",
"ModifiedDate": "2025-11-05T20:07:18.515416+00:00",
"ConfigDateTimeFormat": "sample string 17",
"ModifiedBy": "sample string 18",
"ModifiedId": 1,
"ServiceType": "sample string 19",
"ServiceGroup": "sample string 20",
"ServiceOffering": "sample string 21"
}
application/xml, text/xml
Sample:
<NAPackagedServicesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.NAServices"> <BusinessSegment>1</BusinessSegment> <BusinessSegmentName>sample string 13</BusinessSegmentName> <ConfigDateTimeFormat>sample string 17</ConfigDateTimeFormat> <Id>1</Id> <IsActive>true</IsActive> <ModifiedBy>sample string 18</ModifiedBy> <ModifiedDate>2025-11-05T20:07:18.515416+00:00</ModifiedDate> <ModifiedId>1</ModifiedId> <Notes>sample string 15</Notes> <PSID>sample string 2</PSID> <PSTitle>sample string 3</PSTitle> <PackageExtendable>true</PackageExtendable> <RecurringPackage>true</RecurringPackage> <Region>sample string 5</Region> <ServiceGroup>sample string 20</ServiceGroup> <ServiceOffering>sample string 21</ServiceOffering> <ServiceType>sample string 19</ServiceType> <ShowBaseLineFields>true</ShowBaseLineFields> <ShowDeliveryLocationFields>true</ShowDeliveryLocationFields> <ShowMaxTotalRevenueFields>true</ShowMaxTotalRevenueFields> <ShowSubscriptionFeesFields>true</ShowSubscriptionFeesFields> <ShowUnitFields>true</ShowUnitFields> <SolutionArea>sample string 4</SolutionArea> </NAPackagedServicesModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.