POST api/CRMLookupType/GetAll
Request Information
URI Parameters
None.
Body Parameters
CRMLookupType| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| CompanyId | integer |
None. |
|
| EntryUser | integer |
None. |
|
| Id | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| SerialFrom | integer |
None. |
|
| SerialTo | integer |
None. |
|
| CRMLookUpName | string |
None. |
|
| Prefix | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntryDate": "2025-10-29T13:11:33.8176912+05:00",
"ModifyDate": "2025-10-29T13:11:33.8176912+05:00",
"CompanyId": 3,
"EntryUser": 4,
"Id": 5,
"ModifyUser": 6,
"OrganizationId": 7,
"SerialFrom": 8,
"SerialTo": 9,
"CRMLookUpName": "sample string 10",
"Prefix": "sample string 11"
}
application/xml, text/xml
Sample:
<CRMLookupType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.CRM"> <CRMLookUpName>sample string 10</CRMLookUpName> <CompanyId>3</CompanyId> <EntryDate>2025-10-29T13:11:33.8176912+05:00</EntryDate> <EntryUser>4</EntryUser> <Id>5</Id> <ModifyDate>2025-10-29T13:11:33.8176912+05:00</ModifyDate> <ModifyUser>6</ModifyUser> <OrganizationId>7</OrganizationId> <Prefix>sample string 11</Prefix> <SerialFrom>8</SerialFrom> <SerialTo>9</SerialTo> </CRMLookupType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.