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-08-04T22:34:55.3790911+03:00", "isDone": true, "accountID": "4fd3ee67-e57c-47f9-bc46-c64f47d40422", "invoiceID": "47a7f8fe-aaf0-46c5-9224-0d9e00ca270a", "checkAndBillID": "e3d02afb-8acb-4941-915e-8c966a06a9b5", "creditID": "eedd8151-1c59-45d1-b88f-b4e340962053", "serviceReceiptID": "22095866-0420-4f43-a64d-c27011b2c0e6", "id": "6c42749a-0196-4179-8981-4e5dd0e315d4", "companyID": "840e5ee2-af8f-4567-8d99-33c37e47048a" }
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>840e5ee2-af8f-4567-8d99-33c37e47048a</CompanyID> <ID>6c42749a-0196-4179-8981-4e5dd0e315d4</ID> <AccountID>4fd3ee67-e57c-47f9-bc46-c64f47d40422</AccountID> <CheckAndBillID>e3d02afb-8acb-4941-915e-8c966a06a9b5</CheckAndBillID> <Color>sample string 1</Color> <CreditID>eedd8151-1c59-45d1-b88f-b4e340962053</CreditID> <Date>2025-08-04T22:34:55.3790911+03:00</Date> <InvoiceID>47a7f8fe-aaf0-46c5-9224-0d9e00ca270a</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>22095866-0420-4f43-a64d-c27011b2c0e6</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-04T22:34:55.3790911+03:00","isDone":true,"accountID":"4fd3ee67-e57c-47f9-bc46-c64f47d40422","invoiceID":"47a7f8fe-aaf0-46c5-9224-0d9e00ca270a","checkAndBillID":"e3d02afb-8acb-4941-915e-8c966a06a9b5","creditID":"eedd8151-1c59-45d1-b88f-b4e340962053","serviceReceiptID":"22095866-0420-4f43-a64d-c27011b2c0e6","id":"6c42749a-0196-4179-8981-4e5dd0e315d4","companyID":"840e5ee2-af8f-4567-8d99-33c37e47048a"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.