DocumentSubListController
Base route: crm/document-sublist
| Namespace | Axiom.App.Crm.Api.Controllers |
|---|---|
| Base Route | crm/document-sublist |
| Security | SalesProfessional, SalesEssential |
Endpoints
| Method | Route | Method Name | Parameters | Return Type |
|---|---|---|---|---|
| Get | crm/document-sublist/{documentSubListId:int}/{documentType:int}/{documentId:int}/form/{form}/ |
GetForm | documentSubListId: int, form: string | DocumentForm |
| Post | crm/document-sublist |
Post | documentSubList: DocumentSubList | int |
| Put | crm/document-sublist/item |
Put | document: Document | int |
| Delete | crm/document-sublist/{documentSubListId:int} |
Delete | documentSubListId: int | bool |
Detailed Endpoint Information
Get
crm/document-sublist/{documentSubListId:int}/{documentType:int}/{documentId:int}/form/{form}/
GetForm
Return Type
DocumentForm
Parameters
| Name | Type | Source | Optional |
|---|---|---|---|
documentSubListId |
int |
Query | No |
form |
string |
Query | No |
Post
crm/document-sublist
Post
Return Type
int
Parameters
| Name | Type | Source | Optional |
|---|---|---|---|
documentSubList |
DocumentSubList |
FromBody | No |
Put
crm/document-sublist/item
Put
Return Type
int
Parameters
| Name | Type | Source | Optional |
|---|---|---|---|
document |
Document |
FromBody | No |
Delete
crm/document-sublist/{documentSubListId:int}
Delete
Return Type
bool
Parameters
| Name | Type | Source | Optional |
|---|---|---|---|
documentSubListId |
int |
Query | No |