| Requires any of the roles: | Agent, Administrator |
| POST,OPTIONS | /v1/Rfp/ChangeOrderSession |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ProjectID | body | int | No | |
| ChangeOrderID | body | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Mode | form | string | No | |
| ProjectID | form | int | No | |
| ChangeOrderID | form | int | No | |
| CONumber | form | string | No | |
| Title | form | string | No | |
| Scope | form | string | No | |
| ScheduleDays | form | int | No | |
| Lines | form | List<ChangeOrderLine> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ChangeOrderLineID | form | int | No | |
| ChangeOrderID | form | int | No | |
| Category | form | string | No | |
| Description | form | string | No | |
| CostUSD | form | decimal | No | |
| MarkupPct | form | decimal | No | |
| CostCode | form | string | No | |
| SortOrder | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /v1/Rfp/ChangeOrderSession HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"ProjectID":0,"ChangeOrderID":0}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Mode":"String","ProjectID":0,"ChangeOrderID":0,"CONumber":"String","Title":"String","Scope":"String","ScheduleDays":0,"Lines":[{"ChangeOrderLineID":0,"ChangeOrderID":0,"Category":"String","Description":"String","CostUSD":0,"MarkupPct":0,"CostCode":"String","SortOrder":0}]}