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": "42d27743-5026-4d8d-89b5-39f1ea3559a4", "repeatCount": 2, "invoiceRepeatPropertyGroupType": 1, "firstRepeatDate": "2025-07-08T21:10:23.9307807+03:00", "expirationDateNow": true, "daysCreatedDayLater": 5, "endRepeatNever": true, "endRepeatCount": 7, "endRepeatDate": "2025-07-08T21:10:23.9307807+03:00", "lastInvoiceDate": "2025-07-08T21:10:23.9307807+03:00", "invoiceRepeatCount": 8, "id": "ab4f95ca-dc41-469e-961d-d981dd22875b", "companyID": "0a16cdd8-0ad5-4397-8dcc-5db6f0d1e348" }
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>0a16cdd8-0ad5-4397-8dcc-5db6f0d1e348</CompanyID> <ID>ab4f95ca-dc41-469e-961d-d981dd22875b</ID> <DaysCreatedDayLater>5</DaysCreatedDayLater> <EndRepeatCount>7</EndRepeatCount> <EndRepeatDate>2025-07-08T21:10:23.9307807+03:00</EndRepeatDate> <EndRepeatNever>true</EndRepeatNever> <ExpirationDateNow>true</ExpirationDateNow> <FirstRepeatDate>2025-07-08T21:10:23.9307807+03:00</FirstRepeatDate> <InvoiceID>42d27743-5026-4d8d-89b5-39f1ea3559a4</InvoiceID> <InvoiceRepeatCount>8</InvoiceRepeatCount> <InvoiceRepeatPropertyGroupType>Week</InvoiceRepeatPropertyGroupType> <LastInvoiceDate>2025-07-08T21:10:23.9307807+03:00</LastInvoiceDate> <RepeatCount>2</RepeatCount> </InvoiceRepeatPropertyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"invoiceID":"42d27743-5026-4d8d-89b5-39f1ea3559a4","repeatCount":2,"invoiceRepeatPropertyGroupType":1,"firstRepeatDate":"2025-07-08T21:10:23.9307807+03:00","expirationDateNow":true,"daysCreatedDayLater":5,"endRepeatNever":true,"endRepeatCount":7,"endRepeatDate":"2025-07-08T21:10:23.9307807+03:00","lastInvoiceDate":"2025-07-08T21:10:23.9307807+03:00","invoiceRepeatCount":8,"id":"ab4f95ca-dc41-469e-961d-d981dd22875b","companyID":"0a16cdd8-0ad5-4397-8dcc-5db6f0d1e348"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.