POST api/Bon_Commesse/GetProjectArchives

Request Information

URI Parameters

None.

Body Parameters

EdmProjectsArchivesInput
NameDescriptionTypeAdditional information
projectGuid

globally unique identifier

None.

archive

string

None.

id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "projectGuid": "20a058b6-a99a-4f98-9d4c-d9867394d59c",
  "archive": "sample string 1",
  "id": 1
}

application/xml, text/xml

Sample:
<EdmProjectsArchivesInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Edm.Data">
  <archive>sample string 1</archive>
  <id>1</id>
  <projectGuid>20a058b6-a99a-4f98-9d4c-d9867394d59c</projectGuid>
</EdmProjectsArchivesInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EdmProjectsArchivesInput'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.