POST api/speakers/types

Request Information

URI Parameters

None.

Body Parameters

Speaker_Type
NameDescriptionTypeAdditional information
Id

integer

None.

NameEn

string

None.

NameAr

string

None.

IsActive

boolean

None.

EntryDate

date

None.

UpdatedDate

date

None.

Createdby

integer

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NameEn": "sample string 2",
  "NameAr": "sample string 3",
  "IsActive": true,
  "EntryDate": "2026-07-14T05:10:31.2391863+04:00",
  "UpdatedDate": "2026-07-14T05:10:31.2391863+04:00",
  "Createdby": 1,
  "Notes": "sample string 4"
}

application/xml, text/xml

Sample:
<Speaker_Type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Models">
  <Createdby>1</Createdby>
  <EntryDate>2026-07-14T05:10:31.2391863+04:00</EntryDate>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <NameAr>sample string 3</NameAr>
  <NameEn>sample string 2</NameEn>
  <Notes>sample string 4</Notes>
  <UpdatedDate>2026-07-14T05:10:31.2391863+04:00</UpdatedDate>
</Speaker_Type>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.