POST api/CreditCardStatement/InsertEmpCreditCardData
Request Information
URI Parameters
None.
Body Parameters
InsertEmpCreditCardStatementDataDTOName | Description | Type | Additional information |
---|---|---|---|
intCreditStmtID | integer |
None. |
|
intEmpId | integer |
None. |
|
dtTransaction | date |
None. |
|
vcDescription | string |
None. |
|
vcAmount | string |
None. |
|
vcCategory | string |
None. |
|
intClient | integer |
None. |
|
intSpendOnEmp | integer |
None. |
|
intClaimType | integer |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "intCreditStmtID": 1, "intEmpId": 2, "dtTransaction": "2023-06-02T20:43:22.9107778+05:30", "vcDescription": "sample string 4", "vcAmount": "sample string 5", "vcCategory": "sample string 6", "intClient": 7, "intSpendOnEmp": 8, "intClaimType": 9, "Domain": "sample string 10" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }