All Downloads are FREE. Search and download functionalities are using the official Maven repository.

masterdata.GetimmediateChildrenByLocationCode.getimmediateChildrenByLocationCodeResult.hbs Maven / Gradle / Ivy

The newest version!
{
  "response": {
    "locations": [
	
    {{#each locations}}
      {
        "code": "{{code}}",
        "name": "{{name}}",
        "hierarchyLevel": "{{hierarchyLevel}}",
        "hierarchyName": "{{hierarchyName}}",
        "parentLocCode": "{{parentLocCode}}",
        "isActive": "{{isActive}}"
      }
      {{#unless @last}},{{/unless}}
      	{{/each}}
    ]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy