PUT 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-07-08T21:50:09.62646+03:00", "isDone": true, "accountID": "d22939f3-71cc-41e0-b3b8-5c711967feb2", "invoiceID": "aa79978a-b07a-4f88-be05-0d4d177faaa3", "checkAndBillID": "8a71c224-899d-490d-aec8-de2bacb813ce", "creditID": "ac664c29-9a6e-459b-9573-95db04c38534", "serviceReceiptID": "290aaae4-3bca-40af-9a2b-c168ca272a63", "id": "2933afb7-89d8-48fb-86d6-c334fb4c3f5f", "companyID": "62bb657e-2a78-4c7e-a9a0-feb0fa53db0b" }
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>62bb657e-2a78-4c7e-a9a0-feb0fa53db0b</CompanyID> <ID>2933afb7-89d8-48fb-86d6-c334fb4c3f5f</ID> <AccountID>d22939f3-71cc-41e0-b3b8-5c711967feb2</AccountID> <CheckAndBillID>8a71c224-899d-490d-aec8-de2bacb813ce</CheckAndBillID> <Color>sample string 1</Color> <CreditID>ac664c29-9a6e-459b-9573-95db04c38534</CreditID> <Date>2025-07-08T21:50:09.62646+03:00</Date> <InvoiceID>aa79978a-b07a-4f88-be05-0d4d177faaa3</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>290aaae4-3bca-40af-9a2b-c168ca272a63</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-07-08T21:50:09.62646+03:00","isDone":true,"accountID":"d22939f3-71cc-41e0-b3b8-5c711967feb2","invoiceID":"aa79978a-b07a-4f88-be05-0d4d177faaa3","checkAndBillID":"8a71c224-899d-490d-aec8-de2bacb813ce","creditID":"ac664c29-9a6e-459b-9573-95db04c38534","serviceReceiptID":"290aaae4-3bca-40af-9a2b-c168ca272a63","id":"2933afb7-89d8-48fb-86d6-c334fb4c3f5f","companyID":"62bb657e-2a78-4c7e-a9a0-feb0fa53db0b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.