POST Api/EMEABidsCommonLanguage/AddUpdate
Request Information
URI Parameters
None.
Body Parameters
EMEABidsCommonLanguageModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SolutionArea | string |
None. |
|
ServiceType | string |
None. |
|
ServiceGroup | string |
None. |
|
ServiceOffering | string |
None. |
|
ServiceOfferingCode | string |
None. |
|
IsActive | boolean |
None. |
|
Notes | string |
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", "ServiceOfferingCode": "sample string 6", "IsActive": true, "Notes": "sample string 8", "CreatedDate": "2025-01-08T18:43:52.9901889+00:00", "ModifiedDate": "2025-01-08T18:43:52.9901889+00:00", "CreatedBy": 11, "ModifiedBy": "sample string 12", "ConfigDateTimeFormat": "sample string 13", "BusinessUnit": "sample string 14" }
application/xml, text/xml
Sample:
<EMEABidsCommonLanguageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.EMEA.EMEABids.Response"> <BusinessUnit xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 14</BusinessUnit> <ConfigDateTimeFormat>sample string 13</ConfigDateTimeFormat> <CreatedBy>11</CreatedBy> <CreatedDate>2025-01-08T18:43:52.9901889+00:00</CreatedDate> <Id>1</Id> <IsActive>true</IsActive> <ModifiedBy>sample string 12</ModifiedBy> <ModifiedDate>2025-01-08T18:43:52.9901889+00:00</ModifiedDate> <Notes>sample string 8</Notes> <ServiceGroup>sample string 4</ServiceGroup> <ServiceOffering>sample string 5</ServiceOffering> <ServiceOfferingCode>sample string 6</ServiceOfferingCode> <ServiceType>sample string 3</ServiceType> <SolutionArea>sample string 2</SolutionArea> </EMEABidsCommonLanguageModel>
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.