POST orders/need_more_info_comment
Request Information
URI Parameters
None.
Body Parameters
NeedMoreInfoComment| Name | Description | Type | Additional information |
|---|---|---|---|
| request_id | integer |
None. |
|
| nmi_id | integer |
None. |
|
| info_list | string |
None. |
|
| contact_id | integer |
None. |
|
| fname | string |
None. |
|
| lname | string |
None. |
|
| comment | string |
None. |
|
| notified_date | date |
None. |
|
| create_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"request_id": 1,
"nmi_id": 2,
"info_list": "sample string 3",
"contact_id": 1,
"fname": "sample string 4",
"lname": "sample string 5",
"comment": "sample string 6",
"notified_date": "2026-05-05T19:38:43.619374+00:00",
"create_date": "2026-05-05T19:38:43.619374+00:00"
}
text/html
Sample:
{"request_id":1,"nmi_id":2,"info_list":"sample string 3","contact_id":1,"fname":"sample string 4","lname":"sample string 5","comment":"sample string 6","notified_date":"2026-05-05T19:38:43.619374+00:00","create_date":"2026-05-05T19:38:43.619374+00:00"}
application/xml, text/xml
Sample:
<NeedMoreInfoComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod"> <comment>sample string 6</comment> <contact_id>1</contact_id> <create_date>2026-05-05T19:38:43.619374+00:00</create_date> <fname>sample string 4</fname> <info_list>sample string 3</info_list> <lname>sample string 5</lname> <nmi_id>2</nmi_id> <notified_date>2026-05-05T19:38:43.619374+00:00</notified_date> <request_id>1</request_id> </NeedMoreInfoComment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NeedInfoCommentResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| nmi_comm_id | integer |
None. |
|
| nmi_id | integer |
None. |
|
| contact_id | integer |
None. |
|
| comment | string |
None. |
|
| notified_date | date |
None. |
|
| create_date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"nmi_comm_id": 1,
"nmi_id": 1,
"contact_id": 1,
"comment": "sample string 2",
"notified_date": "2026-05-05T19:38:43.6302508+00:00",
"create_date": "2026-05-05T19:38:43.6302508+00:00"
}
text/html
Sample:
{"nmi_comm_id":1,"nmi_id":1,"contact_id":1,"comment":"sample string 2","notified_date":"2026-05-05T19:38:43.6302508+00:00","create_date":"2026-05-05T19:38:43.6302508+00:00"}
application/xml, text/xml
Sample:
<NeedInfoCommentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod"> <comment>sample string 2</comment> <contact_id>1</contact_id> <create_date>2026-05-05T19:38:43.6302508+00:00</create_date> <nmi_comm_id>1</nmi_comm_id> <nmi_id>1</nmi_id> <notified_date>2026-05-05T19:38:43.6302508+00:00</notified_date> </NeedInfoCommentResponse>