POST api/FDPeriod/Save
Request Information
URI Parameters
None.
Body Parameters
FDPeriodSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId | integer |
Required |
|
| FxdPeriodName | string |
Required String length: inclusive between 0 and 100 |
|
| Code | string |
String length: inclusive between 0 and 10 |
|
| Status | string |
Required Matching regular expression pattern: A|I |
|
| FxdPeriodDays | integer |
Required |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"BookId": 1,
"FxdPeriodName": "sample string 2",
"Code": "sample string 3",
"Status": "sample string 4",
"FxdPeriodDays": 5,
"CreateUser": 6,
"CreateIp": "sample string 7"
}
application/xml, text/xml
Sample:
<FDPeriodSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BookId>1</BookId> <Code>sample string 3</Code> <CreateIp>sample string 7</CreateIp> <CreateUser>6</CreateUser> <FxdPeriodDays>5</FxdPeriodDays> <FxdPeriodName>sample string 2</FxdPeriodName> <Status>sample string 4</Status> </FDPeriodSaveVM>
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.