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": "4bcee57a-256a-451b-867f-f1d5a9258629",
"MaterialGuid": "8dbde08e-b11a-43e3-86c9-ed2d3b911fbe",
"Mandatory": [
"ac3a58e9-dba9-4b05-a42b-912d13eec261",
"5bfb33e0-9784-45cf-a3ea-8bf974237355"
],
"Optional": [
"c7e2e308-a73f-40ed-9391-5ba993ffcf9b",
"c463de52-27b5-4632-b5d4-4dad04eb1bbb"
],
"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>ac3a58e9-dba9-4b05-a42b-912d13eec261</d2p1:guid>
<d2p1:guid>5bfb33e0-9784-45cf-a3ea-8bf974237355</d2p1:guid>
</Mandatory>
<MaterialGuid>8dbde08e-b11a-43e3-86c9-ed2d3b911fbe</MaterialGuid>
<Optional xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c7e2e308-a73f-40ed-9391-5ba993ffcf9b</d2p1:guid>
<d2p1:guid>c463de52-27b5-4632-b5d4-4dad04eb1bbb</d2p1:guid>
</Optional>
<ProjectGuid>4bcee57a-256a-451b-867f-f1d5a9258629</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. |