POST api/Reminder/Update
Request Information
URI Parameters
None.
Body Parameters
ReminderUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
ReminderType | ReminderType |
None. |
|
Color | string |
None. |
|
Title | string |
None. |
|
Note | string |
None. |
|
Date | date |
None. |
|
IsDone | boolean |
None. |
|
AccountID | globally unique identifier |
None. |
|
InvoiceID | globally unique identifier |
None. |
|
CheckAndBillID | globally unique identifier |
None. |
|
CreditID | globally unique identifier |
None. |
|
ServiceReceiptID | globally unique identifier |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "reminderType": 1, "color": "sample string 1", "title": "sample string 2", "note": "sample string 3", "date": "2025-08-29T12:26:45.3074546+03:00", "isDone": true, "accountID": "db6a2c99-2506-4ecc-9432-f11c689513d3", "invoiceID": "db839837-e74a-4bda-99d2-b722837e26a0", "checkAndBillID": "d609dfab-9538-4e94-9b60-62b4df68e7e1", "creditID": "b03ed38d-a412-40ec-a36a-2f20d0b96bca", "serviceReceiptID": "6e90b65a-28c6-48ff-936c-f971ec9c4400", "id": "e4719f9b-d724-47e0-9180-346bf2ecf8e0", "companyID": "68de45c6-6d8d-49c7-9543-9d4f0069854e" }
application/xml, text/xml
Sample:
<ReminderUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>68de45c6-6d8d-49c7-9543-9d4f0069854e</CompanyID> <ID>e4719f9b-d724-47e0-9180-346bf2ecf8e0</ID> <AccountID>db6a2c99-2506-4ecc-9432-f11c689513d3</AccountID> <CheckAndBillID>d609dfab-9538-4e94-9b60-62b4df68e7e1</CheckAndBillID> <Color>sample string 1</Color> <CreditID>b03ed38d-a412-40ec-a36a-2f20d0b96bca</CreditID> <Date>2025-08-29T12:26:45.3074546+03:00</Date> <InvoiceID>db839837-e74a-4bda-99d2-b722837e26a0</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>6e90b65a-28c6-48ff-936c-f971ec9c4400</ServiceReceiptID> <Title>sample string 2</Title> </ReminderUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"reminderType":1,"color":"sample string 1","title":"sample string 2","note":"sample string 3","date":"2025-08-29T12:26:45.3074546+03:00","isDone":true,"accountID":"db6a2c99-2506-4ecc-9432-f11c689513d3","invoiceID":"db839837-e74a-4bda-99d2-b722837e26a0","checkAndBillID":"d609dfab-9538-4e94-9b60-62b4df68e7e1","creditID":"b03ed38d-a412-40ec-a36a-2f20d0b96bca","serviceReceiptID":"6e90b65a-28c6-48ff-936c-f971ec9c4400","id":"e4719f9b-d724-47e0-9180-346bf2ecf8e0","companyID":"68de45c6-6d8d-49c7-9543-9d4f0069854e"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.