POST api/AccountNoteTopics

Request Information

URI Parameters

None.

Body Parameters

AccountNoteTopic
NameDescriptionTypeAdditional information
TopicId

integer

None.

TopicDescription

string

Max length: 200

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TopicId": 1,
  "TopicDescription": "sample string 2",
  "DateCreated": "2024-03-27T23:36:32.5735673+00:00",
  "DateUpdated": "2024-03-27T23:36:32.5735673+00:00",
  "CreatedBy": 1,
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<AccountNoteTopic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <CreatedBy>1</CreatedBy>
  <DateCreated>2024-03-27T23:36:32.5735673+00:00</DateCreated>
  <DateUpdated>2024-03-27T23:36:32.5735673+00:00</DateUpdated>
  <TopicDescription>sample string 2</TopicDescription>
  <TopicId>1</TopicId>
  <UpdatedBy>1</UpdatedBy>
</AccountNoteTopic>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AccountNoteTopic'.

Response Information

Resource Description

AccountNoteTopic
NameDescriptionTypeAdditional information
TopicId

integer

None.

TopicDescription

string

Max length: 200

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TopicId": 1,
  "TopicDescription": "sample string 2",
  "DateCreated": "2024-03-27T23:36:32.5735673+00:00",
  "DateUpdated": "2024-03-27T23:36:32.5735673+00:00",
  "CreatedBy": 1,
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<AccountNoteTopic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <CreatedBy>1</CreatedBy>
  <DateCreated>2024-03-27T23:36:32.5735673+00:00</DateCreated>
  <DateUpdated>2024-03-27T23:36:32.5735673+00:00</DateUpdated>
  <TopicDescription>sample string 2</TopicDescription>
  <TopicId>1</TopicId>
  <UpdatedBy>1</UpdatedBy>
</AccountNoteTopic>