POST api/Opportunities

Request Information

URI Parameters

None.

Body Parameters

Opportunity
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

Description

string

None.

OpImageURL

string

None.

SeeMoreLink

string

None.

CreatedDate

date

None.

UpdateDate

date

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Title": "sample string 2",
  "Description": "sample string 3",
  "OpImageURL": "sample string 4",
  "SeeMoreLink": "sample string 5",
  "CreatedDate": "2026-06-26T00:31:08.3376541+03:00",
  "UpdateDate": "2026-06-26T00:31:08.3376541+03:00",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<Opportunity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PishtyAPI20.Models">
  <CreatedDate>2026-06-26T00:31:08.3376541+03:00</CreatedDate>
  <Description>sample string 3</Description>
  <Id>1</Id>
  <IsDeleted>true</IsDeleted>
  <OpImageURL>sample string 4</OpImageURL>
  <SeeMoreLink>sample string 5</SeeMoreLink>
  <Title>sample string 2</Title>
  <UpdateDate>2026-06-26T00:31:08.3376541+03:00</UpdateDate>
</Opportunity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Opportunity
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

Description

string

None.

OpImageURL

string

None.

SeeMoreLink

string

None.

CreatedDate

date

None.

UpdateDate

date

None.

IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Title": "sample string 2",
  "Description": "sample string 3",
  "OpImageURL": "sample string 4",
  "SeeMoreLink": "sample string 5",
  "CreatedDate": "2026-06-26T00:31:08.3386575+03:00",
  "UpdateDate": "2026-06-26T00:31:08.3386575+03:00",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<Opportunity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PishtyAPI20.Models">
  <CreatedDate>2026-06-26T00:31:08.3386575+03:00</CreatedDate>
  <Description>sample string 3</Description>
  <Id>1</Id>
  <IsDeleted>true</IsDeleted>
  <OpImageURL>sample string 4</OpImageURL>
  <SeeMoreLink>sample string 5</SeeMoreLink>
  <Title>sample string 2</Title>
  <UpdateDate>2026-06-26T00:31:08.3386575+03:00</UpdateDate>
</Opportunity>