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-24T17:19:31.3694042+03:00", "isDone": true, "accountID": "fb50b04b-5183-406d-8447-1b45a79cfb39", "invoiceID": "9d672de5-4805-4f02-8bde-05d888826899", "checkAndBillID": "3f10a5d1-fbe8-47b6-84d5-21feaa5c6f1c", "creditID": "0d8befc3-0375-455a-8378-a42e8bb328b3", "serviceReceiptID": "ef2d0946-70ae-4f64-bc25-5ec253e6cffa", "id": "aa01fe62-af32-4631-abbd-448a35e49d5f", "companyID": "2bf1cfab-ca7a-4229-a3d0-dc3ab8957616" }
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>2bf1cfab-ca7a-4229-a3d0-dc3ab8957616</CompanyID> <ID>aa01fe62-af32-4631-abbd-448a35e49d5f</ID> <AccountID>fb50b04b-5183-406d-8447-1b45a79cfb39</AccountID> <CheckAndBillID>3f10a5d1-fbe8-47b6-84d5-21feaa5c6f1c</CheckAndBillID> <Color>sample string 1</Color> <CreditID>0d8befc3-0375-455a-8378-a42e8bb328b3</CreditID> <Date>2025-05-24T17:19:31.3694042+03:00</Date> <InvoiceID>9d672de5-4805-4f02-8bde-05d888826899</InvoiceID> <IsDone>true</IsDone> <Note>sample string 3</Note> <ReminderType>Invoice</ReminderType> <ServiceReceiptID>ef2d0946-70ae-4f64-bc25-5ec253e6cffa</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-24T17:19:31.3694042+03:00","isDone":true,"accountID":"fb50b04b-5183-406d-8447-1b45a79cfb39","invoiceID":"9d672de5-4805-4f02-8bde-05d888826899","checkAndBillID":"3f10a5d1-fbe8-47b6-84d5-21feaa5c6f1c","creditID":"0d8befc3-0375-455a-8378-a42e8bb328b3","serviceReceiptID":"ef2d0946-70ae-4f64-bc25-5ec253e6cffa","id":"aa01fe62-af32-4631-abbd-448a35e49d5f","companyID":"2bf1cfab-ca7a-4229-a3d0-dc3ab8957616"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.