GET api/Values/EmpDistributorLinkGetEmployeeId?strEmpId={strEmpId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strEmpId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
returndbmlEmpDistributorLink| Name | Description | Type | Additional information |
|---|---|---|---|
| objdbmlEmpDistributorLinkList | Collection of dbmlEmpDistributorLink |
None. |
|
| objdbmlStatus | dbmlStatus |
None. |
Response Formats
application/json, text/json
Sample:
{
"objdbmlEmpDistributorLinkList": [
{
"EmpDistributorLinkKey": 1,
"UpdateId": 1,
"EmployeeId": 1,
"DistributorId": 1,
"ZZEmployeeName": "sample string 2",
"ZZDistributorName": "sample string 3"
},
{
"EmpDistributorLinkKey": 1,
"UpdateId": 1,
"EmployeeId": 1,
"DistributorId": 1,
"ZZEmployeeName": "sample string 2",
"ZZDistributorName": "sample string 3"
}
],
"objdbmlStatus": {
"StatusId": 1,
"Status": "sample string 2",
"PKId": 3,
"Remark": "sample string 4"
}
}
text/html
Sample:
{"objdbmlEmpDistributorLinkList":[{"EmpDistributorLinkKey":1,"UpdateId":1,"EmployeeId":1,"DistributorId":1,"ZZEmployeeName":"sample string 2","ZZDistributorName":"sample string 3"},{"EmpDistributorLinkKey":1,"UpdateId":1,"EmployeeId":1,"DistributorId":1,"ZZEmployeeName":"sample string 2","ZZDistributorName":"sample string 3"}],"objdbmlStatus":{"StatusId":1,"Status":"sample string 2","PKId":3,"Remark":"sample string 4"}}
application/xml, text/xml
Sample:
<returndbmlEmpDistributorLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimkenOrderService.Models">
<objdbmlEmpDistributorLinkList xmlns:d2p1="http://schemas.datacontract.org/2004/07/TimkenOrderService.TimkenSchema">
<d2p1:dbmlEmpDistributorLink>
<d2p1:DistributorId>1</d2p1:DistributorId>
<d2p1:EmpDistributorLinkKey>1</d2p1:EmpDistributorLinkKey>
<d2p1:EmployeeId>1</d2p1:EmployeeId>
<d2p1:UpdateId>1</d2p1:UpdateId>
<d2p1:ZZDistributorName>sample string 3</d2p1:ZZDistributorName>
<d2p1:ZZEmployeeName>sample string 2</d2p1:ZZEmployeeName>
</d2p1:dbmlEmpDistributorLink>
<d2p1:dbmlEmpDistributorLink>
<d2p1:DistributorId>1</d2p1:DistributorId>
<d2p1:EmpDistributorLinkKey>1</d2p1:EmpDistributorLinkKey>
<d2p1:EmployeeId>1</d2p1:EmployeeId>
<d2p1:UpdateId>1</d2p1:UpdateId>
<d2p1:ZZDistributorName>sample string 3</d2p1:ZZDistributorName>
<d2p1:ZZEmployeeName>sample string 2</d2p1:ZZEmployeeName>
</d2p1:dbmlEmpDistributorLink>
</objdbmlEmpDistributorLinkList>
<objdbmlStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/TimkenOrderService.TimkenSchema">
<d2p1:PKId>3</d2p1:PKId>
<d2p1:Remark>sample string 4</d2p1:Remark>
<d2p1:Status>sample string 2</d2p1:Status>
<d2p1:StatusId>1</d2p1:StatusId>
</objdbmlStatus>
</returndbmlEmpDistributorLink>