GET client/{id}/partnerrelations
Gets the latest partner relation for a client.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the client. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns status code 200-OK upon successful retrieval of the newest partner relation.
FiscaalGemak.Web.Api.Models.Models.PartnerRelationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdentificationNumberPartner |
Gets or sets the identification number of the partner. |
string |
Required String length: inclusive between 0 and 9 |
| SituationType |
Gets or sets the Situation of the client. |
FiscaalGemak.Core.Models.SituationType |
None. |
| StartDate | date |
Required |
|
| EndDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdentificationNumberPartner": "sample string 1",
"SituationType": 0,
"StartDate": "2026-02-13T19:06:08.3509974+01:00",
"EndDate": "2026-02-13T19:06:08.3509974+01:00"
}