POST api/Aggrement
Request Information
URI Parameters
None.
Body Parameters
AgreementName | Description | Type | Additional information |
---|---|---|---|
AgreementText | string |
None. |
|
AgreementType | string |
None. |
|
ProjectID | string |
None. |
|
SubProjectID | string |
None. |
|
DBID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AgreementText": "sample string 1", "AgreementType": "sample string 2", "ProjectID": "sample string 3", "SubProjectID": "sample string 4", "DBID": "sample string 5" }
application/xml, text/xml
Sample:
<Agreement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAssignment.Models"> <AgreementText>sample string 1</AgreementText> <AgreementType>sample string 2</AgreementType> <DBID>sample string 5</DBID> <ProjectID>sample string 3</ProjectID> <SubProjectID>sample string 4</SubProjectID> </Agreement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.