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": "060340c2-5ff1-4e36-a192-1dc9e2c0a1da",
"MaterialGuid": "fe955dee-d4b2-436f-88b2-809a59be5782",
"Mandatory": [
"8adac2aa-0b9b-4b32-8ca7-37eec562f934",
"cc845d8b-5258-4ece-acfa-f979c624dccf"
],
"Optional": [
"4a8196f3-5e58-49ca-af06-e53ad14d4426",
"1b24a184-2e42-4acf-b2f7-cc953a7c2ce3"
],
"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>8adac2aa-0b9b-4b32-8ca7-37eec562f934</d2p1:guid>
<d2p1:guid>cc845d8b-5258-4ece-acfa-f979c624dccf</d2p1:guid>
</Mandatory>
<MaterialGuid>fe955dee-d4b2-436f-88b2-809a59be5782</MaterialGuid>
<Optional xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4a8196f3-5e58-49ca-af06-e53ad14d4426</d2p1:guid>
<d2p1:guid>1b24a184-2e42-4acf-b2f7-cc953a7c2ce3</d2p1:guid>
</Optional>
<ProjectGuid>060340c2-5ff1-4e36-a192-1dc9e2c0a1da</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. |