POST api/InvoiceRepeatProperty/Add
Request Information
URI Parameters
None.
Body Parameters
InvoiceRepeatPropertyAddDtoName | Description | Type | Additional information |
---|---|---|---|
InvoiceID | globally unique identifier |
None. |
|
CompanyID | 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. |
Request Formats
application/json, text/json
Sample:
{ "invoiceID": "2937a06c-b938-43ec-a7cc-3e134f181669", "companyID": "88b4cde7-e77b-49e9-a490-3ba66863b44d", "repeatCount": 3, "invoiceRepeatPropertyGroupType": 1, "firstRepeatDate": "2025-07-08T21:02:31.4056226+03:00", "expirationDateNow": true, "daysCreatedDayLater": 6, "endRepeatNever": true, "endRepeatCount": 8, "endRepeatDate": "2025-07-08T21:02:31.4056226+03:00", "lastInvoiceDate": "2025-07-08T21:02:31.4056226+03:00", "invoiceRepeatCount": 9 }
application/xml, text/xml
Sample:
<InvoiceRepeatPropertyAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>88b4cde7-e77b-49e9-a490-3ba66863b44d</CompanyID> <DaysCreatedDayLater>6</DaysCreatedDayLater> <EndRepeatCount>8</EndRepeatCount> <EndRepeatDate>2025-07-08T21:02:31.4056226+03:00</EndRepeatDate> <EndRepeatNever>true</EndRepeatNever> <ExpirationDateNow>true</ExpirationDateNow> <FirstRepeatDate>2025-07-08T21:02:31.4056226+03:00</FirstRepeatDate> <InvoiceID>2937a06c-b938-43ec-a7cc-3e134f181669</InvoiceID> <InvoiceRepeatCount>9</InvoiceRepeatCount> <InvoiceRepeatPropertyGroupType>Week</InvoiceRepeatPropertyGroupType> <LastInvoiceDate>2025-07-08T21:02:31.4056226+03:00</LastInvoiceDate> <RepeatCount>3</RepeatCount> </InvoiceRepeatPropertyAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"invoiceID":"2937a06c-b938-43ec-a7cc-3e134f181669","companyID":"88b4cde7-e77b-49e9-a490-3ba66863b44d","repeatCount":3,"invoiceRepeatPropertyGroupType":1,"firstRepeatDate":"2025-07-08T21:02:31.4056226+03:00","expirationDateNow":true,"daysCreatedDayLater":6,"endRepeatNever":true,"endRepeatCount":8,"endRepeatDate":"2025-07-08T21:02:31.4056226+03:00","lastInvoiceDate":"2025-07-08T21:02:31.4056226+03:00","invoiceRepeatCount":9}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.