| Requires any of the roles: | Agent, Administrator |
| GET,OPTIONS | /v1/Rfp/{RfpDocumentUID}/Estimate/Assemblies |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RfpDocumentUID | path | Guid | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Applied | form | List<AppliedAssembly> | No | |
| Available | form | List<AssemblyOption> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TaskSeq | form | int | No | |
| TemplateUID | form | Guid? | No | |
| TemplateName | form | string | No | |
| AppliedBy | form | string | No | |
| AppliedAt | form | DateTime? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TemplateUID | form | Guid | No | |
| Name | form | string | No | |
| Unit | form | string | No | |
| Pack | form | string | No | |
| IsGlobal | form | bool | No | |
| Summary | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/Rfp/{RfpDocumentUID}/Estimate/Assemblies HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Applied:
[
{
TaskSeq: 0,
TemplateUID: 00000000000000000000000000000000,
TemplateName: String,
AppliedBy: String,
AppliedAt: 0001-01-01
}
],
Available:
[
{
TemplateUID: 00000000000000000000000000000000,
Name: String,
Unit: String,
Pack: String,
IsGlobal: False,
Summary: String
}
]
}