POST api/MobileApp/Add_AssignAdvance/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
Body Parameters
AssignAdvanceName | Description | Type | Additional information |
---|---|---|---|
AssignAdvanceId | integer |
None. |
|
EmployeeId | integer |
None. |
|
AdvanceId | integer |
None. |
|
EmployeeName | string |
None. |
|
BiometricId | integer |
None. |
|
IssueDate | date |
None. |
|
PrincipalAmount | decimal number |
None. |
|
AdvanceName | string |
None. |
|
AdvanceCode | string |
None. |
|
NoOfInstallment | integer |
None. |
|
InterestRate | decimal number |
None. |
|
RecoverFrom | date |
None. |
|
Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssignAdvanceId": 1, "EmployeeId": 2, "AdvanceId": 3, "EmployeeName": "sample string 4", "BiometricId": 5, "IssueDate": "2024-11-21T14:16:47.2576838+05:30", "PrincipalAmount": 7.0, "AdvanceName": "sample string 8", "AdvanceCode": "sample string 9", "NoOfInstallment": 10, "InterestRate": 11.0, "RecoverFrom": "2024-11-21T14:16:47.2576838+05:30", "Remarks": "sample string 13" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"