PUT proposal/Submit
Request Information
URI Parameters
None.
Body Parameters
ProposalSubmitInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectGuid | globally unique identifier |
None. |
|
| MaterialGuid | globally unique identifier |
None. |
|
| Mandatory | Collection of globally unique identifier |
None. |
|
| Optional | Collection of globally unique identifier |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectGuid": "3501708e-67f2-43ca-9068-47fa234e8c63",
"MaterialGuid": "d59a17db-a298-4213-8c07-699ca5b303a2",
"Mandatory": [
"b3ce7d17-9b42-4029-938d-5bada044e209",
"8e0d4f1c-17fe-42de-9dcd-14b33565fded"
],
"Optional": [
"6dc4ccbe-0031-426f-bceb-e6b61fdd13ff",
"37ecbe12-7420-42b5-a062-f1331581b769"
],
"Comment": "sample string 3"
}
application/xml, text/xml
Sample:
<ProposalSubmitInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs">
<Comment>sample string 3</Comment>
<Mandatory xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b3ce7d17-9b42-4029-938d-5bada044e209</d2p1:guid>
<d2p1:guid>8e0d4f1c-17fe-42de-9dcd-14b33565fded</d2p1:guid>
</Mandatory>
<MaterialGuid>d59a17db-a298-4213-8c07-699ca5b303a2</MaterialGuid>
<Optional xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6dc4ccbe-0031-426f-bceb-e6b61fdd13ff</d2p1:guid>
<d2p1:guid>37ecbe12-7420-42b5-a062-f1331581b769</d2p1:guid>
</Optional>
<ProjectGuid>3501708e-67f2-43ca-9068-47fa234e8c63</ProjectGuid>
</ProposalSubmitInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |