POST api/SummaryByMonth
Request Information
URI Parameters
None.
Body Parameters
SummaryByMonth| Name | Description | Type | Additional information |
|---|---|---|---|
| summaryByMonthId | globally unique identifier |
None. |
|
| jurisdictionId | integer |
None. |
|
| taxDays | decimal number |
None. |
|
| nonTaxDays | decimal number |
None. |
|
| year | integer |
None. |
|
| month | integer |
None. |
|
| userId | string |
None. |
|
| createdOn | date |
None. |
|
| updatedOn | date |
None. |
|
| createdBy | string |
None. |
|
| updatedBy | string |
None. |
|
| receivedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"summaryByMonthId": "cbcee888-2698-4329-96c5-2a991fa2b0cf",
"jurisdictionId": 2,
"taxDays": 1.1,
"nonTaxDays": 1.1,
"year": 1,
"month": 1,
"userId": "sample string 3",
"createdOn": "2025-12-12T04:36:22.6609078+00:00",
"updatedOn": "2025-12-12T04:36:22.6609078+00:00",
"createdBy": "sample string 6",
"updatedBy": "sample string 7",
"receivedOn": "2025-12-12T04:36:22.6609078+00:00"
}
text/html
Sample:
{"summaryByMonthId":"cbcee888-2698-4329-96c5-2a991fa2b0cf","jurisdictionId":2,"taxDays":1.1,"nonTaxDays":1.1,"year":1,"month":1,"userId":"sample string 3","createdOn":"2025-12-12T04:36:22.6609078+00:00","updatedOn":"2025-12-12T04:36:22.6609078+00:00","createdBy":"sample string 6","updatedBy":"sample string 7","receivedOn":"2025-12-12T04:36:22.6609078+00:00"}
application/xml, text/xml
Sample:
<SummaryByMonth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaxDay.Models"> <receivedOn xmlns="http://schemas.datacontract.org/2004/07/TaxDay">2025-12-12T04:36:22.6609078+00:00</receivedOn> <createdBy>sample string 6</createdBy> <createdOn>2025-12-12T04:36:22.6609078+00:00</createdOn> <jurisdictionId>2</jurisdictionId> <month>1</month> <nonTaxDays>1.1</nonTaxDays> <summaryByMonthId>cbcee888-2698-4329-96c5-2a991fa2b0cf</summaryByMonthId> <taxDays>1.1</taxDays> <updatedBy>sample string 7</updatedBy> <updatedOn>2025-12-12T04:36:22.6609078+00:00</updatedOn> <userId>sample string 3</userId> <year>1</year> </SummaryByMonth>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |