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": "502ea0d5-da76-47ca-8c4e-d785c5fcd028", "repeatCount": 2, "invoiceRepeatPropertyGroupType": 1, "firstRepeatDate": "2025-05-24T16:50:30.7449774+03:00", "expirationDateNow": true, "daysCreatedDayLater": 5, "endRepeatNever": true, "endRepeatCount": 7, "endRepeatDate": "2025-05-24T16:50:30.7449774+03:00", "lastInvoiceDate": "2025-05-24T16:50:30.7449774+03:00", "invoiceRepeatCount": 8, "id": "e7c5625f-5e43-42fd-8170-1262b2f19a57", "companyID": "a3ff511e-680b-4bdc-82dd-ee5da572cc24" }
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>a3ff511e-680b-4bdc-82dd-ee5da572cc24</CompanyID> <ID>e7c5625f-5e43-42fd-8170-1262b2f19a57</ID> <DaysCreatedDayLater>5</DaysCreatedDayLater> <EndRepeatCount>7</EndRepeatCount> <EndRepeatDate>2025-05-24T16:50:30.7449774+03:00</EndRepeatDate> <EndRepeatNever>true</EndRepeatNever> <ExpirationDateNow>true</ExpirationDateNow> <FirstRepeatDate>2025-05-24T16:50:30.7449774+03:00</FirstRepeatDate> <InvoiceID>502ea0d5-da76-47ca-8c4e-d785c5fcd028</InvoiceID> <InvoiceRepeatCount>8</InvoiceRepeatCount> <InvoiceRepeatPropertyGroupType>Week</InvoiceRepeatPropertyGroupType> <LastInvoiceDate>2025-05-24T16:50:30.7449774+03:00</LastInvoiceDate> <RepeatCount>2</RepeatCount> </InvoiceRepeatPropertyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"invoiceID":"502ea0d5-da76-47ca-8c4e-d785c5fcd028","repeatCount":2,"invoiceRepeatPropertyGroupType":1,"firstRepeatDate":"2025-05-24T16:50:30.7449774+03:00","expirationDateNow":true,"daysCreatedDayLater":5,"endRepeatNever":true,"endRepeatCount":7,"endRepeatDate":"2025-05-24T16:50:30.7449774+03:00","lastInvoiceDate":"2025-05-24T16:50:30.7449774+03:00","invoiceRepeatCount":8,"id":"e7c5625f-5e43-42fd-8170-1262b2f19a57","companyID":"a3ff511e-680b-4bdc-82dd-ee5da572cc24"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.