POST Api/APACServicesCommonLanguage/AddUpdateCommonLanguage
Request Information
URI Parameters
None.
Body Parameters
APACServicesCommonLanguageModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SolutionArea | string |
None. |
|
ServiceType | string |
None. |
|
ServiceGroup | string |
None. |
|
ServiceOffering | string |
None. |
|
IsDefault | boolean |
None. |
|
IsActive | boolean |
None. |
|
TechApprovalRequired | boolean |
None. |
|
Notes | string |
None. |
|
IsRenewable | boolean |
None. |
|
CreatedDate | date |
None. |
|
ModifiedDate | date |
None. |
|
CreatedBy | integer |
None. |
|
ModifiedBy | string |
None. |
|
ConfigDateTimeFormat | string |
None. |
|
BusinessUnit | string |
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", "IsDefault": true, "IsActive": true, "TechApprovalRequired": true, "Notes": "sample string 9", "IsRenewable": true, "CreatedDate": "2025-01-08T18:53:16.9084507+00:00", "ModifiedDate": "2025-01-08T18:53:16.9084507+00:00", "CreatedBy": 13, "ModifiedBy": "sample string 14", "ConfigDateTimeFormat": "sample string 15", "BusinessUnit": "sample string 16" }
application/xml, text/xml
Sample:
<APACServicesCommonLanguageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.NAServices"> <BusinessUnit xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 16</BusinessUnit> <ConfigDateTimeFormat>sample string 15</ConfigDateTimeFormat> <CreatedBy>13</CreatedBy> <CreatedDate>2025-01-08T18:53:16.9084507+00:00</CreatedDate> <Id>1</Id> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsRenewable>true</IsRenewable> <ModifiedBy>sample string 14</ModifiedBy> <ModifiedDate>2025-01-08T18:53:16.9084507+00:00</ModifiedDate> <Notes>sample string 9</Notes> <ServiceGroup>sample string 4</ServiceGroup> <ServiceOffering>sample string 5</ServiceOffering> <ServiceType>sample string 3</ServiceType> <SolutionArea>sample string 2</SolutionArea> <TechApprovalRequired>true</TechApprovalRequired> </APACServicesCommonLanguageModel>
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.