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": "2366a7d2-b8bb-45f4-8be2-67f765ce7403",
"MaterialGuid": "7864d8f9-1945-445d-b1dd-2f8d15501016",
"Mandatory": [
"04325836-bd42-4147-8f91-08cfdcfdf2d8",
"3b6c2ac9-0ded-4a1b-9ea5-c665512843b5"
],
"Optional": [
"142d39a8-cc89-4883-8768-6d5f2e0355b6",
"046ea84d-d8f3-4c51-9882-0842b52a143c"
],
"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>04325836-bd42-4147-8f91-08cfdcfdf2d8</d2p1:guid>
<d2p1:guid>3b6c2ac9-0ded-4a1b-9ea5-c665512843b5</d2p1:guid>
</Mandatory>
<MaterialGuid>7864d8f9-1945-445d-b1dd-2f8d15501016</MaterialGuid>
<Optional xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>142d39a8-cc89-4883-8768-6d5f2e0355b6</d2p1:guid>
<d2p1:guid>046ea84d-d8f3-4c51-9882-0842b52a143c</d2p1:guid>
</Optional>
<ProjectGuid>2366a7d2-b8bb-45f4-8be2-67f765ce7403</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. |