POST api/upsert-abstracts
Request Information
URI Parameters
None.
Body Parameters
AbstractVM| Name | Description | Type | Additional information |
|---|---|---|---|
| DocURL | string |
None. |
|
| AbstractId | integer |
None. |
|
| Title | string |
None. |
|
| FullName | string |
None. |
|
| string |
None. |
||
| Interested | string |
None. |
|
| Category | string |
None. |
|
| Type | string |
None. |
|
| Phone | string |
None. |
|
| Organization | string |
None. |
|
| Country | string |
None. |
|
| Session | string |
None. |
|
| Document | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocURL": "sample string 1",
"AbstractId": 1,
"Title": "sample string 2",
"FullName": "sample string 3",
"Email": "sample string 4",
"Interested": "sample string 5",
"Category": "sample string 6",
"Type": "sample string 7",
"Phone": "sample string 8",
"Organization": "sample string 9",
"Country": "sample string 10",
"Session": "sample string 11",
"Document": "sample string 12",
"CreatedOn": "2026-02-10T15:43:18.9069258+00:00"
}
application/xml, text/xml
Sample:
<AbstractVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomViewModel.Abstract"> <AbstractId>1</AbstractId> <Category>sample string 6</Category> <Country>sample string 10</Country> <CreatedOn>2026-02-10T15:43:18.9069258+00:00</CreatedOn> <DocURL>sample string 1</DocURL> <Document>sample string 12</Document> <Email>sample string 4</Email> <FullName>sample string 3</FullName> <Interested>sample string 5</Interested> <Organization>sample string 9</Organization> <Phone>sample string 8</Phone> <Session>sample string 11</Session> <Title>sample string 2</Title> <Type>sample string 7</Type> </AbstractVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |