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-24T15:06:53.3295005+03:00", "isDone": true, "accountID": "d956378e-5581-4bed-867d-79a753183225", "invoiceID": "2ef6e9ee-c746-4594-9a3d-ec629f33e92d", "checkAndBillID": "26d75482-2340-41ee-99ce-655ca96d1dda", "creditID": "d54d49fc-fd36-472b-a820-b8af5c19f333", "serviceReceiptID": "4eeb4617-f342-407a-b8d6-7d19a1495dbf", "id": "532557a6-d2e4-445a-ab1e-e00e9054c1d2", "companyID": "8594b9b6-82e9-49fd-863f-369a255a4da4" }
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>8594b9b6-82e9-49fd-863f-369a255a4da4</CompanyID> <ID>532557a6-d2e4-445a-ab1e-e00e9054c1d2</ID> <AccountID>d956378e-5581-4bed-867d-79a753183225</AccountID> <CheckAndBillID>26d75482-2340-41ee-99ce-655ca96d1dda</CheckAndBillID> <Color>sample string 1</Color> <CreditID>d54d49fc-fd36-472b-a820-b8af5c19f333</CreditID> <Date>2025-05-24T15:06:53.3295005+03:00</Date> <InvoiceID>2ef6e9ee-c746-4594-9a3d-ec629f33e92d</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>4eeb4617-f342-407a-b8d6-7d19a1495dbf</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-24T15:06:53.3295005+03:00","isDone":true,"accountID":"d956378e-5581-4bed-867d-79a753183225","invoiceID":"2ef6e9ee-c746-4594-9a3d-ec629f33e92d","checkAndBillID":"26d75482-2340-41ee-99ce-655ca96d1dda","creditID":"d54d49fc-fd36-472b-a820-b8af5c19f333","serviceReceiptID":"4eeb4617-f342-407a-b8d6-7d19a1495dbf","id":"532557a6-d2e4-445a-ab1e-e00e9054c1d2","companyID":"8594b9b6-82e9-49fd-863f-369a255a4da4"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.