GET api/crm/user/api/user/detail/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CrmMstUserEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| FullName | string |
None. |
|
| string |
None. |
||
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| IncomeAccountId | integer |
None. |
|
| SupplierAdvancesAccountId | integer |
None. |
|
| CustomerAdvancesAccountId | integer |
None. |
|
| InventoryType | string |
None. |
|
| DefaultSalesInvoiceDiscountId | integer |
None. |
|
| SalesInvoiceName | string |
None. |
|
| SalesInvoicePrefix | string |
None. |
|
| SalesInvoiceCheckedById | integer |
None. |
|
| SalesInvoiceApprovedById | integer |
None. |
|
| OfficialReceiptName | string |
None. |
|
| OfficialReceiptPrefix | string |
None. |
|
| IsIncludeCostStockReports | boolean |
None. |
|
| IsIncludeBranchRRItem | boolean |
None. |
|
| ActivateAuditTrail | boolean |
None. |
|
| IsSIVATAnalysisIncluded | boolean |
None. |
|
| IsSIDuplicateDocumentReferenceAllowed | boolean |
None. |
|
| CustomerReturnAccountId | integer |
None. |
|
| SupplierReturnAccountId | integer |
None. |
|
| UsePriceStockTransfer | boolean |
None. |
|
| IsPriceBelowCostSellingAllowed | boolean |
None. |
|
| IsNegativeInventorySellingAllowed | boolean |
None. |
|
| IsIncludeTotalQuantityPerUnit | boolean |
None. |
|
| ORDuplicateSIReferenceAllowed | boolean |
None. |
|
| CVDuplicateRRReferenceAllowed | boolean |
None. |
|
| IsLocked | boolean |
None. |
|
| CRMUserGroup | string |
None. |
|
| CreatedById | integer |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDateTime | string |
None. |
|
| UpdatedById | integer |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDateTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": "sample string 2",
"UserName": "sample string 3",
"Password": "sample string 4",
"FullName": "sample string 5",
"Email": "sample string 6",
"CompanyId": 7,
"BranchId": 8,
"IncomeAccountId": 9,
"SupplierAdvancesAccountId": 10,
"CustomerAdvancesAccountId": 11,
"InventoryType": "sample string 12",
"DefaultSalesInvoiceDiscountId": 13,
"SalesInvoiceName": "sample string 14",
"SalesInvoicePrefix": "sample string 15",
"SalesInvoiceCheckedById": 16,
"SalesInvoiceApprovedById": 17,
"OfficialReceiptName": "sample string 18",
"OfficialReceiptPrefix": "sample string 19",
"IsIncludeCostStockReports": true,
"IsIncludeBranchRRItem": true,
"ActivateAuditTrail": true,
"IsSIVATAnalysisIncluded": true,
"IsSIDuplicateDocumentReferenceAllowed": true,
"CustomerReturnAccountId": 25,
"SupplierReturnAccountId": 26,
"UsePriceStockTransfer": true,
"IsPriceBelowCostSellingAllowed": true,
"IsNegativeInventorySellingAllowed": true,
"IsIncludeTotalQuantityPerUnit": true,
"ORDuplicateSIReferenceAllowed": true,
"CVDuplicateRRReferenceAllowed": true,
"IsLocked": true,
"CRMUserGroup": "sample string 34",
"CreatedById": 1,
"CreatedBy": "sample string 35",
"CreatedDateTime": "sample string 36",
"UpdatedById": 1,
"UpdatedBy": "sample string 37",
"UpdatedDateTime": "sample string 38"
}
application/xml, text/xml
Sample:
<CrmMstUserEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/easyfiscrm_api.Entities"> <ActivateAuditTrail>true</ActivateAuditTrail> <BranchId>8</BranchId> <CRMUserGroup>sample string 34</CRMUserGroup> <CVDuplicateRRReferenceAllowed>true</CVDuplicateRRReferenceAllowed> <CompanyId>7</CompanyId> <CreatedBy>sample string 35</CreatedBy> <CreatedById>1</CreatedById> <CreatedDateTime>sample string 36</CreatedDateTime> <CustomerAdvancesAccountId>11</CustomerAdvancesAccountId> <CustomerReturnAccountId>25</CustomerReturnAccountId> <DefaultSalesInvoiceDiscountId>13</DefaultSalesInvoiceDiscountId> <Email>sample string 6</Email> <FullName>sample string 5</FullName> <Id>1</Id> <IncomeAccountId>9</IncomeAccountId> <InventoryType>sample string 12</InventoryType> <IsIncludeBranchRRItem>true</IsIncludeBranchRRItem> <IsIncludeCostStockReports>true</IsIncludeCostStockReports> <IsIncludeTotalQuantityPerUnit>true</IsIncludeTotalQuantityPerUnit> <IsLocked>true</IsLocked> <IsNegativeInventorySellingAllowed>true</IsNegativeInventorySellingAllowed> <IsPriceBelowCostSellingAllowed>true</IsPriceBelowCostSellingAllowed> <IsSIDuplicateDocumentReferenceAllowed>true</IsSIDuplicateDocumentReferenceAllowed> <IsSIVATAnalysisIncluded>true</IsSIVATAnalysisIncluded> <ORDuplicateSIReferenceAllowed>true</ORDuplicateSIReferenceAllowed> <OfficialReceiptName>sample string 18</OfficialReceiptName> <OfficialReceiptPrefix>sample string 19</OfficialReceiptPrefix> <Password>sample string 4</Password> <SalesInvoiceApprovedById>17</SalesInvoiceApprovedById> <SalesInvoiceCheckedById>16</SalesInvoiceCheckedById> <SalesInvoiceName>sample string 14</SalesInvoiceName> <SalesInvoicePrefix>sample string 15</SalesInvoicePrefix> <SupplierAdvancesAccountId>10</SupplierAdvancesAccountId> <SupplierReturnAccountId>26</SupplierReturnAccountId> <UpdatedBy>sample string 37</UpdatedBy> <UpdatedById>1</UpdatedById> <UpdatedDateTime>sample string 38</UpdatedDateTime> <UsePriceStockTransfer>true</UsePriceStockTransfer> <UserId>sample string 2</UserId> <UserName>sample string 3</UserName> </CrmMstUserEntity>