Get Contract Contact Person by ID

Retrieves a specific contact person by its unique identifier within a contract.

Endpoint

GET /contracts/{contractId}/contact-persons/{id}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
contractIduuidYesContract unique identifier
iduuidYesContact person unique identifier

Response

ContactPerson Entity

Error

Error Schema

Example Usage

curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/contract-management/contracts/123e4567-e89b-12d3-a456-426614174000/contact-persons/98765432-abcd-efgh-ijkl-123456789012" \
  -H "Authorization: Bearer YOUR_TOKEN"