POST api/Notification/ProcessNotify_NewAnnualPlanStarted
Request Information
URI Parameters
None.
Body Parameters
AnnualPlanEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| AnnualPlanId | integer |
None. |
|
| CompanyName | string |
None. |
|
| StartDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AnnualPlanId": 1,
"CompanyName": "sample string 2",
"StartDate": "sample string 3"
}
application/xml, text/xml
Sample:
<AnnualPlanEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonLibrary.Entity"> <AnnualPlanId>1</AnnualPlanId> <CompanyName>sample string 2</CompanyName> <StartDate>sample string 3</StartDate> </AnnualPlanEnt>
application/x-www-form-urlencoded
Sample:
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. |