POST api/Summary
Request Information
URI Parameters
None.
Body Parameters
Summary| Name | Description | Type | Additional information |
|---|---|---|---|
| summaryId | globally unique identifier |
None. |
|
| jurisdictionId | integer |
None. |
|
| year | integer |
None. |
|
| taxDays | decimal number |
None. |
|
| nonTaxDays | decimal number |
None. |
|
| residentialStatus | string |
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:
{
"summaryId": "f8211dc7-47f9-442c-8930-22ff1c8ed340",
"jurisdictionId": 2,
"year": 1,
"taxDays": 1.1,
"nonTaxDays": 1.1,
"residentialStatus": "sample string 3",
"userId": "sample string 4",
"createdOn": "2025-12-12T04:35:51.8310183+00:00",
"updatedOn": "2025-12-12T04:35:51.8310183+00:00",
"createdBy": "sample string 5",
"updatedBy": "sample string 6",
"receivedOn": "2025-12-12T04:35:51.8310183+00:00"
}
text/html
Sample:
{"summaryId":"f8211dc7-47f9-442c-8930-22ff1c8ed340","jurisdictionId":2,"year":1,"taxDays":1.1,"nonTaxDays":1.1,"residentialStatus":"sample string 3","userId":"sample string 4","createdOn":"2025-12-12T04:35:51.8310183+00:00","updatedOn":"2025-12-12T04:35:51.8310183+00:00","createdBy":"sample string 5","updatedBy":"sample string 6","receivedOn":"2025-12-12T04:35:51.8310183+00:00"}
application/xml, text/xml
Sample:
<Summary 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:35:51.8310183+00:00</receivedOn> <createdBy>sample string 5</createdBy> <createdOn>2025-12-12T04:35:51.8310183+00:00</createdOn> <jurisdictionId>2</jurisdictionId> <nonTaxDays>1.1</nonTaxDays> <residentialStatus>sample string 3</residentialStatus> <summaryId>f8211dc7-47f9-442c-8930-22ff1c8ed340</summaryId> <taxDays>1.1</taxDays> <updatedBy>sample string 6</updatedBy> <updatedOn>2025-12-12T04:35:51.8310183+00:00</updatedOn> <userId>sample string 4</userId> <year>1</year> </Summary>
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. |