POST api/contact/inquiry
Request Information
URI Parameters
None.
Body Parameters
InquiryData| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| NAME | string |
None. |
|
| COMP_NAME | string |
None. |
|
| ADDRESS | string |
None. |
|
| CONTACT_NO | string |
None. |
|
| EMAIL_ID | string |
None. |
|
| COMMENTS | string |
None. |
|
| ENTRY_TIME | date |
None. |
|
| FOLLOW_UP_COMMENTS | string |
None. |
|
| STATUS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"COMP_NAME": "sample string 3",
"ADDRESS": "sample string 4",
"CONTACT_NO": "sample string 5",
"EMAIL_ID": "sample string 6",
"COMMENTS": "sample string 7",
"ENTRY_TIME": "2025-12-02T16:26:05.8812011-05:00",
"FOLLOW_UP_COMMENTS": "sample string 9",
"STATUS": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
|
| VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}