POST Api/CommonLanguage/AddUpdateCommonLanguage

Request Information

URI Parameters

None.

Body Parameters

NAServicesCommonLanguageModel
NameDescriptionTypeAdditional information
Id

integer

None.

SolutionArea

string

None.

ServiceType

string

None.

ServiceGroup

string

None.

ServiceOffering

string

None.

PackagedService

string

None.

IsDefault

boolean

None.

IsActive

boolean

None.

BusinessUnit

string

None.

ServiceLine

string

None.

TechApprovalRequiredUS

boolean

None.

TechApprovalRequiredCanada

boolean

None.

Notes

string

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

ServiceOfferingID

string

None.

IsScopeStack

boolean

None.

IsRenewable

boolean

None.

CreatedBy

string

None.

CreatedDate

date

None.

ConfigDateTimeFormat

string

None.

ErrorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SolutionArea": "sample string 2",
  "ServiceType": "sample string 3",
  "ServiceGroup": "sample string 4",
  "ServiceOffering": "sample string 5",
  "PackagedService": "sample string 6",
  "IsDefault": true,
  "IsActive": true,
  "BusinessUnit": "sample string 9",
  "ServiceLine": "sample string 10",
  "TechApprovalRequiredUS": true,
  "TechApprovalRequiredCanada": true,
  "Notes": "sample string 13",
  "ModifiedBy": "sample string 14",
  "ModifiedDate": "2025-01-08T19:23:25.5008612+00:00",
  "ServiceOfferingID": "sample string 16",
  "IsScopeStack": true,
  "IsRenewable": true,
  "CreatedBy": "sample string 19",
  "CreatedDate": "2025-01-08T19:23:25.5008612+00:00",
  "ConfigDateTimeFormat": "sample string 21",
  "ErrorId": 22
}

application/xml, text/xml

Sample:
<NAServicesCommonLanguageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.NAServices">
  <BusinessUnit>sample string 9</BusinessUnit>
  <ConfigDateTimeFormat>sample string 21</ConfigDateTimeFormat>
  <CreatedBy>sample string 19</CreatedBy>
  <CreatedDate>2025-01-08T19:23:25.5008612+00:00</CreatedDate>
  <ErrorId>22</ErrorId>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsDefault>true</IsDefault>
  <IsRenewable>true</IsRenewable>
  <IsScopeStack>true</IsScopeStack>
  <ModifiedBy>sample string 14</ModifiedBy>
  <ModifiedDate>2025-01-08T19:23:25.5008612+00:00</ModifiedDate>
  <Notes>sample string 13</Notes>
  <PackagedService>sample string 6</PackagedService>
  <ServiceGroup>sample string 4</ServiceGroup>
  <ServiceLine>sample string 10</ServiceLine>
  <ServiceOffering>sample string 5</ServiceOffering>
  <ServiceOfferingID>sample string 16</ServiceOfferingID>
  <ServiceType>sample string 3</ServiceType>
  <SolutionArea>sample string 2</SolutionArea>
  <TechApprovalRequiredCanada>true</TechApprovalRequiredCanada>
  <TechApprovalRequiredUS>true</TechApprovalRequiredUS>
</NAServicesCommonLanguageModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.