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-05T21:17:24.8352689+03:00", "isDone": true, "accountID": "43c1b334-4313-4a48-ac55-64cca83b60f0", "invoiceID": "ef467635-283c-4835-a3aa-8dced6fdf58b", "checkAndBillID": "75087164-9e7c-44c5-9aae-1895fd6bbce9", "creditID": "30965f07-60a8-4aa4-b69e-b38f75d0a4b3", "serviceReceiptID": "8b7eeaf3-5f97-4914-bb7c-7a0b69bb3397", "id": "c7556aee-154b-47d0-bb56-0f0ddbe88f53", "companyID": "80b44886-8e92-43fc-a8b6-fcea3c867c5e" }
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>80b44886-8e92-43fc-a8b6-fcea3c867c5e</CompanyID> <ID>c7556aee-154b-47d0-bb56-0f0ddbe88f53</ID> <AccountID>43c1b334-4313-4a48-ac55-64cca83b60f0</AccountID> <CheckAndBillID>75087164-9e7c-44c5-9aae-1895fd6bbce9</CheckAndBillID> <Color>sample string 1</Color> <CreditID>30965f07-60a8-4aa4-b69e-b38f75d0a4b3</CreditID> <Date>2025-08-05T21:17:24.8352689+03:00</Date> <InvoiceID>ef467635-283c-4835-a3aa-8dced6fdf58b</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>8b7eeaf3-5f97-4914-bb7c-7a0b69bb3397</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-05T21:17:24.8352689+03:00","isDone":true,"accountID":"43c1b334-4313-4a48-ac55-64cca83b60f0","invoiceID":"ef467635-283c-4835-a3aa-8dced6fdf58b","checkAndBillID":"75087164-9e7c-44c5-9aae-1895fd6bbce9","creditID":"30965f07-60a8-4aa4-b69e-b38f75d0a4b3","serviceReceiptID":"8b7eeaf3-5f97-4914-bb7c-7a0b69bb3397","id":"c7556aee-154b-47d0-bb56-0f0ddbe88f53","companyID":"80b44886-8e92-43fc-a8b6-fcea3c867c5e"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.