Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Sales/PrincipalInvoicePaymentController.cs (line 55)
Part of: Pams
Endpoint
GET
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
allowedBranches | query | string | ✓ | |
jobId | query | long | ✓ | |
principalId | query | long | ✓ | |
clientId | query | long | ✓ | |
statusId | query | int | ✓ | |
skip | query | int? | - | |
take | query | int? | - | |
groupObject | query | string | ✓ | |
filterObject | query | string | - | |
sortObject | query | string | - |
Used by
2 references from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Declared in (2)
PrincipalInvoicePaymentController—Pams/API/Pams.API/Controllers/Sales/PrincipalInvoicePaymentController.cs:12PrincipalInvoicePaymentController—Pams/API/Pams.API/Controllers/Sales/PrincipalInvoicePaymentController.cs:12
Was this page helpful?