POST api/Assesement/ParentIdCheckers?assesmentRefNo={assesmentRefNo}&merchantCode={merchantCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assesmentRefNo | string |
Required |
|
| merchantCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Parentresponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentId | integer |
None. |
|
| Isparent | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"parentId": 1,
"isparent": true
}
application/xml, text/xml
Sample:
<Parentresponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssesmentsAPI.Models"> <Isparent>true</Isparent> <ParentId>1</ParentId> </Parentresponse>