GET api/CDVWeb/NextperiodValidation?MonthYear={MonthYear}&OFC_ID={OFC_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MonthYear | string |
Required |
|
| OFC_ID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Next_Period| Name | Description | Type | Additional information |
|---|---|---|---|
| Outstanding | Outsanding_Count |
None. |
|
| Request | RequestModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Outstanding": null,
"Request": {
"Status": 0,
"Description": "sample string 1"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.