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": "cd17a27f-91fc-4cc3-93e8-358976db183b",
"MaterialGuid": "4b31b711-c5df-4ca4-b0e2-841c8d91356e",
"Mandatory": [
"8d2df9b6-67a3-40d2-b596-c96c34e7b836",
"c37e7632-0deb-402b-b7d5-018662df6334"
],
"Optional": [
"9e654e48-104e-4bca-889e-65d003cd4e6a",
"8284e1df-644e-4390-8bc8-fb78907ef0e0"
],
"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>8d2df9b6-67a3-40d2-b596-c96c34e7b836</d2p1:guid>
<d2p1:guid>c37e7632-0deb-402b-b7d5-018662df6334</d2p1:guid>
</Mandatory>
<MaterialGuid>4b31b711-c5df-4ca4-b0e2-841c8d91356e</MaterialGuid>
<Optional xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9e654e48-104e-4bca-889e-65d003cd4e6a</d2p1:guid>
<d2p1:guid>8284e1df-644e-4390-8bc8-fb78907ef0e0</d2p1:guid>
</Optional>
<ProjectGuid>cd17a27f-91fc-4cc3-93e8-358976db183b</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. |