GET api/CheckDublicateLedger?prefixText={prefixText}&CompID={CompID}&BranchId={BranchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prefixText | string |
Required |
|
| CompID | string |
Required |
|
| BranchId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
returndbmlOfsp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusId | integer |
None. |
|
| Status | string |
None. |
|
| returndbmllist | Collection of sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusId": 1,
"Status": "sample string 2",
"returndbmllist": [
{
"MaxBookNo": 1
},
{
"MaxBookNo": 1
}
]
}
application/xml, text/xml
Sample:
<returndbmlOfsp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResultQfFs7G33 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSGAPI.Models">
<Status>sample string 2</Status>
<StatusId>1</StatusId>
<returndbmllist xmlns:d2p1="http://schemas.datacontract.org/2004/07/SSG.Data">
<d2p1:sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult>
<d2p1:MaxBookNo>1</d2p1:MaxBookNo>
</d2p1:sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult>
<d2p1:sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult>
<d2p1:MaxBookNo>1</d2p1:MaxBookNo>
</d2p1:sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult>
</returndbmllist>
</returndbmlOfsp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResultQfFs7G33>