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": "8a7982bd-8477-45ed-8d72-995d6ad513b6", "repeatCount": 2, "invoiceRepeatPropertyGroupType": 1, "firstRepeatDate": "2025-05-24T14:35:11.0502667+03:00", "expirationDateNow": true, "daysCreatedDayLater": 5, "endRepeatNever": true, "endRepeatCount": 7, "endRepeatDate": "2025-05-24T14:35:11.0502667+03:00", "lastInvoiceDate": "2025-05-24T14:35:11.0502667+03:00", "invoiceRepeatCount": 8, "id": "f9b04c98-381a-4f60-9ab7-77c7c4474d1c", "companyID": "9e386551-27d9-48fa-9765-644ea30c568d" }
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>9e386551-27d9-48fa-9765-644ea30c568d</CompanyID> <ID>f9b04c98-381a-4f60-9ab7-77c7c4474d1c</ID> <DaysCreatedDayLater>5</DaysCreatedDayLater> <EndRepeatCount>7</EndRepeatCount> <EndRepeatDate>2025-05-24T14:35:11.0502667+03:00</EndRepeatDate> <EndRepeatNever>true</EndRepeatNever> <ExpirationDateNow>true</ExpirationDateNow> <FirstRepeatDate>2025-05-24T14:35:11.0502667+03:00</FirstRepeatDate> <InvoiceID>8a7982bd-8477-45ed-8d72-995d6ad513b6</InvoiceID> <InvoiceRepeatCount>8</InvoiceRepeatCount> <InvoiceRepeatPropertyGroupType>Week</InvoiceRepeatPropertyGroupType> <LastInvoiceDate>2025-05-24T14:35:11.0502667+03:00</LastInvoiceDate> <RepeatCount>2</RepeatCount> </InvoiceRepeatPropertyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"invoiceID":"8a7982bd-8477-45ed-8d72-995d6ad513b6","repeatCount":2,"invoiceRepeatPropertyGroupType":1,"firstRepeatDate":"2025-05-24T14:35:11.0502667+03:00","expirationDateNow":true,"daysCreatedDayLater":5,"endRepeatNever":true,"endRepeatCount":7,"endRepeatDate":"2025-05-24T14:35:11.0502667+03:00","lastInvoiceDate":"2025-05-24T14:35:11.0502667+03:00","invoiceRepeatCount":8,"id":"f9b04c98-381a-4f60-9ab7-77c7c4474d1c","companyID":"9e386551-27d9-48fa-9765-644ea30c568d"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.