GET api/support/v1/getGrantorRelatedById?grantorId={grantorId}

Obtener registro de grantor related por grantorId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
grantorId

Id del grantor

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ResponseModelApiOfGrantorRelated
NameDescriptionTypeAdditional 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

GrantorRelated

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'TecSou.Backend.Entities.TransitionLog'. Path 'data.ChangeStatus[0].ChangeStatus'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'TecSou.Backend.Entities.TransitionLog'. Path 'data.ChangeStatus[0].ChangeStatus'.