POST api/Category/Post

Request Information

URI Parameters

None.

Body Parameters

CategoryFilter
NameDescriptionTypeAdditional information
CategoryId

integer

None.

InternalCategoryId

string

None.

Name

string

None.

IsIntegrated

boolean

None.

ParentCategoryId

integer

None.

IsParent

boolean

None.

InsertStartDate

date

None.

InsertEndDate

date

None.

UpdateStartDate

date

None.

UpdateEndDate

date

None.

PageSize

integer

None.

PageNumber

integer

None.

IntegrationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CategoryId": 1,
  "InternalCategoryId": "sample string 1",
  "Name": "sample string 2",
  "IsIntegrated": true,
  "ParentCategoryId": 1,
  "IsParent": true,
  "InsertStartDate": "2025-04-15T15:15:56.3745549+00:00",
  "InsertEndDate": "2025-04-15T15:15:56.3745549+00:00",
  "UpdateStartDate": "2025-04-15T15:15:56.3745549+00:00",
  "UpdateEndDate": "2025-04-15T15:15:56.3745549+00:00",
  "PageSize": 3,
  "PageNumber": 4,
  "IntegrationId": 1
}

application/xml, text/xml

Sample:
<CategoryFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SND.SNDIntegrator.Business.Filters">
  <InsertEndDate>2025-04-15T15:15:56.3745549+00:00</InsertEndDate>
  <InsertStartDate>2025-04-15T15:15:56.3745549+00:00</InsertStartDate>
  <IntegrationId>1</IntegrationId>
  <PageNumber>4</PageNumber>
  <PageSize>3</PageSize>
  <UpdateEndDate>2025-04-15T15:15:56.3745549+00:00</UpdateEndDate>
  <UpdateStartDate>2025-04-15T15:15:56.3745549+00:00</UpdateStartDate>
  <CategoryId>1</CategoryId>
  <InternalCategoryId>sample string 1</InternalCategoryId>
  <IsIntegrated>true</IsIntegrated>
  <IsParent>true</IsParent>
  <Name>sample string 2</Name>
  <ParentCategoryId>1</ParentCategoryId>
</CategoryFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.