POST services/api/v1/Save_TransactionDoc
Request Information
URI Parameters
None.
Body Parameters
Collection of TransactionDoc_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SlNo | integer |
None. |
|
| TransNo | integer |
None. |
|
| BranchId | integer |
None. |
|
| DocName | string |
None. |
|
| DocPath | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SlNo": 2,
"TransNo": 3,
"BranchId": 4,
"DocName": "sample string 5",
"DocPath": "sample string 6"
},
{
"Id": 1,
"SlNo": 2,
"TransNo": 3,
"BranchId": 4,
"DocName": "sample string 5",
"DocPath": "sample string 6"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TransactionDoc_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SlNo | integer |
None. |
|
| TransNo | integer |
None. |
|
| BranchId | integer |
None. |
|
| DocName | string |
None. |
|
| DocPath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SlNo": 2,
"TransNo": 3,
"BranchId": 4,
"DocName": "sample string 5",
"DocPath": "sample string 6"
},
{
"Id": 1,
"SlNo": 2,
"TransNo": 3,
"BranchId": 4,
"DocName": "sample string 5",
"DocPath": "sample string 6"
}
]