PUT api/IncomeCategory

Edits an existing IncomeCategory.

Request Information

URI Parameters

None.

Body Parameters

IncomeCategory.

IncomeCategory
NameDescriptionTypeAdditional information
UpdateType

string

None.

IncomeCategoryId

integer

None.

Category

string

None.

IncomeCount

integer

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

GlobalId

string

None.

OrganizationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "IncomeCategoryId": 2,
  "Category": "sample string 3",
  "IncomeCount": 1,
  "UpdatedDate": "2025-01-16T09:57:40.6572244+00:00",
  "UpdatedBy": "sample string 4",
  "UpdatedByName": "sample string 5",
  "GlobalId": "sample string 6",
  "OrganizationId": 1
}

application/xml, text/xml

Sample:
<IncomeCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <Category>sample string 3</Category>
  <GlobalId>sample string 6</GlobalId>
  <IncomeCategoryId>2</IncomeCategoryId>
  <IncomeCount>1</IncomeCount>
  <OrganizationId>1</OrganizationId>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedByName>sample string 5</UpdatedByName>
  <UpdatedDate>2025-01-16T09:57:40.6572244+00:00</UpdatedDate>
</IncomeCategory>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IncomeCategory
NameDescriptionTypeAdditional information
UpdateType

string

None.

IncomeCategoryId

integer

None.

Category

string

None.

IncomeCount

integer

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

GlobalId

string

None.

OrganizationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "IncomeCategoryId": 2,
  "Category": "sample string 3",
  "IncomeCount": 1,
  "UpdatedDate": "2025-01-16T09:57:40.6572244+00:00",
  "UpdatedBy": "sample string 4",
  "UpdatedByName": "sample string 5",
  "GlobalId": "sample string 6",
  "OrganizationId": 1
}

application/xml, text/xml

Sample:
<IncomeCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <Category>sample string 3</Category>
  <GlobalId>sample string 6</GlobalId>
  <IncomeCategoryId>2</IncomeCategoryId>
  <IncomeCount>1</IncomeCount>
  <OrganizationId>1</OrganizationId>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedByName>sample string 5</UpdatedByName>
  <UpdatedDate>2025-01-16T09:57:40.6572244+00:00</UpdatedDate>
</IncomeCategory>