POST api/Inquiry/inquiryfollowupadd

Request Information

URI Parameters

None.

Body Parameters

InquiryFollowup
NameDescriptionTypeAdditional information
InquiryFollowupId

integer

None.

InquiryId

integer

None.

UserId

integer

None.

IsClear

boolean

None.

InquiryFollowDesc

string

None.

InquiryFollowUpDate

date

None.

CreateDate

date

None.

TalkDate

date

None.

TalkDesc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InquiryFollowupId": 1,
  "InquiryId": 1,
  "UserId": 1,
  "IsClear": true,
  "InquiryFollowDesc": "sample string 2",
  "InquiryFollowUpDate": "2025-12-06T09:59:48.7832644+05:30",
  "CreateDate": "2025-12-06T09:59:48.7832644+05:30",
  "TalkDate": "2025-12-06T09:59:48.7832644+05:30",
  "TalkDesc": "sample string 3"
}

application/xml, text/xml

Sample:
<InquiryFollowup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SolarDichachi">
  <CreateDate>2025-12-06T09:59:48.7832644+05:30</CreateDate>
  <InquiryFollowDesc>sample string 2</InquiryFollowDesc>
  <InquiryFollowUpDate>2025-12-06T09:59:48.7832644+05:30</InquiryFollowUpDate>
  <InquiryFollowupId>1</InquiryFollowupId>
  <InquiryId>1</InquiryId>
  <IsClear>true</IsClear>
  <TalkDate>2025-12-06T09:59:48.7832644+05:30</TalkDate>
  <TalkDesc>sample string 3</TalkDesc>
  <UserId>1</UserId>
</InquiryFollowup>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringanyType>
    <Key>sample string 1</Key>
    <Value />
  </KeyValueOfstringanyType>
  <KeyValueOfstringanyType>
    <Key>sample string 3</Key>
    <Value />
  </KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>