POST services/api/ecom/v1/Get_TaxonomyDepartmentNameByDeptId

Request Information

URI Parameters

None.

Body Parameters

Id
NameDescriptionTypeAdditional information
Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EcomTaxonomyInvDepartment_Master
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

code

string

None.

LevelNo

integer

None.

ParentId

integer

None.

IsActive

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "code": "sample string 3",
  "LevelNo": 4,
  "ParentId": 5,
  "IsActive": true
}