PUT api/private/Populations/Edit

Request Information

URI Parameters

None.

Body Parameters

Domain.Observation.Population
NameDescriptionTypeAdditional information
AgeClassesPopulationUnitId

integer

None.

AgeClassesPopulationUnit

Domain.Unit.PopulationUnit

None.

ReproductiveConditionPopulationUnitId

integer

None.

ReproductiveConditionPopulationUnit

Domain.Unit.PopulationUnit

None.

Seedlings

integer

None.

IsSeedlings

boolean

None.

ImmaturePlants

integer

None.

IsImmaturePlants

boolean

None.

MaturePlants

integer

None.

IsMaturePlants

boolean

None.

UnknownAge

integer

None.

IsUnknownAge

boolean

None.

Vegetative

integer

None.

IsVegetative

boolean

None.

InBud

integer

None.

IsInBud

boolean

None.

InFlower

integer

None.

IsInFlower

boolean

None.

ImmatureFruit

integer

None.

IsImmatureFruit

boolean

None.

MatureFruit

integer

None.

IsMatureFruit

boolean

None.

SeedDispersing

integer

None.

IsSeedDispersing

boolean

None.

Senescent

integer

None.

IsSenescent

boolean

None.

Dormant

integer

None.

IsDormant

boolean

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AgeClassesPopulationUnitId": 1,
  "AgeClassesPopulationUnit": {
    "Description": "sample string 1",
    "Id": 2,
    "CreatedDate": "2025-04-25T18:13:34.334791Z",
    "ModifiedDate": "2025-04-25T18:13:34.334791Z",
    "Disabled": true
  },
  "ReproductiveConditionPopulationUnitId": 1,
  "ReproductiveConditionPopulationUnit": {
    "Description": "sample string 1",
    "Id": 2,
    "CreatedDate": "2025-04-25T18:13:34.334791Z",
    "ModifiedDate": "2025-04-25T18:13:34.334791Z",
    "Disabled": true
  },
  "Seedlings": 1,
  "IsSeedlings": true,
  "ImmaturePlants": 1,
  "IsImmaturePlants": true,
  "MaturePlants": 1,
  "IsMaturePlants": true,
  "UnknownAge": 1,
  "IsUnknownAge": true,
  "Vegetative": 1,
  "IsVegetative": true,
  "InBud": 1,
  "IsInBud": true,
  "InFlower": 1,
  "IsInFlower": true,
  "ImmatureFruit": 1,
  "IsImmatureFruit": true,
  "MatureFruit": 1,
  "IsMatureFruit": true,
  "SeedDispersing": 1,
  "IsSeedDispersing": true,
  "Senescent": 1,
  "IsSenescent": true,
  "Dormant": 1,
  "IsDormant": true,
  "Id": 1,
  "CreatedDate": "2025-04-25T18:13:34.3357974Z",
  "ModifiedDate": "2025-04-25T18:13:34.3357974Z",
  "Disabled": true
}

text/xml

Sample:
<Population xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Observation">
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.3357974-04:00</CreatedDate>
  <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">1</Id>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.3357974-04:00</ModifiedDate>
  <AgeClassesPopulationUnit xmlns:d2p1="http://schemas.datacontract.org/2004/07/Domain.Unit">
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.334791-04:00</CreatedDate>
    <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2</Id>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.334791-04:00</ModifiedDate>
    <d2p1:Description>sample string 1</d2p1:Description>
  </AgeClassesPopulationUnit>
  <AgeClassesPopulationUnitId>1</AgeClassesPopulationUnitId>
  <Dormant>1</Dormant>
  <ImmatureFruit>1</ImmatureFruit>
  <ImmaturePlants>1</ImmaturePlants>
  <InBud>1</InBud>
  <InFlower>1</InFlower>
  <IsDormant>true</IsDormant>
  <IsImmatureFruit>true</IsImmatureFruit>
  <IsImmaturePlants>true</IsImmaturePlants>
  <IsInBud>true</IsInBud>
  <IsInFlower>true</IsInFlower>
  <IsMatureFruit>true</IsMatureFruit>
  <IsMaturePlants>true</IsMaturePlants>
  <IsSeedDispersing>true</IsSeedDispersing>
  <IsSeedlings>true</IsSeedlings>
  <IsSenescent>true</IsSenescent>
  <IsUnknownAge>true</IsUnknownAge>
  <IsVegetative>true</IsVegetative>
  <MatureFruit>1</MatureFruit>
  <MaturePlants>1</MaturePlants>
  <ReproductiveConditionPopulationUnit xmlns:d2p1="http://schemas.datacontract.org/2004/07/Domain.Unit">
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.334791-04:00</CreatedDate>
    <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2</Id>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.334791-04:00</ModifiedDate>
    <d2p1:Description>sample string 1</d2p1:Description>
  </ReproductiveConditionPopulationUnit>
  <ReproductiveConditionPopulationUnitId>1</ReproductiveConditionPopulationUnitId>
  <SeedDispersing>1</SeedDispersing>
  <Seedlings>1</Seedlings>
  <Senescent>1</Senescent>
  <UnknownAge>1</UnknownAge>
  <Vegetative>1</Vegetative>
