POST Babelway/TMW/PostPayrollSettlements
Request Information
URI Parameters
None.
Body Parameters
SettlementPayrollRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Headers | Collection of SettlementPayrollHeader |
None. |
|
| Details | Collection of SettlementPayrollDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"Headers": [
{
"SettlementNumber": 1,
"EmployeeIdNo": "sample string 2",
"PayPeriodEndDate": "2025-11-05T15:06:34.275468-06:00",
"TotalPay": 4.0,
"TotalDeductions": 5.0
},
{
"SettlementNumber": 1,
"EmployeeIdNo": "sample string 2",
"PayPeriodEndDate": "2025-11-05T15:06:34.275468-06:00",
"TotalPay": 4.0,
"TotalDeductions": 5.0
}
],
"Details": [
{
"IdNo": 1,
"SettlementNumber": 2,
"DetailType": 3,
"GlAccountId": "sample string 4",
"Amount": 5.0
},
{
"IdNo": 1,
"SettlementNumber": 2,
"DetailType": 3,
"GlAccountId": "sample string 4",
"Amount": 5.0
}
]
}
text/html
Sample:
{"Headers":[{"SettlementNumber":1,"EmployeeIdNo":"sample string 2","PayPeriodEndDate":"2025-11-05T15:06:34.275468-06:00","TotalPay":4.0,"TotalDeductions":5.0},{"SettlementNumber":1,"EmployeeIdNo":"sample string 2","PayPeriodEndDate":"2025-11-05T15:06:34.275468-06:00","TotalPay":4.0,"TotalDeductions":5.0}],"Details":[{"IdNo":1,"SettlementNumber":2,"DetailType":3,"GlAccountId":"sample string 4","Amount":5.0},{"IdNo":1,"SettlementNumber":2,"DetailType":3,"GlAccountId":"sample string 4","Amount":5.0}]}
Response Information
Resource Description
Collection of GenericTransactionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnedObject | Object |
None. |
|
| IsSuccessful |
Indicates if the transaction was successful or not. |
boolean |
None. |
| ReturnedMessages |
Contains a list of Informational, Warning, and/or Error messages regarding the outcome of the transaction. |
Collection of ReturnedMessage |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReturnedObject": {},
"IsSuccessful": true,
"ReturnedMessages": null
},
{
"ReturnedObject": {},
"IsSuccessful": true,
"ReturnedMessages": null
}
]
text/html
Sample:
[{"ReturnedObject":{},"IsSuccessful":true,"ReturnedMessages":null},{"ReturnedObject":{},"IsSuccessful":true,"ReturnedMessages":null}]