POST api/Bon_Commesse/GetProjectArchives
Request Information
URI Parameters
None.
Body Parameters
EdmProjectsArchivesInputName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.