POST {language}/email/payslip_TFormat/send
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
PaySlipSendRequestName | Description | Type | Additional information |
---|---|---|---|
PaymentPeriod | globally unique identifier |
None. |
|
PayCycle | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Country | string |
None. |
|
PaymentPeriodContent | string |
None. |
|
IsSendAll | boolean |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
EmployeeIds | Collection of globally unique identifier |
None. |
|
EmployeeIdsPaidBefore | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "EmployeeIds": [ "c3c06967-9cc1-45b4-a237-2d49b422c5bd", "29723163-99db-44da-aab8-c5c90026d853" ], "EmployeeIdsPaidBefore": [ "7a0e877a-c11a-4bf7-aa43-f4aaafcc9dc5", "7ee16b3b-f3fc-416f-bd34-837defa61b89" ], "PaymentPeriod": "bfb1bae3-8a6a-4199-9cb7-d8d8e0a103a8", "PayCycle": "sample string 2", "CompanyId": "8a7cf7d9-d214-43f1-87b1-d6f14bc8ecc5", "Country": "sample string 4", "PaymentPeriodContent": "sample string 5", "IsSendAll": true, "RequestId": "9dd98bf7-9f09-4707-93df-616012e90c7a", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }
application/xml, text/xml
Sample:
<PaySlipSendRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests.Email"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">9dd98bf7-9f09-4707-93df-616012e90c7a</RequestId> <CompanyId>8a7cf7d9-d214-43f1-87b1-d6f14bc8ecc5</CompanyId> <Country>sample string 4</Country> <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>c3c06967-9cc1-45b4-a237-2d49b422c5bd</d2p1:guid> <d2p1:guid>29723163-99db-44da-aab8-c5c90026d853</d2p1:guid> </EmployeeIds> <EmployeeIdsPaidBefore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>7a0e877a-c11a-4bf7-aa43-f4aaafcc9dc5</d2p1:guid> <d2p1:guid>7ee16b3b-f3fc-416f-bd34-837defa61b89</d2p1:guid> </EmployeeIdsPaidBefore> <IsSendAll>true</IsSendAll> <PayCycle>sample string 2</PayCycle> <PaymentPeriod>bfb1bae3-8a6a-4199-9cb7-d8d8e0a103a8</PaymentPeriod> <PaymentPeriodContent>sample string 5</PaymentPeriodContent> </PaySlipSendRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.