Read
Read Customer Subsidiary Relationship requestJSON has the following parameters.
Field Name | Data Type | Description |
---|---|---|
customParameters | Map<String, ParamValue> | It is used to add filters to your search results |
pageIndex | Integer | request any page from the search results reponse |
searchId | String | request any page with the Search Id from the search results reponse |
customPageSize | String | no. of records to return per search request. |
Custom Parameters in the requestJSON are in the form of Param Name and Value Map which are used for filtering different search results. There is currently only one supported custom parameter.
Param Name | Param Value | Description |
---|---|---|
where | keyValueMap | Pass the supported where filters in Key-Value pair |
Param Value can be passed in the following two ways.
Field Name | Data Type | Description |
---|---|---|
value | String | single param value |
keyValueMap | Map<String, String> | adding multiple key value params (where filters) |
Field Name | Data Type | Description |
---|---|---|
entity | String | Internal ID of the Customer. Multiple values can be passed in a comma separated string. |
subsidiary | String | Internal ID of Subsidiary. Multiple IDs can be passed in a comma separated string Ex: 1,2 |
The following is an example request which can be used while using ‘readCustomerSubsidiaryRelationship’ action.