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-07-08T21:47:01.4939146+03:00", "isDone": true, "accountID": "1f199ff0-ba5c-4378-ae91-5bcf40228c6d", "invoiceID": "066b2f9d-db35-437f-ab85-53eb40b5309a", "checkAndBillID": "4a4aa68d-51f4-4d77-a9b3-70ae0702d3cc", "creditID": "104b7459-03b3-490a-a234-59deeba67416", "serviceReceiptID": "c739dfdb-c78c-42b3-b32a-0b0099c98d60", "id": "d6208749-cfbe-4e15-9d3c-cdd737290496", "companyID": "d55f6173-eb8e-48aa-ae31-456de8b6b992" }
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>d55f6173-eb8e-48aa-ae31-456de8b6b992</CompanyID> <ID>d6208749-cfbe-4e15-9d3c-cdd737290496</ID> <AccountID>1f199ff0-ba5c-4378-ae91-5bcf40228c6d</AccountID> <CheckAndBillID>4a4aa68d-51f4-4d77-a9b3-70ae0702d3cc</CheckAndBillID> <Color>sample string 1</Color> <CreditID>104b7459-03b3-490a-a234-59deeba67416</CreditID> <Date>2025-07-08T21:47:01.4939146+03:00</Date> <InvoiceID>066b2f9d-db35-437f-ab85-53eb40b5309a</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>c739dfdb-c78c-42b3-b32a-0b0099c98d60</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-07-08T21:47:01.4939146+03:00","isDone":true,"accountID":"1f199ff0-ba5c-4378-ae91-5bcf40228c6d","invoiceID":"066b2f9d-db35-437f-ab85-53eb40b5309a","checkAndBillID":"4a4aa68d-51f4-4d77-a9b3-70ae0702d3cc","creditID":"104b7459-03b3-490a-a234-59deeba67416","serviceReceiptID":"c739dfdb-c78c-42b3-b32a-0b0099c98d60","id":"d6208749-cfbe-4e15-9d3c-cdd737290496","companyID":"d55f6173-eb8e-48aa-ae31-456de8b6b992"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.