POST 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:16:42.4942146+03:00", "isDone": true, "accountID": "861003e9-6c95-4d86-8e98-5ed66718ef57", "invoiceID": "c3687d3e-275f-4ce5-9960-6611cac31600", "checkAndBillID": "3fe21bd6-87c0-4b2c-95b2-18cf622d8d06", "creditID": "b823cea7-caf7-4434-9470-c125c6ad274d", "serviceReceiptID": "de7003fd-dd10-48c8-841e-828d6081e187", "id": "d9840319-756c-4207-8510-f8198b3ea118", "companyID": "27f29f29-ab9b-4846-bb01-16dedfaab002" }
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>27f29f29-ab9b-4846-bb01-16dedfaab002</CompanyID> <ID>d9840319-756c-4207-8510-f8198b3ea118</ID> <AccountID>861003e9-6c95-4d86-8e98-5ed66718ef57</AccountID> <CheckAndBillID>3fe21bd6-87c0-4b2c-95b2-18cf622d8d06</CheckAndBillID> <Color>sample string 1</Color> <CreditID>b823cea7-caf7-4434-9470-c125c6ad274d</CreditID> <Date>2025-08-05T21:16:42.4942146+03:00</Date> <InvoiceID>c3687d3e-275f-4ce5-9960-6611cac31600</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>de7003fd-dd10-48c8-841e-828d6081e187</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:16:42.4942146+03:00","isDone":true,"accountID":"861003e9-6c95-4d86-8e98-5ed66718ef57","invoiceID":"c3687d3e-275f-4ce5-9960-6611cac31600","checkAndBillID":"3fe21bd6-87c0-4b2c-95b2-18cf622d8d06","creditID":"b823cea7-caf7-4434-9470-c125c6ad274d","serviceReceiptID":"de7003fd-dd10-48c8-841e-828d6081e187","id":"d9840319-756c-4207-8510-f8198b3ea118","companyID":"27f29f29-ab9b-4846-bb01-16dedfaab002"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.