</Population>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Domain.Observation.Population
NameDescriptionTypeAdditional information
AgeClassesPopulationUnitId

integer

None.

AgeClassesPopulationUnit

Domain.Unit.PopulationUnit

None.

ReproductiveConditionPopulationUnitId

integer

None.

ReproductiveConditionPopulationUnit

Domain.Unit.PopulationUnit

None.

Seedlings

integer

None.

IsSeedlings

boolean

None.

ImmaturePlants

integer

None.

IsImmaturePlants

boolean

None.

MaturePlants

integer

None.

IsMaturePlants

boolean

None.

UnknownAge

integer

None.

IsUnknownAge

boolean

None.

Vegetative

integer

None.

IsVegetative

boolean

None.

InBud

integer

None.

IsInBud

boolean

None.

InFlower

integer

None.

IsInFlower

boolean

None.

ImmatureFruit

integer

None.

IsImmatureFruit

boolean

None.

MatureFruit

integer

None.

IsMatureFruit

boolean

None.

SeedDispersing

integer

None.

IsSeedDispersing

boolean

None.

Senescent

integer

None.

IsSenescent

boolean

None.

Dormant

integer

None.

IsDormant

boolean

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "AgeClassesPopulationUnitId": 1,
  "AgeClassesPopulationUnit": {
    "Description": "sample string 1",
    "Id": 2,
    "CreatedDate": "2025-04-25T18:13:34.3877964Z",
    "ModifiedDate": "2025-04-25T18:13:34.3877964Z",
    "Disabled": true
  },
  "ReproductiveConditionPopulationUnitId": 1,
  "ReproductiveConditionPopulationUnit": {
    "Description": "sample string 1",
    "Id": 2,
    "CreatedDate": "2025-04-25T18:13:34.3877964Z",
    "ModifiedDate": "2025-04-25T18:13:34.3877964Z",
    "Disabled": true
  },
  "Seedlings": 1,
  "IsSeedlings": true,
  "ImmaturePlants": 1,
  "IsImmaturePlants": true,
  "MaturePlants": 1,
  "IsMaturePlants": true,
  "UnknownAge": 1,
  "IsUnknownAge": true,
  "Vegetative": 1,
  "IsVegetative": true,
  "InBud": 1,
  "IsInBud": true,
  "InFlower": 1,
  "IsInFlower": true,
  "ImmatureFruit": 1,
  "IsImmatureFruit": true,
  "MatureFruit": 1,
  "IsMatureFruit": true,
  "SeedDispersing": 1,
  "IsSeedDispersing": true,
  "Senescent": 1,
  "IsSenescent": true,
  "Dormant": 1,
  "IsDormant": true,
  "Id": 1,
  "CreatedDate": "2025-04-25T18:13:34.3877964Z",
  "ModifiedDate": "2025-04-25T18:13:34.3877964Z",
  "Disabled": true
}

text/xml

Sample:
<Population xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Observation">
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.3877964-04:00</CreatedDate>
  <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">1</Id>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.3877964-04:00</ModifiedDate>
  <AgeClassesPopulationUnit xmlns:d2p1="http://schemas.datacontract.org/2004/07/Domain.Unit">
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.3877964-04:00</CreatedDate>
    <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2</Id>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.3877964-04:00</ModifiedDate>
    <d2p1:Description>sample string 1</d2p1:Description>
  </AgeClassesPopulationUnit>
  <AgeClassesPopulationUnitId>1</AgeClassesPopulationUnitId>
  <Dormant>1</Dormant>
  <ImmatureFruit>1</ImmatureFruit>
  <ImmaturePlants>1</ImmaturePlants>
  <InBud>1</InBud>
  <InFlower>1</InFlower>
  <IsDormant>true</IsDormant>
  <IsImmatureFruit>true</IsImmatureFruit>
  <IsImmaturePlants>true</IsImmaturePlants>
  <IsInBud>true</IsInBud>
  <IsInFlower>true</IsInFlower>
  <IsMatureFruit>true</IsMatureFruit>
  <IsMaturePlants>true</IsMaturePlants>
  <IsSeedDispersing>true</IsSeedDispersing>
  <IsSeedlings>true</IsSeedlings>
  <IsSenescent>true</IsSenescent>
  <IsUnknownAge>true</IsUnknownAge>
  <IsVegetative>true</IsVegetative>
  <MatureFruit>1</MatureFruit>
  <MaturePlants>1</MaturePlants>
  <ReproductiveConditionPopulationUnit xmlns:d2p1="http://schemas.datacontract.org/2004/07/Domain.Unit">
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.3877964-04:00</CreatedDate>
    <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2</Id>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:13:34.3877964-04:00</ModifiedDate>
    <d2p1:Description>sample string 1</d2p1:Description>
  </ReproductiveConditionPopulationUnit>
  <ReproductiveConditionPopulationUnitId>1</ReproductiveConditionPopulationUnitId>
  <SeedDispersing>1</SeedDispersing>
  <Seedlings>1</Seedlings>
  <Senescent>1</Senescent>
  <UnknownAge>1</UnknownAge>
  <Vegetative>1</Vegetative>
</Population>