POST api/Announcement/Update
Request Information
URI Parameters
None.
Body Parameters
AnnouncementUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
Category | string |
None. |
|
Title | string |
None. |
|
SubTitle | string |
None. |
|
Description | string |
None. |
|
Date | date |
None. |
|
CompanySector | string |
None. |
|
DealerID | globally unique identifier |
None. |
|
DomainCode | integer |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "category": "sample string 1", "title": "sample string 2", "subTitle": "sample string 3", "description": "sample string 4", "date": "2025-07-08T22:36:44.8754708+03:00", "companySector": "sample string 6", "dealerID": "b5f8f6a5-f8e2-4af7-ab33-07284ec866c4", "domainCode": 1, "id": "aa0f249f-7e7f-4289-ae63-a078cca48918", "companyID": "e39d95c7-7af9-4151-92fd-7baf6909e13b" }
application/xml, text/xml
Sample:
<AnnouncementUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>e39d95c7-7af9-4151-92fd-7baf6909e13b</CompanyID> <ID>aa0f249f-7e7f-4289-ae63-a078cca48918</ID> <Category>sample string 1</Category> <CompanySector>sample string 6</CompanySector> <Date>2025-07-08T22:36:44.8754708+03:00</Date> <DealerID>b5f8f6a5-f8e2-4af7-ab33-07284ec866c4</DealerID> <Description>sample string 4</Description> <DomainCode>1</DomainCode> <SubTitle>sample string 3</SubTitle> <Title>sample string 2</Title> </AnnouncementUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"category":"sample string 1","title":"sample string 2","subTitle":"sample string 3","description":"sample string 4","date":"2025-07-08T22:36:44.8754708+03:00","companySector":"sample string 6","dealerID":"b5f8f6a5-f8e2-4af7-ab33-07284ec866c4","domainCode":1,"id":"aa0f249f-7e7f-4289-ae63-a078cca48918","companyID":"e39d95c7-7af9-4151-92fd-7baf6909e13b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.