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-05-24T17:21:53.1237224+03:00", "isDone": true, "accountID": "4661a093-aff1-4f7a-8167-a8e2c2828f06", "invoiceID": "eeb7f508-a724-4c40-b00b-c725639a6fba", "checkAndBillID": "912a1bac-0be2-4043-8dc0-3860dd8a69a6", "creditID": "0b1bf790-1030-4b7d-a5a5-b907bb85dd70", "serviceReceiptID": "180dd1e9-52df-45f0-98d9-901d3b6e1ee5", "id": "ca8361b2-f1ee-4fa0-b45e-e823ca803178", "companyID": "56620a32-afad-4fb1-9595-f3abe9cd2208" }
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>56620a32-afad-4fb1-9595-f3abe9cd2208</CompanyID> <ID>ca8361b2-f1ee-4fa0-b45e-e823ca803178</ID> <AccountID>4661a093-aff1-4f7a-8167-a8e2c2828f06</AccountID> <CheckAndBillID>912a1bac-0be2-4043-8dc0-3860dd8a69a6</CheckAndBillID> <Color>sample string 1</Color> <CreditID>0b1bf790-1030-4b7d-a5a5-b907bb85dd70</CreditID> <Date>2025-05-24T17:21:53.1237224+03:00</Date> <InvoiceID>eeb7f508-a724-4c40-b00b-c725639a6fba</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>180dd1e9-52df-45f0-98d9-901d3b6e1ee5</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-05-24T17:21:53.1237224+03:00","isDone":true,"accountID":"4661a093-aff1-4f7a-8167-a8e2c2828f06","invoiceID":"eeb7f508-a724-4c40-b00b-c725639a6fba","checkAndBillID":"912a1bac-0be2-4043-8dc0-3860dd8a69a6","creditID":"0b1bf790-1030-4b7d-a5a5-b907bb85dd70","serviceReceiptID":"180dd1e9-52df-45f0-98d9-901d3b6e1ee5","id":"ca8361b2-f1ee-4fa0-b45e-e823ca803178","companyID":"56620a32-afad-4fb1-9595-f3abe9cd2208"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.