GET api/Registration/getRecords/Parents/Branch/{Key}/{sSearch}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
Required |
|
| sSearch | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetParentByBranchResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentId | decimal number |
None. |
|
| FatherName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ParentId": 1.0,
"FatherName": "sample string 2"
}
application/xml, text/xml
Sample:
<GetParentByBranchResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.Dataset"> <FatherName>sample string 2</FatherName> <ParentId>1</ParentId> </GetParentByBranchResult>