Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Common/ContactPersonController.cs (line 49)
Part of: Pams
Endpoint
GET
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
userBranchId | query | long | ✓ | |
allowedBranches | query | string | ✓ | |
userId | query | long | ✓ | |
skip | query | int? | - | |
take | query | int? | - | |
accountId | query | long? | - | |
filterObject | query | string | - | |
sortObject | query | string | - |
Used by
29 references from 29 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Declared in (1)
ContactPersonController—Pams/API/Pams.API/Controllers/Common/ContactPersonController.cs:17
Imported by (28)
CityController—Pams/API/Pams.API/Controllers/Common/CityController.cs:20CommentsController—Pams/API/Pams.API/Controllers/Common/CommentsController.cs:11CompanyBranchContactInfoController—Pams/API/Pams.API/Controllers/Organization/CompanyBranchContactInfoController.cs:18ConnectionTypeController—Pams/API/Pams.API/Controllers/Common/ConnectionTypeController.cs:16ContactInfoController—Pams/API/Pams.API/Controllers/Common/ContactInfoController.cs:15ContactInfoRelatedTypeController—Pams/API/Pams.API/Controllers/Common/ContactInfoRelatedTypeController.cs:15ContactInfoTypeController—Pams/API/Pams.API/Controllers/Common/ContactInfoTypesController.cs:19ContactPersonRelatedTypeController—Pams/API/Pams.API/Controllers/Common/ContactPersonRelatedTypeController.cs:15
…and 20 more.
Was this page helpful?