PUT api/Period
Request Information
URI Parameters
None.
Body Parameters
F_Period| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FinancialYear | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| PeriodNo | integer |
None. |
|
| Status | string |
None. |
|
| AssesmentYear | string |
None. |
|
| BranchCode | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FinancialYear": 2,
"StartDate": "2025-12-17T23:58:59.5933065+00:00",
"EndDate": "2025-12-17T23:58:59.5933065+00:00",
"PeriodNo": 5,
"Status": "sample string 6",
"AssesmentYear": "sample string 7",
"BranchCode": 8,
"CreatedBy": 1,
"CreatedOn": "2025-12-17T23:58:59.5933065+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-17T23:58:59.5933065+00:00"
}
application/xml, text/xml
Sample:
<F_Period xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <AssesmentYear>sample string 7</AssesmentYear> <BranchCode>8</BranchCode> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-17T23:58:59.5933065+00:00</CreatedOn> <EndDate>2025-12-17T23:58:59.5933065+00:00</EndDate> <FinancialYear>2</FinancialYear> <Id>1</Id> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-12-17T23:58:59.5933065+00:00</ModifiedOn> <PeriodNo>5</PeriodNo> <StartDate>2025-12-17T23:58:59.5933065+00:00</StartDate> <Status>sample string 6</Status> </F_Period>
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. |