| Requires any of the roles: | Agent, Administrator |
| GET,OPTIONS | /v1/Rfp/DiffReport |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Report | form | DiffReport | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ApprovalCount | form | int | No | |
| TasksAdded | form | List<CountItem> | No | |
| TasksRemoved | form | List<CountItem> | No | |
| PositionsAdded | form | List<CountItem> | No | |
| PositionsRemoved | form | List<CountItem> | No | |
| EquipmentAdded | form | List<CountItem> | No | |
| EquipmentRemoved | form | List<CountItem> | No | |
| MaterialsAdded | form | List<CountItem> | No | |
| MaterialsRemoved | form | List<CountItem> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Key | form | string | No | |
| Label | form | string | No | |
| Count | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/Rfp/DiffReport HTTP/1.1 Host: api.dev.dynamics.trendsic.com Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Report":{"ApprovalCount":0,"TasksAdded":[{"Key":"String","Label":"String","Count":0}],"TasksRemoved":[{"Key":"String","Label":"String","Count":0}],"PositionsAdded":[{"Key":"String","Label":"String","Count":0}],"PositionsRemoved":[{"Key":"String","Label":"String","Count":0}],"EquipmentAdded":[{"Key":"String","Label":"String","Count":0}],"EquipmentRemoved":[{"Key":"String","Label":"String","Count":0}],"MaterialsAdded":[{"Key":"String","Label":"String","Count":0}],"MaterialsRemoved":[{"Key":"String","Label":"String","Count":0}]}}