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-29T12:33:38.9428575+03:00", "isDone": true, "accountID": "368a30b5-4dcc-47f4-8dd4-0b467ed6c865", "invoiceID": "4ff5c4ac-5608-47a6-a26a-49200c4708dd", "checkAndBillID": "8e0e9226-877f-4604-b9cd-f524b94e10e7", "creditID": "78807755-5d24-40f5-9c2f-704987f48f18", "serviceReceiptID": "ce8b3a75-758c-4a86-bf03-71e43795abf7", "id": "48939ae3-5ece-4889-9b9a-fd8d8f1a12d1", "companyID": "9129991d-7752-4f6a-bc57-69baa291b4bb" }
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>9129991d-7752-4f6a-bc57-69baa291b4bb</CompanyID> <ID>48939ae3-5ece-4889-9b9a-fd8d8f1a12d1</ID> <AccountID>368a30b5-4dcc-47f4-8dd4-0b467ed6c865</AccountID> <CheckAndBillID>8e0e9226-877f-4604-b9cd-f524b94e10e7</CheckAndBillID> <Color>sample string 1</Color> <CreditID>78807755-5d24-40f5-9c2f-704987f48f18</CreditID> <Date>2025-08-29T12:33:38.9428575+03:00</Date> <InvoiceID>4ff5c4ac-5608-47a6-a26a-49200c4708dd</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>ce8b3a75-758c-4a86-bf03-71e43795abf7</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-29T12:33:38.9428575+03:00","isDone":true,"accountID":"368a30b5-4dcc-47f4-8dd4-0b467ed6c865","invoiceID":"4ff5c4ac-5608-47a6-a26a-49200c4708dd","checkAndBillID":"8e0e9226-877f-4604-b9cd-f524b94e10e7","creditID":"78807755-5d24-40f5-9c2f-704987f48f18","serviceReceiptID":"ce8b3a75-758c-4a86-bf03-71e43795abf7","id":"48939ae3-5ece-4889-9b9a-fd8d8f1a12d1","companyID":"9129991d-7752-4f6a-bc57-69baa291b4bb"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.