GET api/support/v1/getParentGrantorRelated
Obtener todos los grantor related Parent
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseModelApiOfListOfGrantorRelatedCompleteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success |
Indica si la solicitud se procesó de manera satisfactoria |
boolean |
None. |
| message |
Mensaje de la solicitud |
string |
None. |
| messageDetail |
Lista de mensajes |
Collection of string |
None. |
| failureCode |
Código de error en caso de existir |
string |
None. |
| data |
Layout de respuesta de la solicitud |
Collection of GrantorRelatedCompleteModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"messageDetail": [
"sample string 1",
"sample string 2"
],
"failureCode": "sample string 3",
"data": [
{
"GrantorId": "08de22c4-4c11-a4ff-522b-6e0020f15039",
"GrantorTaxId": "sample string 2",
"GrantorBusinessName": "sample string 3",
"ParentId": "08de22c4-4c11-a4ff-522b-6e0020f1503a",
"ParentTaxId": "sample string 5",
"ParentBusinessName": "sample string 6",
"CreationDate": "2025-11-13T08:52:41.8358314-06:00"
},
{
"GrantorId": "08de22c4-4c11-a4ff-522b-6e0020f15039",
"GrantorTaxId": "sample string 2",
"GrantorBusinessName": "sample string 3",
"ParentId": "08de22c4-4c11-a4ff-522b-6e0020f1503a",
"ParentTaxId": "sample string 5",
"ParentBusinessName": "sample string 6",
"CreationDate": "2025-11-13T08:52:41.8358314-06:00"
}
]
}
application/xml, text/xml
Sample:
<ResponseModelApiOfListOfGrantorRelatedCompleteModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<success>true</success>
<message>sample string 2</message>
<messageDetail>
<string>sample string 1</string>
<string>sample string 2</string>
</messageDetail>
<failureCode>sample string 3</failureCode>
<data>
<GrantorRelatedCompleteModel>
<GrantorId>08de22c4-4c11-a4ff-522b-6e0020f15039</GrantorId>
<GrantorTaxId>sample string 2</GrantorTaxId>
<GrantorBusinessName>sample string 3</GrantorBusinessName>
<ParentId>08de22c4-4c11-a4ff-522b-6e0020f1503a</ParentId>
<ParentTaxId>sample string 5</ParentTaxId>
<ParentBusinessName>sample string 6</ParentBusinessName>
<CreationDate>2025-11-13T08:52:41.8358314-06:00</CreationDate>
</GrantorRelatedCompleteModel>
<GrantorRelatedCompleteModel>
<GrantorId>08de22c4-4c11-a4ff-522b-6e0020f15039</GrantorId>
<GrantorTaxId>sample string 2</GrantorTaxId>
<GrantorBusinessName>sample string 3</GrantorBusinessName>
<ParentId>08de22c4-4c11-a4ff-522b-6e0020f1503a</ParentId>
<ParentTaxId>sample string 5</ParentTaxId>
<ParentBusinessName>sample string 6</ParentBusinessName>
<CreationDate>2025-11-13T08:52:41.8358314-06:00</CreationDate>
</GrantorRelatedCompleteModel>
</data>
</ResponseModelApiOfListOfGrantorRelatedCompleteModel>