GET api/v2/SisaguaConfigurations/{id}?translate={translate}

Request

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

translate

boolean

Default value is False

Response

ContainerTypeDetail
NameDescriptionTypeAdditional information
Priority

integer

MeasurementUnit

MeasurementUnitBasic

Id

integer

Identification

string

Active

boolean

Response Format

application/json, text/json

Sample:
{
  "Priority": 1,
  "MeasurementUnit": {
    "Description": "sample string 1",
    "MeasurementUnitCategoryId": 1,
    "Category": {
      "Id": 1,
      "Identification": "sample string 2"
    },
    "Id": 2,
    "Identification": "sample string 3"
  },
  "Id": 1,
  "Identification": "sample string 2",
  "Active": true
}

text/html

Sample:
{"Priority":1,"MeasurementUnit":{"Description":"sample string 1","MeasurementUnitCategoryId":1,"Category":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"},"Id":1,"Identification":"sample string 2","Active":true}