GET client/deferral?year={year}&mustHaveDeferral={mustHaveDeferral}&mustHaveClientRelation={mustHaveClientRelation}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year |
The year. |
integer |
Required |
| mustHaveDeferral |
If |
boolean |
Default value is False |
| mustHaveClientRelation |
If |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
The ClientDeferralModel, containing information about the deferrals.
Collection of FiscaalGemak.Web.Api.Models.Models.ClientDeferralViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DeferralId |
Gets or sets the id of the deferral. |
integer |
None. |
| ClientId |
Gets or sets the id If the client. |
integer |
None. |
| BeconNumber |
Gets or sets the Becon number. |
integer |
None. |
| Bsn |
Gets or sets the BSN of the client. |
string |
None. |
| Rsin |
Gets or sets the RSIN of the organisation. |
string |
None. |
| Year |
Gets or sets the year. |
integer |
None. |
| PeriodStartDate |
Gets or sets the start date of the period. |
string |
None. |
| PeriodEndDate |
Gets or sets the end date of the period. |
string |
None. |
| DeferralStatus |
Gets or sets the status of the deferral. |
string |
None. |
| DeadlineDate |
Gets or sets the date before which the declaration must be received. |
string |
None. |
| ReceivedDate |
Gets or sets the date when the declaration was received. |
string |
None. |
| ReceivedDateSbu |
Gets or sets the date when the SBU was received. |
string |
None. |
| RejectReason |
Gets or sets the reason of rejection. |
string |
None. |
Response Formats
application/json, text/json
[
{
"DeferralId": 1,
"ClientId": 1,
"BeconNumber": 1,
"Bsn": "sample string 1",
"Rsin": "sample string 2",
"Year": 1,
"PeriodStartDate": "sample string 3",
"PeriodEndDate": "sample string 4",
"DeferralStatus": "sample string 5",
"DeadlineDate": "sample string 6",
"ReceivedDate": "sample string 7",
"ReceivedDateSbu": "sample string 8",
"RejectReason": "sample string 9"
},
{
"DeferralId": 1,
"ClientId": 1,
"BeconNumber": 1,
"Bsn": "sample string 1",
"Rsin": "sample string 2",
"Year": 1,
"PeriodStartDate": "sample string 3",
"PeriodEndDate": "sample string 4",
"DeferralStatus": "sample string 5",
"DeadlineDate": "sample string 6",
"ReceivedDate": "sample string 7",
"ReceivedDateSbu": "sample string 8",
"RejectReason": "sample string 9"
}
]