POST Babelway/TMW/PostPayrollSettlements

Request Information

URI Parameters

None.

Body Parameters

SettlementPayrollRequest
NameDescriptionTypeAdditional 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-06-18T10:15:47.8327982-05:00",
      "TotalPay": 4.0,
      "TotalDeductions": 5.0
    },
    {
      "SettlementNumber": 1,
      "EmployeeIdNo": "sample string 2",
      "PayPeriodEndDate": "2025-06-18T10:15:47.8327982-05: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-06-18T10:15:47.8327982-05:00","TotalPay":4.0,"TotalDeductions":5.0},{"SettlementNumber":1,"EmployeeIdNo":"sample string 2","PayPeriodEndDate":"2025-06-18T10:15:47.8327982-05: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
NameDescriptionTypeAdditional 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}]