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-05-24T15:04:34.5458241+03:00", "isDone": true, "accountID": "3766c417-1784-4dc0-b42a-38aeb42c2a21", "invoiceID": "cb518f4c-ca18-4602-ad23-6d7ba52266d8", "checkAndBillID": "c48af2a4-de65-4d39-8def-fb35f614e7c9", "creditID": "4397664a-89c4-4b1d-986e-d06a34eec910", "serviceReceiptID": "7d6ed9d7-c370-485c-ac71-a04b2b748e54", "id": "94c7bf90-a736-44ef-a32e-4a55d0e0596a", "companyID": "c3399995-a5b5-4565-897c-8ec82849d204" }
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>c3399995-a5b5-4565-897c-8ec82849d204</CompanyID> <ID>94c7bf90-a736-44ef-a32e-4a55d0e0596a</ID> <AccountID>3766c417-1784-4dc0-b42a-38aeb42c2a21</AccountID> <CheckAndBillID>c48af2a4-de65-4d39-8def-fb35f614e7c9</CheckAndBillID> <Color>sample string 1</Color> <CreditID>4397664a-89c4-4b1d-986e-d06a34eec910</CreditID> <Date>2025-05-24T15:04:34.5458241+03:00</Date> <InvoiceID>cb518f4c-ca18-4602-ad23-6d7ba52266d8</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>7d6ed9d7-c370-485c-ac71-a04b2b748e54</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:04:34.5458241+03:00","isDone":true,"accountID":"3766c417-1784-4dc0-b42a-38aeb42c2a21","invoiceID":"cb518f4c-ca18-4602-ad23-6d7ba52266d8","checkAndBillID":"c48af2a4-de65-4d39-8def-fb35f614e7c9","creditID":"4397664a-89c4-4b1d-986e-d06a34eec910","serviceReceiptID":"7d6ed9d7-c370-485c-ac71-a04b2b748e54","id":"94c7bf90-a736-44ef-a32e-4a55d0e0596a","companyID":"c3399995-a5b5-4565-897c-8ec82849d204"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.