POST AccountantTask/Save
Saves the specified Accountant Task.
Request Information
URI Parameters
None.
Body Parameters
The Accountant Task.
Accountant TaskName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
AccountantTaskRecurrenceId | integer |
None. |
|
CompanyId | integer |
Required |
|
CompanyName | string |
None. |
|
UserId | integer |
None. |
|
Name | string |
Required String length: inclusive between 0 and 255 |
|
Notes | string |
None. |
|
StatusType | integer |
None. |
|
ReminderType | integer |
None. |
|
ReminderDaysBefore | nullable integer |
None. |
|
AutomaticallyChangeStatusWhenStart | nullable bool |
None. |
|
NotificationDate | nullable date |
None. |
|
Notified | bool |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Duration | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountantTaskRecurrenceId": 1, "CompanyId": 2, "CompanyName": "sample string 3", "UserId": 4, "Name": "sample string 5", "Notes": "sample string 6", "StatusType": 7, "ReminderType": 8, "ReminderDaysBefore": 1, "AutomaticallyChangeStatusWhenStart": true, "NotificationDate": "2024-11-15", "Notified": true, "StartDate": "2024-11-15", "EndDate": "2024-11-15", "Duration": 1, "ID": 13 }
Response Information
Resource Description
Accountant TaskName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
AccountantTaskRecurrenceId | integer |
None. |
|
CompanyId | integer |
Required |
|
CompanyName | string |
None. |
|
UserId | integer |
None. |
|
Name | string |
Required String length: inclusive between 0 and 255 |
|
Notes | string |
None. |
|
StatusType | integer |
None. |
|
ReminderType | integer |
None. |
|
ReminderDaysBefore | nullable integer |
None. |
|
AutomaticallyChangeStatusWhenStart | nullable bool |
None. |
|
NotificationDate | nullable date |
None. |
|
Notified | bool |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Duration | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "AccountantTaskRecurrenceId": 1, "CompanyId": 2, "CompanyName": "sample string 3", "UserId": 4, "Name": "sample string 5", "Notes": "sample string 6", "StatusType": 7, "ReminderType": 8, "ReminderDaysBefore": 1, "AutomaticallyChangeStatusWhenStart": true, "NotificationDate": "2024-11-15", "Notified": true, "StartDate": "2024-11-15", "EndDate": "2024-11-15", "Duration": 1, "ID": 13 }