PUT api/InvoiceRepeatProperty/Update
Request Information
URI Parameters
None.
Body Parameters
InvoiceRepeatPropertyUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
InvoiceID | globally unique identifier |
None. |
|
RepeatCount | integer |
None. |
|
InvoiceRepeatPropertyGroupType | InvoiceRepeatPropertyGroupType |
None. |
|
FirstRepeatDate | date |
None. |
|
ExpirationDateNow | boolean |
None. |
|
DaysCreatedDayLater | integer |
None. |
|
EndRepeatNever | boolean |
None. |
|
EndRepeatCount | integer |
None. |
|
EndRepeatDate | date |
None. |
|
LastInvoiceDate | date |
None. |
|
InvoiceRepeatCount | integer |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "invoiceID": "4dd8a9e7-e5a8-4c88-aaf2-4799d0815247", "repeatCount": 2, "invoiceRepeatPropertyGroupType": 1, "firstRepeatDate": "2025-08-04T22:30:49.7991354+03:00", "expirationDateNow": true, "daysCreatedDayLater": 5, "endRepeatNever": true, "endRepeatCount": 7, "endRepeatDate": "2025-08-04T22:30:49.8001182+03:00", "lastInvoiceDate": "2025-08-04T22:30:49.8001182+03:00", "invoiceRepeatCount": 8, "id": "9e61594d-b8f5-47e7-815c-3eacbaf05e06", "companyID": "d21b716a-98b6-48c2-b1cf-d335c6d1a3d9" }
application/xml, text/xml
Sample:
<InvoiceRepeatPropertyUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>d21b716a-98b6-48c2-b1cf-d335c6d1a3d9</CompanyID> <ID>9e61594d-b8f5-47e7-815c-3eacbaf05e06</ID> <DaysCreatedDayLater>5</DaysCreatedDayLater> <EndRepeatCount>7</EndRepeatCount> <EndRepeatDate>2025-08-04T22:30:49.8001182+03:00</EndRepeatDate> <EndRepeatNever>true</EndRepeatNever> <ExpirationDateNow>true</ExpirationDateNow> <FirstRepeatDate>2025-08-04T22:30:49.7991354+03:00</FirstRepeatDate> <InvoiceID>4dd8a9e7-e5a8-4c88-aaf2-4799d0815247</InvoiceID> <InvoiceRepeatCount>8</InvoiceRepeatCount> <InvoiceRepeatPropertyGroupType>Week</InvoiceRepeatPropertyGroupType> <LastInvoiceDate>2025-08-04T22:30:49.8001182+03:00</LastInvoiceDate> <RepeatCount>2</RepeatCount> </InvoiceRepeatPropertyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"invoiceID":"4dd8a9e7-e5a8-4c88-aaf2-4799d0815247","repeatCount":2,"invoiceRepeatPropertyGroupType":1,"firstRepeatDate":"2025-08-04T22:30:49.7991354+03:00","expirationDateNow":true,"daysCreatedDayLater":5,"endRepeatNever":true,"endRepeatCount":7,"endRepeatDate":"2025-08-04T22:30:49.8001182+03:00","lastInvoiceDate":"2025-08-04T22:30:49.8001182+03:00","invoiceRepeatCount":8,"id":"9e61594d-b8f5-47e7-815c-3eacbaf05e06","companyID":"d21b716a-98b6-48c2-b1cf-d335c6d1a3d9"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.