POST api/Quarter/AddQuarter
Request Information
URI Parameters
None.
Body Parameters
PL_Quarter| Name | Description | Type | Additional information |
|---|---|---|---|
| QuarterName | string |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuarterName": "sample string 1",
"UserId": 2,
"UserName": "sample string 3"
}
application/xml, text/xml
Sample:
<PL_Quarter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClientPerformanceAPI.Models.PL"> <QuarterName>sample string 1</QuarterName> <UserId>2</UserId> <UserName>sample string 3</UserName> </PL_Quarter>
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.